Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dsh_eth.c102 if (!(sh_eth_read(port_info, EDTRR) & EDTRR_TRNS)) in sh_eth_send_common()
175 if (!(sh_eth_read(port_info, EDMR) & EDMR_SRST)) in sh_eth_reset()
190 sh_eth_read(port_info, EDMR) & ~EDMR_SRST, EDMR); in sh_eth_reset()
385 edmr = sh_eth_read(port_info, EDMR); in sh_eth_mac_regs_config()
568 if (!(sh_eth_read(port_info, EDRRR) & EDRRR_R)) in sh_eth_recv_common()
721 if (!(sh_eth_read(port_info, EDRRR) & EDRRR_R)) in sh_ether_recv()
737 if (!(sh_eth_read(port_info, EDRRR) & EDRRR_R)) in sh_ether_free_pkt()
1000 sh_eth_read(port_info, PIR) | PIR_MDO, PIR); in sh_eth_bb_set_mdio()
1003 sh_eth_read(port_info, PIR) & ~PIR_MDO, PIR); in sh_eth_bb_set_mdio()
1013 *v = (sh_eth_read(port_info, PIR) & PIR_MDI) >> 3; in sh_eth_bb_get_mdio()
[all …]
A Dsh_eth.h674 static inline unsigned long sh_eth_read(struct sh_eth_info *port, in sh_eth_read() function

Completed in 6 milliseconds