Searched refs:REG_IOE (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/media/usb/dvb-usb-v2/ |
| H A D | anysee.c | 513 return anysee_wr_reg_mask(fe_to_d(fe), REG_IOE, (enable << 4), 0x10); in anysee_i2c_gate_ctrl() 544 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 0), 0x01); in anysee_frontend_ctrl() 559 ret = anysee_wr_reg_mask(d, REG_IOE, (0 << 0), 0x01); in anysee_frontend_ctrl() 582 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 0), 0x01); in anysee_frontend_ctrl() 597 ret = anysee_wr_reg_mask(d, REG_IOE, (0 << 0), 0x01); in anysee_frontend_ctrl() 781 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 4), 0x10); in anysee_frontend_attach() 797 ret = anysee_wr_reg_mask(d, REG_IOE, (0 << 4), 0x10); in anysee_frontend_attach() 918 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 5), 0x20); in anysee_frontend_attach() 933 ret = anysee_wr_reg_mask(d, REG_IOE, (1 << 5), 0x20); in anysee_frontend_attach()
|
| H A D | anysee.h | 70 #define REG_IOE 0xb1 /* Port E (NOT bit addressable) */ macro
|