Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/pcmcia/
Dm8xx_pcmcia.c160 #define M8XX_PCMCIA_CD2(slot) (0x10000000 >> (slot << 4)) macro
515 if(((pipr & M8XX_PCMCIA_CD2(_slot_)) >> 1) in m8xx_interrupt()
529 (M8XX_PCMCIA_CD2(_slot_) | M8XX_PCMCIA_CD1(_slot_))) in m8xx_interrupt()
533 (pipr & (M8XX_PCMCIA_CD2(_slot_) in m8xx_interrupt()
655 | M8XX_PCMCIA_CD2(_slot_))) == 0) ? SS_DETECT : 0; in m8xx_get_status()
832 reg |= e->regbit = (M8XX_PCMCIA_CD2(_slot_) in m8xx_set_socket()
/linux-2.4.37.9/drivers/ide/ppc/
Dmpc8xx.c136 #define M8XX_PCMCIA_CD2(slot) (0x10000000 >> (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()
521 if(((pipr & M8XX_PCMCIA_CD2(_slot_)) >> 1) ^ in ide_interrupt_ack()