Home
last modified time | relevance | path

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

/linux/drivers/pcmcia/
A Dbcm63xx_pcmcia.c172 if (!(val & PCMCIA_C1_CD1_MASK) && !(val & PCMCIA_C1_CD2_MASK)) in __get_socket_status()
198 stat |= (val & PCMCIA_C1_CD1_MASK) ? IN_CD1_VS2H : 0; in __get_socket_status()
209 stat |= (val & PCMCIA_C1_CD1_MASK) ? IN_CD1_VS1H : 0; in __get_socket_status()
/linux/arch/mips/include/asm/mach-bcm63xx/
A Dbcm63xx_regs.h1143 #define PCMCIA_C1_CD1_MASK (1 << 0) macro

Completed in 10 milliseconds