Home
last modified time | relevance | path

Searched refs:PCMCIA_C1_CD2_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()
199 stat |= (val & PCMCIA_C1_CD2_MASK) ? IN_CD2_VS2H : 0; in __get_socket_status()
210 stat |= (val & PCMCIA_C1_CD2_MASK) ? IN_CD2_VS1H : 0; in __get_socket_status()
/linux/arch/mips/include/asm/mach-bcm63xx/
A Dbcm63xx_regs.h1144 #define PCMCIA_C1_CD2_MASK (1 << 1) macro

Completed in 9 milliseconds