Home
last modified time | relevance | path

Searched defs:ucbsnd_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/hpcmips/dev/
H A Ducbsnd.c116 struct ucbsnd_softc { struct
117 device_t sc_dev;
118 device_t sc_sib; /* parent (TX39 SIB module) */
119 device_t sc_ucb; /* parent (UCB1200 module) */
120 tx_chipset_tag_t sc_tc;
122 struct tx_sound_tag sc_tag;
123 int sc_mute;
128 int sa_transfer_mode;
154 void ucbsnd_sound_init(struct ucbsnd_softc *); argument