Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmacb.c102 struct macb_device { struct
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()
899 struct macb_device *macb = to_macb(netdev); in macb_send()
906 struct macb_device *macb = to_macb(netdev); in macb_recv()
925 struct macb_device *macb = to_macb(netdev); in macb_init()
932 struct macb_device *macb = to_macb(netdev); in macb_halt()
946 struct macb_device *macb; in macb_eth_initialize()
[all …]