Searched refs:bLSSIReadEdge (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_phycfg.c | 197 (NewOffset << 23) | bLSSIReadEdge; /* T65 RF */ in phy_RFSerialRead() 200 tmplong & (~bLSSIReadEdge)); in phy_RFSerialRead() 207 tmplong | bLSSIReadEdge); in phy_RFSerialRead()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phyreg.h | 356 #define bLSSIReadEdge 0x80000000 /* LSSI "read" edge signal */ macro
|
D | r8192E_phy.c | 137 rtl92e_set_bb_reg(dev, pPhyReg->rfHSSIPara2, bLSSIReadEdge, 0x0); in _rtl92e_phy_rf_read() 138 rtl92e_set_bb_reg(dev, pPhyReg->rfHSSIPara2, bLSSIReadEdge, 0x1); in _rtl92e_phy_rf_read()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r819xU_phyreg.h | 346 #define bLSSIReadEdge 0x80000000 /* LSSI "Read" edge signal */ macro
|
D | r819xU_phy.c | 189 rtl8192_setBBreg(dev, pPhyReg->rfHSSIPara2, bLSSIReadEdge, 0x0); in rtl8192_phy_RFSerialRead() 190 rtl8192_setBBreg(dev, pPhyReg->rfHSSIPara2, bLSSIReadEdge, 0x1); in rtl8192_phy_RFSerialRead()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_mp_phy_regdef.h | 495 #define bLSSIReadEdge 0x80000000 /* LSSI "Read" edge signal */ macro
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_mp_phy_regdef.h | 533 #define bLSSIReadEdge 0x80000000 /* LSSI "Read" edge signal */ macro
|
D | Hal8188EPhyReg.h | 588 #define bLSSIReadEdge 0x80000000 /* LSSI "Read" edge signal */ macro
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | Hal8723APhyReg.h | 521 #define bLSSIReadEdge 0x80000000 /* LSSI "Read" edge signal */ macro
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 88 (offset<<23) | bLSSIReadEdge; in rf_serial_read() 91 tmplong&(~bLSSIReadEdge)); in rf_serial_read()
|