Home
last modified time | relevance | path

Searched refs:RD_RACT (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()
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()
H A Dsh_eth.h512 RD_RACT = 0x80000000, RD_RDLE = 0x40000000, enumerator