Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dethoc.c207 static inline u32 ethoc_read(struct ethoc *priv, size_t offset) in ethoc_read() function
221 bd->stat = ethoc_read(priv, offset + 0); in ethoc_read_bd()
222 bd->addr = ethoc_read(priv, offset + 4); in ethoc_read_bd()
248 u32 mode = ethoc_read(priv, MODER); in ethoc_enable_rx_and_tx()
255 u32 mode = ethoc_read(priv, MODER); in ethoc_disable_rx_and_tx()
316 mode = ethoc_read(priv, MODER); in ethoc_reset()
321 mode = ethoc_read(priv, MODER); in ethoc_reset()
425 pending = ethoc_read(priv, INT_SOURCE); in ethoc_is_new_packet_received()
498 pending = ethoc_read(priv, INT_SOURCE); in ethoc_send_common()
555 u32 data = ethoc_read(priv, MIIRX_DATA); in ethoc_mdio_read()