Home
last modified time | relevance | path

Searched refs:MC417_RWD (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/pci/cx23885/
H A Dcimax2.c154 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 Dcx23885-reg.h351 #define MC417_RWD 0x00110020 macro