Home
last modified time | relevance | path

Searched refs:RT2860_PHY_SHPRE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_runreg.h786 #define RT2860_PHY_SHPRE (1 << 3) macro
H A Dif_run.c2971 switch ((phy & RT2860_PHY_MCS) & ~RT2860_PHY_SHPRE) { in run_rx_frame()
2977 if (phy & RT2860_PHY_SHPRE) in run_rx_frame()
3244 if (le16toh(txwi->phy) & RT2860_PHY_SHPRE) in run_bulk_tx_callbackN()
3392 mcs |= RT2860_PHY_SHPRE; in run_set_tx_desc()
/freebsd/sys/dev/ral/
H A Drt2860reg.h828 #define RT2860_PHY_SHPRE (1 << 3) macro
H A Drt2860.c1296 switch ((phy & RT2860_PHY_MCS) & ~RT2860_PHY_SHPRE) { in rt2860_rx_intr()
1302 if (phy & RT2860_PHY_SHPRE) in rt2860_rx_intr()
1526 mcs |= RT2860_PHY_SHPRE; in rt2860_tx()
1571 if (mcs & RT2860_PHY_SHPRE) in rt2860_tx()
1772 mcs |= RT2860_PHY_SHPRE; in rt2860_tx_raw()
1812 if (mcs & RT2860_PHY_SHPRE) in rt2860_tx_raw()