Searched refs:REG_IOE (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/usb/dvb-usb-v2/ |
A D | anysee.c | 522 return anysee_wr_reg_mask(fe_to_d(fe), REG_IOE, (enable << 4), 0x10); in anysee_i2c_gate_ctrl() 553 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 0), 0x01); in anysee_frontend_ctrl() 568 ret = anysee_wr_reg_mask(d, REG_IOE, (0 << 0), 0x01); in anysee_frontend_ctrl() 591 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 0), 0x01); in anysee_frontend_ctrl() 606 ret = anysee_wr_reg_mask(d, REG_IOE, (0 << 0), 0x01); in anysee_frontend_ctrl() 790 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 4), 0x10); in anysee_frontend_attach() 806 ret = anysee_wr_reg_mask(d, REG_IOE, (0 << 4), 0x10); in anysee_frontend_attach() 927 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 5), 0x20); in anysee_frontend_attach() 942 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 5), 0x20); in anysee_frontend_attach()
|
A D | anysee.h | 70 #define REG_IOE 0xb1 /* Port E (NOT bit addressable) */ macro
|
Completed in 6 milliseconds