Searched refs:REG_IOA (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/ |
D | anysee.h | 75 #define REG_IOA 0x80 /* Port A (bit addressable) */ macro
|
D | anysee.c | 759 ret = anysee_wr_reg_mask(d, REG_IOA, (0 << 7), 0x80); in anysee_frontend_attach() 1230 ret = anysee_wr_reg_mask(d, REG_IOA, (0 << 7), 0x80); in anysee_ci_slot_reset() 1236 ret = anysee_wr_reg_mask(d, REG_IOA, (1 << 7), 0x80); in anysee_ci_slot_reset() 1248 ret = anysee_wr_reg_mask(d, REG_IOA, (0 << 7), 0x80); in anysee_ci_slot_shutdown() 1254 ret = anysee_wr_reg_mask(d, REG_IOA, (1 << 7), 0x80); in anysee_ci_slot_shutdown() 1310 ret = anysee_wr_reg_mask(d, REG_IOA, (1 << 7), 0x80); in anysee_ci_init()
|