Home
last modified time | relevance | path

Searched refs:macb_device (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmacb.c87 struct macb_device { struct
126 #define to_macb(_nd) container_of(_nd, struct macb_device, netdev) argument
129 static int macb_is_gem(struct macb_device *macb) in macb_is_gem()
142 static int gem_is_gigabit_capable(struct macb_device *macb) in gem_is_gigabit_capable()
151 static void macb_mdio_write(struct macb_device *macb, u8 reg, u16 value) in macb_mdio_write()
178 static u16 macb_mdio_read(struct macb_device *macb, u8 reg) in macb_mdio_read()
220 struct macb_device *macb = dev_get_priv(dev); in macb_miiphy_read()
223 struct macb_device *macb = to_macb(dev); in macb_miiphy_read()
240 struct macb_device *macb = dev_get_priv(dev); in macb_miiphy_write()
243 struct macb_device *macb = to_macb(dev); in macb_miiphy_write()
[all …]