Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_hw.c27 wr32m(wx, WX_TSC_CTL, WX_TSC_CTL_TX_DIS, WX_TSC_CTL_TX_DIS); in txgbe_disable_sec_tx_path()
40 wr32m(wx, WX_TSC_CTL, WX_TSC_CTL_TX_DIS, 0); in txgbe_enable_sec_tx_path()
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/
Dwx_type.h250 #define WX_TSC_CTL_TX_DIS BIT(1) macro
Dwx_hw.c1599 wr32m(wx, WX_TSC_CTL, WX_TSC_CTL_TX_DIS | WX_TSC_CTL_TSEC_DIS, 0x1); in wx_configure_tx()