Lines Matching defs:slot
195 omsal400_slot_irq(int slot, int which)
197 static const int irqmap[1/*slot*/][2/*which*/] = {
201 if ((slot >= 1) || (which >= 2))
204 return irqmap[slot][which];
208 omsal400_slot_offset(int slot)
211 switch (slot) {
219 omsal400_slot_enable(int slot)
226 omsal400_slot_disable(int slot)
233 omsal400_slot_status(int slot)
237 switch (slot) {
247 omsal400_slot_name(int slot)
249 switch (slot) {