Home
last modified time | relevance | path

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

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