Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-bcm63xx.c237 val &= ~PCMCIA_C1_CBIDSEL_MASK; in bcm63xx_register_pci()
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dbcm63xx_pcmcia.c401 val &= PCMCIA_C1_CBIDSEL_MASK; in bcm63xx_drv_pcmcia_probe()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h1150 #define PCMCIA_C1_CBIDSEL_MASK (0x1f << PCMCIA_C1_CBIDSEL_SHIFT) macro