Home
last modified time | relevance | path

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

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