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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dm8xx_pcmcia.c199 #define M8XX_PGCRX(slot) m8xx_pgcrx[slot] macro
828 out_be32(M8XX_PGCRX(lsock), in_be32(M8XX_PGCRX(lsock)) | M8XX_PGCRX_CXRESET); /* active high */
830 out_be32(M8XX_PGCRX(lsock),
831 in_be32(M8XX_PGCRX(lsock)) & ~M8XX_PGCRX_CXRESET);
844 out_be32(M8XX_PGCRX(lsock), in_be32(M8XX_PGCRX(lsock)) & ~M8XX_PGCRX_CXOE); /* active low */
846 out_be32(M8XX_PGCRX(lsock),
847 in_be32(M8XX_PGCRX(lsock)) | M8XX_PGCRX_CXOE);
883 out_be32(M8XX_PGCRX(lsoc
[all...]

Completed in 58 milliseconds