Lines Matching defs:slot
175 #define M8XX_PCMCIA_VS1(slot) (0x80000000 >> (slot << 4)) argument
176 #define M8XX_PCMCIA_VS2(slot) (0x40000000 >> (slot << 4)) argument
177 #define M8XX_PCMCIA_VS_MASK(slot) (0xc0000000 >> (slot << 4)) argument
178 #define M8XX_PCMCIA_VS_SHIFT(slot) (30 - (slot << 4)) argument
180 #define M8XX_PCMCIA_WP(slot) (0x20000000 >> (slot << 4)) argument
181 #define M8XX_PCMCIA_CD2(slot) (0x10000000 >> (slot << 4)) argument
182 #define M8XX_PCMCIA_CD1(slot) (0x08000000 >> (slot << 4)) argument
183 #define M8XX_PCMCIA_BVD2(slot) (0x04000000 >> (slot << 4)) argument
184 #define M8XX_PCMCIA_BVD1(slot) (0x02000000 >> (slot << 4)) argument
185 #define M8XX_PCMCIA_RDY(slot) (0x01000000 >> (slot << 4)) argument
186 #define M8XX_PCMCIA_RDY_L(slot) (0x00800000 >> (slot << 4)) argument
187 #define M8XX_PCMCIA_RDY_H(slot) (0x00400000 >> (slot << 4)) argument
188 #define M8XX_PCMCIA_RDY_R(slot) (0x00200000 >> (slot << 4)) argument
189 #define M8XX_PCMCIA_RDY_F(slot) (0x00100000 >> (slot << 4)) argument
190 #define M8XX_PCMCIA_MASK(slot) (0xFFFF0000 >> (slot << 4)) argument
198 #define M8XX_PGCRX(slot) m8xx_pgcrx[slot] argument
218 u32 slot; member
275 static int voltage_set(int slot, int vcc, int vpp) in voltage_set()
338 static int voltage_set(int slot, int vcc, int vpp) in voltage_set()
387 static void hardware_enable(int slot) in hardware_enable()
392 static void hardware_disable(int slot) in hardware_disable()
406 static inline void hardware_enable(int slot) in hardware_enable()
411 static inline void hardware_disable(int slot) in hardware_disable()
416 static inline int voltage_set(int slot, int vcc, int vpp) in voltage_set()
430 static int voltage_set(int slot, int vcc, int vpp) in voltage_set()
488 static int voltage_set(int slot, int vcc, int vpp) in voltage_set()