Home
last modified time | relevance | path

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

/freebsd-head/sys/gnu/dev/bwn/phy_n/
HDif_bwn_phy_n_core.c3889 uint8_t txpi[2], bbmult, i; in bwn_nphy_tx_power_fix() local
3900 txpi[0] = txpi[1] = 30; in bwn_nphy_tx_power_fix()
3902 txpi[0] = 40; in bwn_nphy_tx_power_fix()
3903 txpi[1] = 40; in bwn_nphy_tx_power_fix()
3905 txpi[0] = 72; in bwn_nphy_tx_power_fix()
3906 txpi[1] = 72; in bwn_nphy_tx_power_fix()
3908 txpi[0] = 0; in bwn_nphy_tx_power_fix()
3909 txpi[1] = 0; in bwn_nphy_tx_power_fix()
3924 BWN_NPHY_GET_TXPI(BHND_NVAR_TXPID2GA0, &txpi[0]); in bwn_nphy_tx_power_fix()
3925 BWN_NPHY_GET_TXPI(BHND_NVAR_TXPID2GA1, &txpi[1]); in bwn_nphy_tx_power_fix()
[all …]