Searched refs:rd0 (Results 1 – 2 of 2) sorted by relevance
123 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()
74 volatile u32 rd0; member