Searched defs:macb (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/net/ti/
H A Dkeystone_net.c502 u32 macb = 0; local
/u-boot/drivers/net/
H A Dmacb.c161 static int macb_is_gem(struct macb_device *macb) argument
174 static int gem_is_gigabit_capable(struct macb_device *macb) argument
184 static int macb_port_is_fixed_link(struct macb_device *macb) argument
189 static void macb_mdio_write(struct macb_device *macb, u8 phy_adr, u8 reg, argument
217 macb_mdio_read(struct macb_device *macb, u8 phy_adr, u8 reg) argument
258 struct macb_device *macb = dev_get_priv(dev); local
270 struct macb_device *macb = dev_get_priv(dev); local
281 macb_invalidate_ring_desc(struct macb_device *macb, bool rx) argument
293 macb_flush_ring_desc(struct macb_device *macb, bool rx) argument
303 macb_flush_rx_buffer(struct macb_device *macb) argument
310 macb_invalidate_rx_buffer(struct macb_device *macb) argument
325 macb_set_addr(struct macb_device *macb, struct macb_dma_desc *desc, ulong addr) argument
337 _macb_send(struct macb_device *macb, const char *name, void *packet, int length) argument
393 reclaim_rx_buffer(struct macb_device *macb, unsigned int idx) argument
426 reclaim_rx_buffers(struct macb_device *macb, unsigned int new_tail) argument
451 _macb_recv(struct macb_device *macb, uchar **packetp) argument
527 macb_phy_reset(struct macb_device *macb, const char *name) argument
552 macb_phy_find(struct macb_device *macb, const char *name) argument
626 struct macb_device *macb = dev_get_priv(dev); local
669 struct macb_device *macb = dev_get_priv(dev); local
800 gmac_init_multi_queues(struct macb_device *macb) argument
833 gmac_configure_dma(struct macb_device *macb) argument
863 struct macb_device *macb = dev_get_priv(dev); local
982 _macb_halt(struct macb_device *macb) argument
999 _macb_write_hwaddr(struct macb_device *macb, unsigned char *enetaddr) argument
1013 macb_mdc_clk_div(int id, struct macb_device *macb) argument
1034 gem_mdc_clk_div(int id, struct macb_device *macb) argument
1069 macb_dbw(struct macb_device *macb) argument
1082 _macb_eth_initialize(struct macb_device *macb) argument
1124 struct macb_device *macb = dev_get_priv(dev); local
1131 struct macb_device *macb = dev_get_priv(dev); local
1141 struct macb_device *macb = dev_get_priv(dev); local
1150 struct macb_device *macb = dev_get_priv(dev); local
1158 struct macb_device *macb = dev_get_priv(dev); local
1175 struct macb_device *macb = dev_get_priv(dev); local
1220 struct macb_device *macb = dev_get_priv(dev); local
1274 struct macb_device *macb = dev_get_priv(dev); local
1299 struct macb_device *macb = dev_get_priv(dev); local
[all...]

Completed in 50 milliseconds