Lines Matching defs:sunxi_emac_softc
170 struct sunxi_emac_softc { struct
171 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;
181 struct fdtbus_reset *rst_ephy;
182 struct fdtbus_regulator *reg_phy;
183 struct fdtbus_gpio_pin *pin_reset;
208 struct sunxi_emac_softc *sc = device_private(dev); in sunxi_emac_mii_readreg() argument