Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dsh_eth.c123 if (!(port_info->rx_desc_cur->rd0 & RD_RACT)) { in sh_eth_recv()
125 if (!(port_info->rx_desc_cur->rd0 & RD_RFE)) { in sh_eth_recv()
134 if (port_info->rx_desc_cur->rd0 & RD_RDLE) in sh_eth_recv()
135 port_info->rx_desc_cur->rd0 = RD_RACT | RD_RDLE; in sh_eth_recv()
137 port_info->rx_desc_cur->rd0 = RD_RACT; in sh_eth_recv()
284 cur_rx_desc->rd0 = RD_RACT; in sh_eth_rx_desc_init()
291 cur_rx_desc->rd0 |= RD_RDLE; in sh_eth_rx_desc_init()
H A Dsh_eth.h74 volatile u32 rd0; member