Searched refs:clo (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c136 uint32_t clo, clo1; local
144 clo = bcm_systimer_tc_read_4(SYSTIMER_CLO);
146 clo += count;
151 bcm_systimer_tc_write_4(SYSTIMER_C0 + st->index*4, clo);
153 if ((int32_t)(clo1 - clo) >= 0) {
155 clo = clo1;
/freebsd-13-stable/tools/tools/ath/athrd/
H A Dathrd.c1330 u_int16_t clo, chi, twiceMaxEdgePower; local
1342 numEdges, &clo, &chi);
1344 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++)
1349 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) {
1408 u_int16_t clo, chi, ixlo, ixhi; local
1416 numChannels, &clo, &chi);
1421 if (clo == tempChannelList[i]) {
1434 pNewPower->twicePwr6_24 = interpolate(chan->ic_freq, clo, chi,
1436 pNewPower->twicePwr36 = interpolate(chan->ic_freq, clo, ch
[all...]
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2496 uint16_t clo, chi, twiceMaxEdgePower; local
2508 numEdges, &clo, &chi);
2510 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++)
2515 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) {
2575 uint16_t clo, chi, ixlo, ixhi; local
2583 numChannels, &clo, &chi);
2588 if (clo == tempChannelList[i]) {
2601 pNewPower->twicePwr6_24 = interpolate(freq, clo, chi,
2603 pNewPower->twicePwr36 = interpolate(freq, clo, ch
[all...]
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2107 uint16_t clo, chi; local
2145 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan));
2149 pNewPower->tPow2x[i] = (uint8_t)ath_ee_interpolate(freq, clo, chi,
2167 uint16_t clo, chi; local
2205 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan));
2209 pNewPower->tPow2x[i] = (uint8_t)ath_ee_interpolate(freq, clo, chi,
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl387 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
437 and $alo,$clo,$a2
443 and $blo,$clo,$a2
H A Dsha512-ppc.pl469 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
564 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,

Completed in 92 milliseconds