Searched refs:ethoc_read (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/net/ |
A D | ethoc.c | 208 static inline u32 ethoc_read(struct ethoc *priv, size_t offset) in ethoc_read() function 222 bd->stat = ethoc_read(priv, offset + 0); in ethoc_read_bd() 223 bd->addr = ethoc_read(priv, offset + 4); in ethoc_read_bd() 249 u32 mode = ethoc_read(priv, MODER); in ethoc_enable_rx_and_tx() 256 u32 mode = ethoc_read(priv, MODER); in ethoc_disable_rx_and_tx() 317 mode = ethoc_read(priv, MODER); in ethoc_reset() 322 mode = ethoc_read(priv, MODER); in ethoc_reset() 426 pending = ethoc_read(priv, INT_SOURCE); in ethoc_is_new_packet_received() 499 pending = ethoc_read(priv, INT_SOURCE); in ethoc_send_common() 556 u32 data = ethoc_read(priv, MIIRX_DATA); in ethoc_mdio_read()
|
Completed in 4 milliseconds