Searched refs:biaslevel (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_eeprom_def.c582 u8 biaslevel; local
593 biaslevel = pModal->xpaBiasLvl;
603 biaslevel = (u8) (XPA_LVL_FREQ(0) >> 14);
613 biaslevel = (u8)(XPA_LVL_FREQ(freqCount) >> 14);
622 7, 1) & (~0x18)) | biaslevel << 3;
625 6, 1) & (~0xc0)) | biaslevel << 6;
H A Dath9k_eeprom_4k.c709 u8 biaslevel; local
720 biaslevel = pModal->xpaBiasLvl;
722 (INI_RA(&ah->iniAddac, 7, 1) & (~0x18)) | biaslevel << 3;

Completed in 47 milliseconds