Lines Matching refs:RxConfig
202 RxConfig = 0x44, enumerator
1483 u32 rx_config = RTL_R32(tp, RxConfig); in rtl_set_rx_config_features()
1497 RTL_W32(tp, RxConfig, rx_config); in rtl_set_rx_config_features()
2224 RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) | in rtl_wol_suspend_quirk()
2310 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST); in rtl_init_rxcfg()
2315 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST); in rtl_init_rxcfg()
2318 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST | RX_EARLY_OFF); in rtl_init_rxcfg()
2321 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST); in rtl_init_rxcfg()
2324 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_DMA_BURST); in rtl_init_rxcfg()
2473 RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) & ~RX_CONFIG_ACCEPT_MASK); in rtl_rx_close()
2606 tmp = RTL_R32(tp, RxConfig); in rtl_set_rx_mode()
2607 RTL_W32(tp, RxConfig, (tmp & ~RX_CONFIG_ACCEPT_OK_MASK) | rx_mode); in rtl_set_rx_mode()