Home
last modified time | relevance | path

Searched refs:modesIndex (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/source/model/
H A DProjectCache.cpp57 for(unsigned modesIndex = 0; modesIndex < modesJsonList.GetLength(); ++modesIndex) in operator =() local
59 m_modes.push_back(CacheModeMapper::GetCacheModeForName(modesJsonList[modesIndex].AsString())); in operator =()
85 for(unsigned modesIndex = 0; modesIndex < modesJsonList.GetLength(); ++modesIndex) in Jsonize() local
87 modesJsonList[modesIndex].AsString(CacheModeMapper::GetNameForCacheMode(m_modes[modesIndex])); in Jsonize()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c868 u32 modesIndex; in ar9003_hw_process_ini() local
886 modesIndex); in ar9003_hw_process_ini()
904 modesIndex, regWrites); in ar9003_hw_process_ini()
913 modesIndex, regWrites); in ar9003_hw_process_ini()
923 modesIndex, regWrites); in ar9003_hw_process_ini()
952 modesIndex, regWrites); in ar9003_hw_process_ini()
970 ah->modes_index = modesIndex; in ar9003_hw_process_ini()
1681 u32 modesIndex, txgain_index; in ar9003_hw_fast_chan_change() local
1702 modesIndex); in ar9003_hw_fast_chan_change()
1714 modesIndex, regWrites); in ar9003_hw_fast_chan_change()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c868 u32 modesIndex; in ar9003_hw_process_ini() local
886 modesIndex); in ar9003_hw_process_ini()
904 modesIndex, regWrites); in ar9003_hw_process_ini()
913 modesIndex, regWrites); in ar9003_hw_process_ini()
923 modesIndex, regWrites); in ar9003_hw_process_ini()
952 modesIndex, regWrites); in ar9003_hw_process_ini()
970 ah->modes_index = modesIndex; in ar9003_hw_process_ini()
1681 u32 modesIndex, txgain_index; in ar9003_hw_fast_chan_change() local
1702 modesIndex); in ar9003_hw_fast_chan_change()
1714 modesIndex, regWrites); in ar9003_hw_fast_chan_change()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c868 u32 modesIndex; in ar9003_hw_process_ini() local
886 modesIndex); in ar9003_hw_process_ini()
904 modesIndex, regWrites); in ar9003_hw_process_ini()
913 modesIndex, regWrites); in ar9003_hw_process_ini()
923 modesIndex, regWrites); in ar9003_hw_process_ini()
952 modesIndex, regWrites); in ar9003_hw_process_ini()
970 ah->modes_index = modesIndex; in ar9003_hw_process_ini()
1681 u32 modesIndex, txgain_index; in ar9003_hw_fast_chan_change() local
1702 modesIndex); in ar9003_hw_fast_chan_change()
1714 modesIndex, regWrites); in ar9003_hw_fast_chan_change()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280_attach.c309 u_int modesIndex; in ar9280WriteIni() local
316 modesIndex = 3; in ar9280WriteIni()
318 modesIndex = 5; in ar9280WriteIni()
320 modesIndex = 4; in ar9280WriteIni()
324 modesIndex = 2; in ar9280WriteIni()
326 modesIndex = 1; in ar9280WriteIni()
336 modesIndex, regWrites); in ar9280WriteIni()
339 modesIndex, regWrites); in ar9280WriteIni()
341 modesIndex, regWrites); in ar9280WriteIni()
350 modesIndex, regWrites); in ar9280WriteIni()
H A Dar9285_attach.c294 u_int modesIndex; in ar9285WriteIni() local
300 modesIndex = 3; in ar9285WriteIni()
302 modesIndex = 5; in ar9285WriteIni()
304 modesIndex = 4; in ar9285WriteIni()
310 modesIndex, regWrites); in ar9285WriteIni()
313 modesIndex, regWrites); in ar9285WriteIni()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_reset.c95 u_int modesIndex, freqIndex; in ar5312Reset() local
222 modesIndex = 1; in ar5312Reset()
226 modesIndex = 2; in ar5312Reset()
230 modesIndex = 3; in ar5312Reset()
234 modesIndex = 4; in ar5312Reset()
238 modesIndex = 5; in ar5312Reset()
252 regWrites = ath_hal_ini_write(ah, &ahp->ah_ini_modes, modesIndex, 0); in ar5312Reset()
255 ahp->ah_rfHal->writeRegs(ah, modesIndex, freqIndex, regWrites); in ar5312Reset()
344 if (!ahp->ah_rfHal->setRfRegs(ah, ichan, modesIndex, rfXpdGain)) { in ar5312Reset()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5111.c63 ar5111WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, in ar5111WriteRegs() argument
66 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5111, modesIndex, writes); in ar5111WriteRegs()
218 uint16_t modesIndex, uint16_t *rfXpdGain) in ar5111SetRfRegs() argument
287 rfReg[i] = ar5212Bank0_5111[i][modesIndex]; in ar5111SetRfRegs()
298 HAL_INI_WRITE_ARRAY(ah, ar5212Bank2_5111, modesIndex, regWrites); in ar5111SetRfRegs()
301 HAL_INI_WRITE_ARRAY(ah, ar5212Bank3_5111, modesIndex, regWrites); in ar5111SetRfRegs()
305 rfReg[i] = ar5212Bank6_5111[i][modesIndex]; in ar5111SetRfRegs()
319 rfReg[i] = ar5212Bank7_5111[i][modesIndex]; in ar5111SetRfRegs()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_hw.c565 u32 modesIndex; in ar9002_hw_load_ani_reg() local
571 modesIndex = 1; in ar9002_hw_load_ani_reg()
575 modesIndex = 2; in ar9002_hw_load_ani_reg()
580 modesIndex = 4; in ar9002_hw_load_ani_reg()
584 modesIndex = 3; in ar9002_hw_load_ani_reg()
595 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
H A Dath9k_ar9003_phy.c625 u32 modesIndex; in ar9003_hw_process_ini() local
630 modesIndex = 1; in ar9003_hw_process_ini()
634 modesIndex = 2; in ar9003_hw_process_ini()
639 modesIndex = 4; in ar9003_hw_process_ini()
643 modesIndex = 3; in ar9003_hw_process_ini()
651 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
652 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
653 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
654 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
658 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]
H A Dath9k_ar5008_phy.c538 u16 modesIndex) in ar5008_hw_set_rf_regs() argument
567 modesIndex); in ar5008_hw_set_rf_regs()
572 INI_RA(&ah->iniBank6TPC, i, modesIndex); in ar5008_hw_set_rf_regs()
761 u32 modesIndex, freqIndex; in ar5008_hw_process_ini() local
766 modesIndex = 1; in ar5008_hw_process_ini()
771 modesIndex = 2; in ar5008_hw_process_ini()
777 modesIndex = 4; in ar5008_hw_process_ini()
782 modesIndex = 3; in ar5008_hw_process_ini()
854 modesIndex, regWrites); in ar5008_hw_process_ini()
879 modesIndex, regWrites); in ar5008_hw_process_ini()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_hw.c565 u32 modesIndex; in ar9002_hw_load_ani_reg() local
571 modesIndex = 1; in ar9002_hw_load_ani_reg()
575 modesIndex = 2; in ar9002_hw_load_ani_reg()
580 modesIndex = 4; in ar9002_hw_load_ani_reg()
584 modesIndex = 3; in ar9002_hw_load_ani_reg()
595 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
H A Dath9k_ar9003_phy.c625 u32 modesIndex; in ar9003_hw_process_ini() local
630 modesIndex = 1; in ar9003_hw_process_ini()
634 modesIndex = 2; in ar9003_hw_process_ini()
639 modesIndex = 4; in ar9003_hw_process_ini()
643 modesIndex = 3; in ar9003_hw_process_ini()
651 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
652 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
653 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
654 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
658 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_hw.c565 u32 modesIndex; in ar9002_hw_load_ani_reg() local
571 modesIndex = 1; in ar9002_hw_load_ani_reg()
575 modesIndex = 2; in ar9002_hw_load_ani_reg()
580 modesIndex = 4; in ar9002_hw_load_ani_reg()
584 modesIndex = 3; in ar9002_hw_load_ani_reg()
595 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
H A Dath9k_ar9003_phy.c625 u32 modesIndex; in ar9003_hw_process_ini() local
630 modesIndex = 1; in ar9003_hw_process_ini()
634 modesIndex = 2; in ar9003_hw_process_ini()
639 modesIndex = 4; in ar9003_hw_process_ini()
643 modesIndex = 3; in ar9003_hw_process_ini()
651 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
652 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
653 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
654 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
658 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_hw.c565 u32 modesIndex; in ar9002_hw_load_ani_reg() local
571 modesIndex = 1; in ar9002_hw_load_ani_reg()
575 modesIndex = 2; in ar9002_hw_load_ani_reg()
580 modesIndex = 4; in ar9002_hw_load_ani_reg()
584 modesIndex = 3; in ar9002_hw_load_ani_reg()
595 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
H A Dath9k_ar9003_phy.c625 u32 modesIndex; in ar9003_hw_process_ini() local
630 modesIndex = 1; in ar9003_hw_process_ini()
634 modesIndex = 2; in ar9003_hw_process_ini()
639 modesIndex = 4; in ar9003_hw_process_ini()
643 modesIndex = 3; in ar9003_hw_process_ini()
651 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
652 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
653 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
654 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
658 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_hw.c565 u32 modesIndex; in ar9002_hw_load_ani_reg() local
571 modesIndex = 1; in ar9002_hw_load_ani_reg()
575 modesIndex = 2; in ar9002_hw_load_ani_reg()
580 modesIndex = 4; in ar9002_hw_load_ani_reg()
584 modesIndex = 3; in ar9002_hw_load_ani_reg()
595 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
H A Dath9k_ar9003_phy.c625 u32 modesIndex; in ar9003_hw_process_ini() local
630 modesIndex = 1; in ar9003_hw_process_ini()
634 modesIndex = 2; in ar9003_hw_process_ini()
639 modesIndex = 4; in ar9003_hw_process_ini()
643 modesIndex = 3; in ar9003_hw_process_ini()
651 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
652 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
653 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
654 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
658 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_hw.c565 u32 modesIndex; in ar9002_hw_load_ani_reg() local
571 modesIndex = 1; in ar9002_hw_load_ani_reg()
575 modesIndex = 2; in ar9002_hw_load_ani_reg()
580 modesIndex = 4; in ar9002_hw_load_ani_reg()
584 modesIndex = 3; in ar9002_hw_load_ani_reg()
595 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
H A Dath9k_ar9003_phy.c625 u32 modesIndex; in ar9003_hw_process_ini() local
630 modesIndex = 1; in ar9003_hw_process_ini()
634 modesIndex = 2; in ar9003_hw_process_ini()
639 modesIndex = 4; in ar9003_hw_process_ini()
643 modesIndex = 3; in ar9003_hw_process_ini()
651 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
652 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
653 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
654 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
658 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_hw.c565 u32 modesIndex; in ar9002_hw_load_ani_reg() local
571 modesIndex = 1; in ar9002_hw_load_ani_reg()
575 modesIndex = 2; in ar9002_hw_load_ani_reg()
580 modesIndex = 4; in ar9002_hw_load_ani_reg()
584 modesIndex = 3; in ar9002_hw_load_ani_reg()
595 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
H A Dath9k_ar9003_phy.c625 u32 modesIndex; in ar9003_hw_process_ini() local
630 modesIndex = 1; in ar9003_hw_process_ini()
634 modesIndex = 2; in ar9003_hw_process_ini()
639 modesIndex = 4; in ar9003_hw_process_ini()
643 modesIndex = 3; in ar9003_hw_process_ini()
651 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
652 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
653 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
654 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
658 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_hw.c565 u32 modesIndex; in ar9002_hw_load_ani_reg() local
571 modesIndex = 1; in ar9002_hw_load_ani_reg()
575 modesIndex = 2; in ar9002_hw_load_ani_reg()
580 modesIndex = 4; in ar9002_hw_load_ani_reg()
584 modesIndex = 3; in ar9002_hw_load_ani_reg()
595 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
H A Dath9k_ar9003_phy.c625 u32 modesIndex; in ar9003_hw_process_ini() local
630 modesIndex = 1; in ar9003_hw_process_ini()
634 modesIndex = 2; in ar9003_hw_process_ini()
639 modesIndex = 4; in ar9003_hw_process_ini()
643 modesIndex = 3; in ar9003_hw_process_ini()
651 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
652 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
653 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
654 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
658 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]

123