Home
last modified time | relevance | path

Searched refs:Idx (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/txbf/
H A Dhaltxbf8814a.h28 IN u1Byte Idx
35 IN u1Byte Idx
42 IN u1Byte Idx
48 IN u1Byte Idx
60 IN u1Byte Idx
67 #define HalTxbf8814A_Enter(pDM_VOID, Idx) argument
68 #define HalTxbf8814A_Leave(pDM_VOID, Idx) argument
69 #define HalTxbf8814A_Status(pDM_VOID, Idx) argument
70 #define HalTxbf8814A_ResetTxPath(pDM_VOID, Idx) argument
72 #define HalTxbf8814A_FwTxBF(pDM_VOID, Idx) argument
[all …]
H A Dhaltxbf8192e.h18 IN u1Byte Idx
25 IN u1Byte Idx
32 IN u1Byte Idx
39 IN u1Byte Idx
44 #define HalTxbf8192E_Enter(pDM_VOID, Idx) argument
45 #define HalTxbf8192E_Leave(pDM_VOID, Idx) argument
46 #define HalTxbf8192E_Status(pDM_VOID, Idx) argument
47 #define HalTxbf8192E_FwTxBF(pDM_VOID, Idx) argument
54 #define HalTxbf8192E_Enter(pDM_VOID, Idx) argument
55 #define HalTxbf8192E_Leave(pDM_VOID, Idx) argument
[all …]
H A Dhaltxbfjaguar.h18 IN u1Byte Idx
25 IN u1Byte Idx
32 IN u1Byte Idx
39 IN u1Byte Idx
57 #define HalTxbfJaguar_Enter(pDM_VOID, Idx) argument
58 #define HalTxbfJaguar_Leave(pDM_VOID, Idx) argument
59 #define HalTxbfJaguar_Status(pDM_VOID, Idx) argument
60 #define HalTxbfJaguar_FwTxBF(pDM_VOID, Idx) argument
67 #define HalTxbfJaguar_Enter(pDM_VOID, Idx) argument
68 #define HalTxbfJaguar_Leave(pDM_VOID, Idx) argument
[all …]
H A Dhaltxbf8822b.h16 IN u1Byte Idx
23 IN u1Byte Idx
30 IN u1Byte Idx
41 IN u1Byte Idx
45 #define HalTxbf8822B_Enter(pDM_VOID, Idx) argument
46 #define HalTxbf8822B_Leave(pDM_VOID, Idx) argument
47 #define HalTxbf8822B_Status(pDM_VOID, Idx) argument
48 #define HalTxbf8822B_FwTxBF(pDM_VOID, Idx) argument
80 #define HalTxbf8822B_Enter(pDM_VOID, Idx) argument
81 #define HalTxbf8822B_Leave(pDM_VOID, Idx) argument
[all …]
H A Dhaltxbf8192e.c84 u1Byte Idx, Period0 = 0, Period1 = 0; in halTxbf8192E_FwTxBFCmd() local
89 for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { in halTxbf8192E_FwTxBFCmd()
90 if (pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { in halTxbf8192E_FwTxBFCmd()
91 if (Idx == 0) { in halTxbf8192E_FwTxBFCmd()
92 if (pBeamInfo->BeamformeeEntry[Idx].bSound) in halTxbf8192E_FwTxBFCmd()
96 Period0 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); in halTxbf8192E_FwTxBFCmd()
97 } else if (Idx == 1) { in halTxbf8192E_FwTxBFCmd()
98 if (pBeamInfo->BeamformeeEntry[Idx].bSound) in halTxbf8192E_FwTxBFCmd()
102 Period1 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); in halTxbf8192E_FwTxBFCmd()
120 IN u1Byte Idx in halTxbf8192E_DownloadNDPA() argument
[all …]
H A Dhaltxbfjaguar.c75 IN u1Byte Idx in halTxbfJaguar_DownloadNDPA() argument
84 PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; in halTxbfJaguar_DownloadNDPA()
91 if (Idx == 0) in halTxbfJaguar_DownloadNDPA()
169 u1Byte Idx, Period0 = 0, Period1 = 0; in halTxbfJaguar_FwTxBFCmd() local
174 for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { in halTxbfJaguar_FwTxBFCmd()
176 …if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState ==… in halTxbfJaguar_FwTxBFCmd()
177 if (Idx == 0) { in halTxbfJaguar_FwTxBFCmd()
178 if (pBeamInfo->BeamformeeEntry[Idx].bSound) in halTxbfJaguar_FwTxBFCmd()
182 Period0 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); in halTxbfJaguar_FwTxBFCmd()
183 } else if (Idx == 1) { in halTxbfJaguar_FwTxBFCmd()
[all …]
H A Dhalcomtxbf.c189 u1Byte Idx = pTxbfInfo->TXBFIdx; in halComTxbf_EnterWorkItemCallback() local
194 HalTxbfJaguar_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
196 HalTxbf8192E_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
198 HalTxbf8814A_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
200 HalTxbf8822B_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
220 u1Byte Idx = pTxbfInfo->TXBFIdx; in halComTxbf_LeaveWorkItemCallback() local
225 HalTxbfJaguar_Leave(pDM_Odm, Idx); in halComTxbf_LeaveWorkItemCallback()
227 HalTxbf8192E_Leave(pDM_Odm, Idx); in halComTxbf_LeaveWorkItemCallback()
229 HalTxbf8814A_Leave(pDM_Odm, Idx); in halComTxbf_LeaveWorkItemCallback()
231 HalTxbf8822B_Leave(pDM_Odm, Idx); in halComTxbf_LeaveWorkItemCallback()
[all …]
H A Dhaltxbf8814a.c371 IN u1Byte Idx
381 PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx;
462 u1Byte Idx, Period = 0;
467 for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) {
468 …if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState ==…
469 if (pBeamInfo->BeamformeeEntry[Idx].bSound) {
472 Period = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod);
583 IN u1Byte Idx in HalTxbf8814A_Leave() argument
591 if (Idx < BEAMFORMER_ENTRY_NUM) { in HalTxbf8814A_Leave()
592 BeamformerEntry = pBeamformingInfo->BeamformerEntry[Idx]; in HalTxbf8814A_Leave()
[all …]
H A Dhaltxbfinterface.c19 u1Byte Idx = 0; local
93 u1Byte Idx, Nc, Nr, CH_W; local
99 pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, Frame_Addr2(*pPduOS), &Idx);
126 …_DBG_LOUD, ("[%s] idx=%d, pkt type=%d, Nc=%d, Nr=%d, CH_W=%d\n", __func__, Idx, pktType, Nc, Nr, C…
195 u1Byte DescLen = 0, Idx = 0, NDPTxRate; local
199 PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx);
261 u1Byte Idx = 0, NDPTxRate = 0; local
263 PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx);
314 u1Byte Idx = 0; local
315 PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx);
[all …]
H A Dhaltxbf8822b.c159 IN u1Byte Idx
169 PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry+Idx;
242 u1Byte Idx, Period = 0;
249 for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) {
250 …if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState ==…
251 if (pBeamInfo->BeamformeeEntry[Idx].bSound) {
254 Period = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod);
630 IN u1Byte Idx in HalTxbf8822B_Leave()
639 if (Idx < BEAMFORMER_ENTRY_NUM) { in HalTxbf8822B_Leave()
640 pBeamformerEntry = &pBeamformingInfo->BeamformerEntry[Idx]; in HalTxbf8822B_Leave()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/txbf/
H A Dhaltxbf8821b.c61 IN u1Byte Idx
69 PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx;
77 if (Idx == 0)
153 u1Byte Idx, Period0 = 0, Period1 = 0;
158 for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) {
160 …if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState ==…
161 if (Idx == 0) {
162 if (pBeamInfo->BeamformeeEntry[Idx].bSound)
166 Period0 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod);
167 } else if (Idx == 1) {
[all …]
H A Dhaltxbf8814a.h22 IN u1Byte Idx
29 IN u1Byte Idx
36 IN u1Byte Idx
42 IN u1Byte Idx
54 IN u1Byte Idx
60 #define HalTxbf8814A_Enter(pDM_VOID, Idx) argument
61 #define HalTxbf8814A_Leave(pDM_VOID, Idx) argument
62 #define HalTxbf8814A_Status(pDM_VOID, Idx) argument
63 #define HalTxbf8814A_ResetTxPath(pDM_VOID, Idx) argument
65 #define HalTxbf8814A_FwTxBF(pDM_VOID, Idx) argument
H A Dhaltxbf8192e.c84 u1Byte Idx, Period0 = 0, Period1 = 0; in halTxbf8192E_FwTxBFCmd() local
89 for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { in halTxbf8192E_FwTxBFCmd()
90 if (pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { in halTxbf8192E_FwTxBFCmd()
91 if (Idx == 0) { in halTxbf8192E_FwTxBFCmd()
92 if (pBeamInfo->BeamformeeEntry[Idx].bSound) in halTxbf8192E_FwTxBFCmd()
96 Period0 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); in halTxbf8192E_FwTxBFCmd()
97 } else if (Idx == 1) { in halTxbf8192E_FwTxBFCmd()
98 if (pBeamInfo->BeamformeeEntry[Idx].bSound) in halTxbf8192E_FwTxBFCmd()
102 Period1 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); in halTxbf8192E_FwTxBFCmd()
120 IN u1Byte Idx in halTxbf8192E_DownloadNDPA() argument
[all …]
H A Dhaltxbfjaguar.c75 IN u1Byte Idx in halTxbfJaguar_DownloadNDPA() argument
84 PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; in halTxbfJaguar_DownloadNDPA()
91 if (Idx == 0) in halTxbfJaguar_DownloadNDPA()
169 u1Byte Idx, Period0 = 0, Period1 = 0; in halTxbfJaguar_FwTxBFCmd() local
174 for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { in halTxbfJaguar_FwTxBFCmd()
176 …if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState ==… in halTxbfJaguar_FwTxBFCmd()
177 if (Idx == 0) { in halTxbfJaguar_FwTxBFCmd()
178 if (pBeamInfo->BeamformeeEntry[Idx].bSound) in halTxbfJaguar_FwTxBFCmd()
182 Period0 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); in halTxbfJaguar_FwTxBFCmd()
183 } else if (Idx == 1) { in halTxbfJaguar_FwTxBFCmd()
[all …]
H A Dhaltxbf8821b.h9 IN u1Byte Idx
16 IN u1Byte Idx
23 IN u1Byte Idx
30 IN u1Byte Idx
34 #define HalTxbf8821B_Enter(pDM_VOID, Idx) argument
35 #define HalTxbf8821B_Leave(pDM_VOID, Idx) argument
36 #define HalTxbf8821B_Status(pDM_VOID, Idx) argument
37 #define HalTxbf8821B_FwTxBF(pDM_VOID, Idx) argument
H A Dhalcomtxbf.c187 u1Byte Idx = pTxbfInfo->TXBFIdx; in halComTxbf_EnterWorkItemCallback() local
192 HalTxbfJaguar_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
194 HalTxbf8192E_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
196 HalTxbf8814A_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
198 HalTxbf8821B_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
200 HalTxbf8822B_Enter(pDM_Odm, Idx); in halComTxbf_EnterWorkItemCallback()
220 u1Byte Idx = pTxbfInfo->TXBFIdx; in halComTxbf_LeaveWorkItemCallback() local
225 HalTxbfJaguar_Leave(pDM_Odm, Idx); in halComTxbf_LeaveWorkItemCallback()
227 HalTxbf8192E_Leave(pDM_Odm, Idx); in halComTxbf_LeaveWorkItemCallback()
229 HalTxbf8814A_Leave(pDM_Odm, Idx); in halComTxbf_LeaveWorkItemCallback()
[all …]
H A Dhaltxbf8822b.h15 IN u1Byte Idx
22 IN u1Byte Idx
29 IN u1Byte Idx
40 IN u1Byte Idx
44 #define HalTxbf8822B_Enter(pDM_VOID, Idx) argument
45 #define HalTxbf8822B_Leave(pDM_VOID, Idx) argument
46 #define HalTxbf8822B_Status(pDM_VOID, Idx) argument
47 #define HalTxbf8822B_FwTxBF(pDM_VOID, Idx) argument
H A Dhaltxbf8192e.h17 IN u1Byte Idx
24 IN u1Byte Idx
31 IN u1Byte Idx
38 IN u1Byte Idx
43 #define HalTxbf8192E_Enter(pDM_VOID, Idx) argument
44 #define HalTxbf8192E_Leave(pDM_VOID, Idx) argument
45 #define HalTxbf8192E_Status(pDM_VOID, Idx) argument
46 #define HalTxbf8192E_FwTxBF(pDM_VOID, Idx) argument
H A Dhaltxbfjaguar.h18 IN u1Byte Idx
25 IN u1Byte Idx
32 IN u1Byte Idx
39 IN u1Byte Idx
58 #define HalTxbfJaguar_Enter(pDM_VOID, Idx) argument
59 #define HalTxbfJaguar_Leave(pDM_VOID, Idx) argument
60 #define HalTxbfJaguar_Status(pDM_VOID, Idx) argument
61 #define HalTxbfJaguar_FwTxBF(pDM_VOID, Idx) argument
H A Dhaltxbf8814a.c330 IN u1Byte Idx
340 PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx;
413 u1Byte Idx, Period = 0;
420 for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) {
421 …if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState ==…
422 if (pBeamInfo->BeamformeeEntry[Idx].bSound) {
425 Period = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod);
535 IN u1Byte Idx in HalTxbf8814A_Leave() argument
543 if (Idx < BEAMFORMER_ENTRY_NUM) { in HalTxbf8814A_Leave()
544 BeamformerEntry = pBeamformingInfo->BeamformerEntry[Idx]; in HalTxbf8814A_Leave()
[all …]
H A Dhaltxbfinterface.c19 u1Byte Idx = 0; local
93 u1Byte Idx, Nc, Nr, CH_W; local
99 pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, Frame_Addr2(*pPduOS), &Idx);
126 …_DBG_LOUD, ("[%s] idx=%d, pkt type=%d, Nc=%d, Nr=%d, CH_W=%d\n", __func__, Idx, pktType, Nc, Nr, C…
195 u1Byte DescLen = 0, Idx = 0, NDPTxRate; local
199 PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx);
261 u1Byte Idx = 0, NDPTxRate = 0; local
263 PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx);
314 u1Byte Idx = 0; local
315 PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_beamforming.c93 OUT pu1Byte Idx in phydm_Beamforming_GetBFeeEntryByAddr() argument
107 *Idx = i; in phydm_Beamforming_GetBFeeEntryByAddr()
119 OUT pu1Byte Idx in phydm_Beamforming_GetBFerEntryByAddr() argument
133 *Idx = i; in phydm_Beamforming_GetBFerEntryByAddr()
146 OUT pu1Byte Idx in phydm_Beamforming_GetEntryByMacId() argument
160 *Idx = i; in phydm_Beamforming_GetEntryByMacId()
199 OUT pu1Byte Idx in phydm_Beamforming_GetFreeBFeeEntry() argument
212 *Idx = i; in phydm_Beamforming_GetFreeBFeeEntry()
222 OUT pu1Byte Idx in phydm_Beamforming_GetFreeBFerEntry() argument
235 *Idx = i; in phydm_Beamforming_GetFreeBFerEntry()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_beamforming.c186 OUT pu1Byte Idx in phydm_Beamforming_GetBFeeEntryByAddr() argument
195 *Idx = i; in phydm_Beamforming_GetBFeeEntryByAddr()
207 OUT pu1Byte Idx in phydm_Beamforming_GetBFerEntryByAddr() argument
216 *Idx = i; in phydm_Beamforming_GetBFerEntryByAddr()
229 OUT pu1Byte Idx in phydm_Beamforming_GetEntryByMacId() argument
238 *Idx = i; in phydm_Beamforming_GetEntryByMacId()
272 OUT pu1Byte Idx in phydm_Beamforming_GetFreeBFeeEntry() argument
281 *Idx = i; in phydm_Beamforming_GetFreeBFeeEntry()
291 OUT pu1Byte Idx in phydm_Beamforming_GetFreeBFerEntry() argument
302 *Idx = i; in phydm_Beamforming_GetFreeBFerEntry()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_beamforming.c123 OUT pu1Byte Idx in phydm_Beamforming_GetBFeeEntryByAddr() argument
132 *Idx = i; in phydm_Beamforming_GetBFeeEntryByAddr()
144 OUT pu1Byte Idx in phydm_Beamforming_GetBFerEntryByAddr() argument
153 *Idx = i; in phydm_Beamforming_GetBFerEntryByAddr()
166 OUT pu1Byte Idx in phydm_Beamforming_GetEntryByMacId() argument
175 *Idx = i; in phydm_Beamforming_GetEntryByMacId()
209 OUT pu1Byte Idx in phydm_Beamforming_GetFreeBFeeEntry() argument
218 *Idx = i; in phydm_Beamforming_GetFreeBFeeEntry()
228 OUT pu1Byte Idx in phydm_Beamforming_GetFreeBFerEntry() argument
239 *Idx = i; in phydm_Beamforming_GetFreeBFerEntry()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Darray.hpp422 template <size_t Idx, typename T, size_t N>
424 BOOST_STATIC_ASSERT_MSG ( Idx < N, "boost::get<>(boost::array &) index out of range" ); in get()
425 return arr[Idx]; in get()
428 template <size_t Idx, typename T, size_t N>
430 BOOST_STATIC_ASSERT_MSG ( Idx < N, "boost::get<>(const boost::array &) index out of range" ); in get()
431 return arr[Idx]; in get()
439 template <size_t Idx, typename T, size_t N>
441 BOOST_STATIC_ASSERT_MSG ( Idx < N, "std::get<>(boost::array &) index out of range" ); in get()
442 return arr[Idx]; in get()
445 template <size_t Idx, typename T, size_t N>
[all …]

123