Searched defs:meson_sdio_softc (Results 1 – 1 of 1) sorted by relevance
54 struct meson_sdio_softc { struct55 device_t sc_dev;56 bus_space_tag_t sc_bst;57 bus_space_handle_t sc_bsh;58 bus_dma_tag_t sc_dmat;59 void *sc_ih;61 int sc_slot_phandle;63 uint32_t sc_bus_freq;64 u_int sc_cur_width;65 int sc_cur_port;[all …]