Searched refs:GP0_IO (Results 1 - 4 of 4) 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 Dcx23885-cards.c719 cx_clear(GP0_IO, bitmask);
721 cx_set(GP0_IO, bitmask);
732 cx_set(GP0_IO, 0x00010001); /* Bring the part out of reset */
739 cx_set(GP0_IO, 0x00050000);
740 cx_clear(GP0_IO, 0x00000005);
744 cx_set(GP0_IO, 0x00050005);
749 cx_set(GP0_IO, 0x00050005); /* Bring the part out of reset */
787 cx_set(GP0_IO, 0x00050000);
789 cx_clear(GP0_IO, 0x00000005);
791 cx_set(GP0_IO,
[all...]
H A Dcx23885-reg.h344 #define GP0_IO 0x00110010 macro
H A Dcx23885-core.c1909 cx_set(GP0_IO, mask & 0x7);
1927 cx_clear(GP0_IO, mask & 0x7);
1945 return (cx_read(GP0_IO) >> 8) & mask & 0x7;
1965 cx_set(GP0_IO, (mask & 0x7) << 16);
1967 cx_clear(GP0_IO, (mask & 0x7) << 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-reg.h918 #define GP0_IO 0x110010 /* GPIO output enables data I/O */ macro

Completed in 203 milliseconds