Searched refs:MC417_OEN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcimax2.c28 /**** Bit definitions for MC417_RWD and MC417_OEN registers ***
202 cx_write(MC417_OEN, NETUP_EN_ALL);
211 cx_write(MC417_OEN, NETUP_EN_ALL | NETUP_DATA);
H A Dcx23885-417.c223 /**** Bit definitions for MC417_RWD and MC417_OEN registers ***
299 /* Configure MC417_OEN to defaults. */
301 cx_write(MC417_OEN, regval);
330 cx_write(MC417_OEN, MC417_MIRDY);
397 cx_write(MC417_OEN, MC417_MIRDY);
424 cx_write(MC417_OEN, MC417_MIRDY | MC417_MIDATA);
488 cx_write(MC417_OEN, MC417_MIRDY);
555 cx_write(MC417_OEN, MC417_MIRDY);
582 cx_write(MC417_OEN, MC417_MIRDY | MC417_MIDATA);
H A Dcx23885-reg.h352 #define MC417_OEN 0x00110024 macro
H A Dcx23885-cards.c870 cx_write(MC417_OEN, 0x00001000);
898 cx_write(MC417_OEN, 0x00001000);
H A Dcx23885-core.c1976 /* MC417_OEN is active low for output, write 1 for an input */
1978 cx_clear(MC417_OEN, (mask & 0x7fff8) >> 3);
1981 cx_set(MC417_OEN, (mask & 0x7fff8) >> 3);

Completed in 115 milliseconds