Searched defs:sunxi_emac_softc (Results 1 – 1 of 1) sorted by relevance
170 struct sunxi_emac_softc { struct171 device_t dev;172 int phandle;173 enum sunxi_emac_type type;174 bus_space_tag_t bst;175 bus_dma_tag_t dmat;177 bus_space_handle_t bsh;178 struct clk *clk_ahb;179 struct clk *clk_ephy;180 struct fdtbus_reset *rst_ahb;[all …]