Home
last modified time | relevance | path

Searched refs:M8XX_PCMCIA_CD1 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/pcmcia/
Dm8xx_pcmcia.c161 #define M8XX_PCMCIA_CD1(slot) (0x08000000 >> (slot << 4)) macro
516 ^ (pipr & M8XX_PCMCIA_CD1(_slot_))) in m8xx_interrupt()
529 (M8XX_PCMCIA_CD2(_slot_) | M8XX_PCMCIA_CD1(_slot_))) in m8xx_interrupt()
534 | M8XX_PCMCIA_CD1(_slot_)))); in m8xx_interrupt()
654 *value = ((pipr & (M8XX_PCMCIA_CD1(_slot_) in m8xx_get_status()
833 | M8XX_PCMCIA_CD1(_slot_)); in m8xx_set_socket()
/linux-2.4.37.9/drivers/ide/ppc/
Dmpc8xx.c137 #define M8XX_PCMCIA_CD1(slot) (0x08000000 >> (slot << 4)) macro
273 M8XX_PCMCIA_CD1(_slot_) | M8XX_PCMCIA_CD2(_slot_) ); in m8xx_ide_init_hwif_ports()
276 if (pcmp->pcmc_pipr & (M8XX_PCMCIA_CD1(_slot_)|M8XX_PCMCIA_CD2(_slot_))) { in m8xx_ide_init_hwif_ports()
522 (pipr & M8XX_PCMCIA_CD1(_slot_)) ) { in ide_interrupt_ack()