Searched defs:harmony_softc (Results 1 – 1 of 1) sorted by relevance
79 struct harmony_softc { struct80 struct device sc_dv;82 bus_dma_tag_t sc_dmat;83 bus_space_tag_t sc_bt;84 bus_space_handle_t sc_bh;85 int sc_open;86 u_int32_t sc_cntlbits;87 int sc_need_commit;88 int sc_playback_empty;89 bus_addr_t sc_playback_paddrs[PLAYBACK_EMPTYS];[all …]