Searched defs:mii_dev (Results 1 – 1 of 1) sorted by relevance
65 struct mii_dev { struct69 int (*read)(struct mii_dev *bus, int addr, int devad, int reg); argument70 int (*write)(struct mii_dev *bus, int addr, int devad, int reg, argument72 int (*reset)(struct mii_dev *bus); argument73 struct phy_device *phymap[PHY_MAX_ADDR];74 u32 phy_mask;76 int reset_delay_us;78 int reset_post_delay_us;80 struct gpio_desc reset_gpiod;
Completed in 4 milliseconds