Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dmacb.c102 struct macb_device { struct
141 #define to_macb(_nd) container_of(_nd, struct macb_device, netdev) argument
144 static int macb_is_gem(struct macb_device *macb) in macb_is_gem()
157 static int gem_is_gigabit_capable(struct macb_device *macb) in gem_is_gigabit_capable()
166 static void macb_mdio_write(struct macb_device *macb, u8 reg, u16 value) in macb_mdio_write()
193 static u16 macb_mdio_read(struct macb_device *macb, u8 reg) in macb_mdio_read()
235 struct macb_device *macb = dev_get_priv(dev); in macb_miiphy_read()
238 struct macb_device *macb = to_macb(dev); in macb_miiphy_read()
255 struct macb_device *macb = dev_get_priv(dev); in macb_miiphy_write()
258 struct macb_device *macb = to_macb(dev); in macb_miiphy_write()
[all …]