Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_mp.c366 set_bb_reg(pAdapter, rCCK0_System, bCCKSideBand, in r8712_SwitchBandwidth()
508 set_bb_reg(pAdapter, rCCK0_System, bCCKBBMode, bDisable); in r8712_SetSingleCarrierTx()
510 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in r8712_SetSingleCarrierTx()
580 set_bb_reg(pAdapter, rCCK0_System, bCCKBBMode, 0x2); in r8712_SetCarrierSuppressionTx()
582 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, in r8712_SetCarrierSuppressionTx()
586 set_bb_reg(pAdapter, rCCK0_System, bCCKTxRate, 0x0); in r8712_SetCarrierSuppressionTx()
591 set_bb_reg(pAdapter, rCCK0_System, bCCKBBMode, 0x0); in r8712_SetCarrierSuppressionTx()
593 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, in r8712_SetCarrierSuppressionTx()
618 set_bb_reg(pAdapter, rCCK0_System, bCCKTxRate, cckrate); in SetCCKContinuousTx()
620 set_bb_reg(pAdapter, rCCK0_System, bCCKBBMode, 0x2); in SetCCKContinuousTx()
[all …]
Drtl871x_mp_phy_regdef.h154 #define rCCK0_System 0xa00 macro
/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_mp.c558 write_bbreg(pAdapter, rCCK0_System, bCCKBBMode, bDisable); in Hal_SetSingleCarrierTx()
560 write_bbreg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in Hal_SetSingleCarrierTx()
684 write_bbreg(pAdapter, rCCK0_System, bCCKBBMode, 0x2); /* transmit mode */ in Hal_SetCarrierSuppressionTx()
685 write_bbreg(pAdapter, rCCK0_System, bCCKScramble, 0x0); /* turn off scramble setting */ in Hal_SetCarrierSuppressionTx()
688 write_bbreg(pAdapter, rCCK0_System, bCCKTxRate, 0x0); /* Set FTxRate to 1Mbps */ in Hal_SetCarrierSuppressionTx()
697 write_bbreg(pAdapter, rCCK0_System, bCCKBBMode, 0x0); /* normal mode */ in Hal_SetCarrierSuppressionTx()
698 write_bbreg(pAdapter, rCCK0_System, bCCKScramble, 0x1); /* turn on scramble setting */ in Hal_SetCarrierSuppressionTx()
726 write_bbreg(pAdapter, rCCK0_System, bCCKTxRate, cckrate); in Hal_SetCCKContinuousTx()
727 write_bbreg(pAdapter, rCCK0_System, bCCKBBMode, 0x2); /* transmit mode */ in Hal_SetCCKContinuousTx()
728 write_bbreg(pAdapter, rCCK0_System, bCCKScramble, bEnable); /* turn on scramble setting */ in Hal_SetCCKContinuousTx()
[all …]
Drtl8188e_phycfg.c1012 PHY_SetBBReg(Adapter, rCCK0_System, bCCKSideBand, (pHalData->nCur40MhzPrimeSC >> 1)); in _PHY_SetBWMode92C()
/Linux-v5.15/drivers/staging/rtl8192u/
Dr819xU_phyreg.h45 #define rCCK0_System 0xa00 macro
Dr819xU_phy.c1533 rtl8192_setBBreg(dev, rCCK0_System, bCCKSideBand, in rtl8192_SetBWModeWorkItem()
/Linux-v5.15/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phyreg.h95 #define rCCK0_System 0xa00 macro
Dr8192E_phy.c1218 rtl92e_set_bb_reg(dev, rCCK0_System, bCCKSideBand, in _rtl92e_set_bw_mode_work_item()
/Linux-v5.15/drivers/staging/r8188eu/include/
DHal8188EPhyReg.h119 #define rCCK0_System 0xa00 macro
Drtw_mp_phy_regdef.h156 #define rCCK0_System 0xa00 macro
/Linux-v5.15/drivers/staging/rtl8723bs/include/
DHal8192CPhyReg.h163 #define rCCK0_System 0xa00 macro
/Linux-v5.15/drivers/staging/rtl8723bs/hal/
Drtl8723b_phycfg.c653 PHY_SetBBReg(Adapter, rCCK0_System, bCCKSideBand, (pHalData->nCur40MhzPrimeSC>>1)); in phy_PostSetBwMode8723B()