Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pcmcia/
Dbcm63xx_pcmcia.c92 val |= PCMCIA_C1_RESET_MASK; in bcm63xx_pcmcia_set_socket()
94 val &= ~PCMCIA_C1_RESET_MASK; in bcm63xx_pcmcia_set_socket()
98 val ^= PCMCIA_C1_RESET_MASK; in bcm63xx_pcmcia_set_socket()
/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h709 #define PCMCIA_C1_RESET_MASK (1 << 18) macro