Searched refs:low1 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/pc98/cbus/
H A Dcbus_dma.c373 * - read low1
382 * greater than the low1 value. In this case, low2 and high2 are a
385 * In any other case, low1 and high1 can be considered to be correct.
396 u_long low1, high1, low2, high2; local
417 low1 = inb(waport);
429 if (low1 >= low2) {
430 cnt = (low1 + (high1 << 8) + 1) & 0xffff;
/freebsd-11-stable/sys/x86/isa/
H A Disa_dma.c436 * - read low1
445 * greater than the low1 value. In this case, low2 and high2 are a
448 * In any other case, low1 and high1 can be considered to be correct.
459 u_long low1, high1, low2, high2; local
485 low1 = inb(waport);
497 if (low1 >= low2) {
498 cnt = (low1 + (high1 << 8) + 1) & 0xffff;
/freebsd-11-stable/sys/x86/x86/
H A Dio_apic.c157 uint32_t low1; local
188 low1 = src->io_lowreg;
189 low1 &= ~IOART_TRGRLVL;
190 low1 |= IOART_TRGREDG | IOART_INTMSET;
192 low1);
193 low1 = src->io_lowreg;
195 low1 |= IOART_INTMSET;
197 low1);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c334 uint32_t low1, low2, u32; local
337 low1 = OS_REG_READ(ah, AR_TSF_L32);
340 if (low2 < low1) { /* roll over */
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c330 uint32_t low1, low2, u32; local
333 low1 = OS_REG_READ(ah, AR_TSF_L32);
336 if (low2 < low1) { /* roll over */
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c109 uint32_t low1, low2, u32; local
112 low1 = OS_REG_READ(ah, AR_TSF_L32);
115 if (low2 < low1) { /* roll over */
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c235 uint32_t low1, low2, u32; local
238 low1 = OS_REG_READ(ah, AR_TSF_L32);
241 if (low2 < low1) { /* roll over */
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c842 lin low1, lin high1,
854 D_LOWLINE (result, FILE1) = low1;
838 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument
/freebsd-11-stable/contrib/gcc/
H A Drtlanal.c3651 int low1 = floor_log2 (nz1 & -nz1);
3663 result_low = MIN (low0, low1);
3666 result_low = MIN (low0, low1);
3670 result_low = low0 + low1;
3688 result_low = MIN (low0, low1);
3694 result_low = MIN (low0, low1);
3626 int low1 = floor_log2 (nz1 & -nz1); local
H A Dfold-const.c4417 tree high0, int in1_p, tree low1, tree high1)
4425 int lowequal = ((low0 == 0 && low1 == 0)
4427 low0, 0, low1, 0)));
4435 low0, 0, low1, 0))
4441 tem = low0, low0 = low1, low1 = tem;
4449 high0, 1, low1, 0));
4463 in_p = 1, low = low1, high = high1;
4465 in_p = 1, low = low1, high = high0;
4497 high = range_predecessor (low1);
4389 merge_ranges(int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, tree high0, int in1_p, tree low1, tree high1) argument
4885 tree low0, low1, low, high0, high1, high; local
10280 HOST_WIDE_INT low1 = TREE_INT_CST_LOW (arg1); local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c1493 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff);
1501 if (low1 != const0_rtx)
1507 gen_rtx_IOR (DImode, op0, low1)));
8225 low1 = TREE_INT_CST_LOW (TREE_VALUE (elts1));
8232 overflow |= neg_double (low1, high1, &l, &h);
1489 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); local
8200 low1 = TREE_INT_CST_LOW (TREE_VALUE (elts1)); local

Completed in 122 milliseconds