Home
last modified time | relevance | path

Searched refs:PCMCIA_C1_CBIDSEL_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/pci/
Dpci-bcm63xx.c130 val &= ~PCMCIA_C1_CBIDSEL_MASK; in bcm63xx_pci_init()
/linux-2.6.39/drivers/pcmcia/
Dbcm63xx_pcmcia.c401 val &= PCMCIA_C1_CBIDSEL_MASK; in bcm63xx_drv_pcmcia_probe()
/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h705 #define PCMCIA_C1_CBIDSEL_MASK (0x1f << PCMCIA_C1_CBIDSEL_SHIFT) macro