Searched refs:ethoc_read (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/net/ |
D | ethoc.c | 206 static inline u32 ethoc_read(struct ethoc *priv, size_t offset) in ethoc_read() function 220 bd->stat = ethoc_read(priv, offset + 0); in ethoc_read_bd() 221 bd->addr = ethoc_read(priv, offset + 4); in ethoc_read_bd() 247 u32 mode = ethoc_read(priv, MODER); in ethoc_enable_rx_and_tx() 254 u32 mode = ethoc_read(priv, MODER); in ethoc_disable_rx_and_tx() 315 mode = ethoc_read(priv, MODER); in ethoc_reset() 320 mode = ethoc_read(priv, MODER); in ethoc_reset() 424 pending = ethoc_read(priv, INT_SOURCE); in ethoc_is_new_packet_received() 497 pending = ethoc_read(priv, INT_SOURCE); in ethoc_send_common() 554 u32 data = ethoc_read(priv, MIIRX_DATA); in ethoc_mdio_read()
|