Home
last modified time | relevance | path

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

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