Lines Matching defs:aupcm_slot
118 struct aupcm_slot { struct
119 struct aupcm_softc *as_softc;
120 int as_slot;
121 int as_status;
122 int as_enabled;
123 int (*as_intr)(void *);
124 int as_card_irq;
125 int as_status_irq;
126 void *as_intrarg;
127 void *as_softint;
128 void *as_hardint;
129 const char *as_name;
130 bus_addr_t as_offset;
154 struct aupcm_slot sc_slots[AUPCMCIA_NSLOTS]; argument