| /freebsd-12-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2835_systimer.c | 136 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/ |
| D | athrd.c | 1330 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/ |
| D | ar5212_reset.c | 2496 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/ |
| D | sha512-parisc.pl | 387 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 437 and $alo,$clo,$a2 443 and $blo,$clo,$a2
|
| D | sha512-ppc.pl | 469 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/ |
| D | ar5416_reset.c | 2107 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/ |
| D | 24k.md | 50 ;; 2. Arithmetic: add, addi, addiu, addiupc, addu, and, andi, clo, clz,
|
| D | mips.md | 202 ;; clz the clz and clo instructions
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsScheduleGeneric.td | 44 // 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
|
| D | MipsScheduleP5600.td | 181 // clo, clz, di, ei, mfhi, mflo
|
| D | Mips32r6InstrInfo.td | 804 class CLO_R6_DESC : CLO_R6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
|
| D | MicroMipsInstrInfo.td | 938 def CLO_MM : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM_MM<0x12c>,
|
| D | MicroMips32r6InstrInfo.td | 446 class CLO_MMR6_DESC : CLO_CLZ_MMR6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
|
| D | MipsInstrInfo.td | 2361 def CLO : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM<0x21>,
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | ChangeLog-0001 | 1342 code for MIPS32. Update "clo" and "clz" to use 'U' operand 1456 Add clo and clz opcodes.
|