Searched refs:MC417_RWD (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/pci/cx23885/ |
| H A D | cimax2.c | 154 mem = cx_read(MC417_RWD); in netup_ci_get_mem() 162 cx_set(MC417_RWD, NETUP_CTRL_OFF); in netup_ci_get_mem() 201 cx_write(MC417_RWD, NETUP_CTRL_OFF | in netup_ci_op_cam() 203 cx_clear(MC417_RWD, NETUP_ADLO); in netup_ci_op_cam() 204 cx_write(MC417_RWD, NETUP_CTRL_OFF | in netup_ci_op_cam() 206 cx_clear(MC417_RWD, NETUP_ADHI); in netup_ci_op_cam() 211 cx_write(MC417_RWD, NETUP_CTRL_OFF | data); in netup_ci_op_cam() 214 cx_clear(MC417_RWD, in netup_ci_op_cam() 217 cx_clear(MC417_RWD, (read) ? NETUP_RD : NETUP_WR); in netup_ci_op_cam()
|
| H A D | cx23885-reg.h | 351 #define MC417_RWD 0x00110020 macro
|
| H A D | cx23885-core.c | 2006 cx_set(MC417_RWD, (mask & 0x0007fff8) >> 3); in cx23885_gpio_set() 2023 cx_clear(MC417_RWD, (mask & 0x7fff8) >> 3); in cx23885_gpio_clear() 2040 return (cx_read(MC417_RWD) & ((mask & 0x7fff8) >> 3)) << 3; in cx23885_gpio_get()
|