Lines Matching defs:slot
528 #define PCMCIA_VS1(slot) (0x80000000 >> (slot << 4)) argument
529 #define PCMCIA_VS2(slot) (0x40000000 >> (slot << 4)) argument
530 #define PCMCIA_VS_MASK(slot) (0xC0000000 >> (slot << 4)) argument
531 #define PCMCIA_VS_SHIFT(slot) (30 - (slot << 4)) argument
533 #define PCMCIA_WP(slot) (0x20000000 >> (slot << 4)) argument
534 #define PCMCIA_CD2(slot) (0x10000000 >> (slot << 4)) argument
535 #define PCMCIA_CD1(slot) (0x08000000 >> (slot << 4)) argument
536 #define PCMCIA_BVD2(slot) (0x04000000 >> (slot << 4)) argument
537 #define PCMCIA_BVD1(slot) (0x02000000 >> (slot << 4)) argument
538 #define PCMCIA_RDY(slot) (0x01000000 >> (slot << 4)) argument
539 #define PCMCIA_RDY_L(slot) (0x00800000 >> (slot << 4)) argument
540 #define PCMCIA_RDY_H(slot) (0x00400000 >> (slot << 4)) argument
541 #define PCMCIA_RDY_R(slot) (0x00200000 >> (slot << 4)) argument
542 #define PCMCIA_RDY_F(slot) (0x00100000 >> (slot << 4)) argument
543 #define PCMCIA_MASK(slot) (0xFFFF0000 >> (slot << 4)) argument