Searched defs:sunxi_codec_softc (Results 1 – 1 of 1) sorted by relevance
96 struct sunxi_codec_softc { struct97 device_t sc_dev;98 bus_space_tag_t sc_bst;99 bus_space_handle_t sc_bsh;100 bus_dma_tag_t sc_dmat;101 int sc_phandle;102 bus_addr_t sc_baseaddr;104 const struct sunxi_codec_conf *sc_cfg;105 void *sc_codec_priv;107 struct fdtbus_gpio_pin *sc_pin_pa;[all …]