Lines Matching defs:aica_softc
57 struct aica_softc { struct
58 device_t sc_dev; /* base device */
59 kmutex_t sc_lock;
60 kmutex_t sc_intr_lock;
61 bus_space_tag_t sc_memt;
62 bus_space_handle_t sc_aica_regh;
63 bus_space_handle_t sc_aica_memh;
66 int sc_precision;
67 int sc_channels;
68 int sc_rate;
69 void (*sc_intr)(void *);
70 void *sc_intr_arg;
72 int sc_output_master;
73 int sc_output_gain[2];
78 void *sc_buffer;
79 void *sc_buffer_start;
103 CFATTACH_DECL_NEW(aica, sizeof(struct aica_softc), aica_match, aica_attach, argument