Searched defs:aupcm_slot (Results 1 – 1 of 1) sorted by relevance
118 struct aupcm_slot { struct119 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;[all …]