Home
last modified time | relevance | path

Searched refs:clo (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
Dbcm2835_systimer.c136 uint32_t clo, clo1; in bcm_systimer_start() local
145 clo = bcm_systimer_tc_read_4(SYSTIMER_CLO); in bcm_systimer_start()
147 clo += count; in bcm_systimer_start()
152 bcm_systimer_tc_write_4(SYSTIMER_C0 + st->index*4, clo); in bcm_systimer_start()
154 if ((int32_t)(clo1 - clo) >= 0) { in bcm_systimer_start()
156 clo = clo1; in bcm_systimer_start()
/freebsd-12-stable/tools/tools/ath/athrd/
Dathrd.c1330 u_int16_t clo, chi, twiceMaxEdgePower; in ar5212GetMaxEdgePower() local
1342 numEdges, &clo, &chi); in ar5212GetMaxEdgePower()
1344 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
1349 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { in ar5212GetMaxEdgePower()
1408 u_int16_t clo, chi, ixlo, ixhi; in ar5212GetTargetPowers() local
1416 numChannels, &clo, &chi); in ar5212GetTargetPowers()
1421 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers()
1434 pNewPower->twicePwr6_24 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers()
1436 pNewPower->twicePwr36 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers()
1438 pNewPower->twicePwr48 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers()
[all …]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_reset.c2496 uint16_t clo, chi, twiceMaxEdgePower; in ar5212GetMaxEdgePower() local
2508 numEdges, &clo, &chi); in ar5212GetMaxEdgePower()
2510 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
2515 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { in ar5212GetMaxEdgePower()
2575 uint16_t clo, chi, ixlo, ixhi; in ar5212GetTargetPowers() local
2583 numChannels, &clo, &chi); in ar5212GetTargetPowers()
2588 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers()
2601 pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, in ar5212GetTargetPowers()
2603 pNewPower->twicePwr36 = interpolate(freq, clo, chi, in ar5212GetTargetPowers()
2605 pNewPower->twicePwr48 = interpolate(freq, clo, chi, in ar5212GetTargetPowers()
[all …]
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
Dsha512-parisc.pl387 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
437 and $alo,$clo,$a2
443 and $blo,$clo,$a2
Dsha512-ppc.pl469 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
564 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c2107 uint16_t clo, chi; in ar5416GetTargetPowers() local
2145 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers()
2149 pNewPower->tPow2x[i] = (uint8_t)ath_ee_interpolate(freq, clo, chi, in ar5416GetTargetPowers()
2167 uint16_t clo, chi; in ar5416GetTargetPowersLeg() local
2205 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowersLeg()
2209 pNewPower->tPow2x[i] = (uint8_t)ath_ee_interpolate(freq, clo, chi, in ar5416GetTargetPowersLeg()
/freebsd-12-stable/contrib/gcc/config/mips/
D24k.md50 ;; 2. Arithmetic: add, addi, addiu, addiupc, addu, and, andi, clo, clz,
Dmips.md202 ;; clz the clz and clo instructions
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsScheduleGeneric.td44 // add, addi, addiu, addu, and, andi, clo, clz, ext, ins, lui, nor, or, ori,
58 // addiupc, align, aluipc, aui, auipc, bitswap, clo, clz, lsa, seleqz, selnez
DMipsScheduleP5600.td181 // clo, clz, di, ei, mfhi, mflo
DMips32r6InstrInfo.td804 class CLO_R6_DESC : CLO_R6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
DMicroMipsInstrInfo.td938 def CLO_MM : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM_MM<0x12c>,
DMicroMips32r6InstrInfo.td446 class CLO_MMR6_DESC : CLO_CLZ_MMR6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
DMipsInstrInfo.td2361 def CLO : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM<0x21>,
/freebsd-12-stable/contrib/binutils/opcodes/
DChangeLog-00011342 code for MIPS32. Update "clo" and "clz" to use 'U' operand
1456 Add clo and clz opcodes.