Searched defs:dwc_mmc_softc (Results 1 – 1 of 1) sorted by relevance
32 struct dwc_mmc_softc { struct33 device_t sc_dev;34 bus_space_tag_t sc_bst;35 bus_space_handle_t sc_bsh;36 bus_space_handle_t sc_clk_bsh;37 bus_dma_tag_t sc_dmat;39 u_int sc_flags;45 uint32_t sc_fifo_reg;46 uint32_t sc_fifo_depth;47 u_int sc_clock_freq;[all …]