Searched refs:up2 (Results 1 – 3 of 3) sorted by relevance
269 uint32_t up1, up2, low; in nlm_pic_read_timer() local273 up2 = nlm_read_reg(base, PIC_TIMER_COUNT_1(timer)); in nlm_pic_read_timer()275 if (up1 != up2) /* wrapped, get the new low */ in nlm_pic_read_timer()277 return ((uint64_t)up2 << 32) | low; in nlm_pic_read_timer()
53 size_t up2 = item2->psb * (item1->lma_len); in cmp_lpi_with_unified_psb() local54 if (up1 < up2) { in cmp_lpi_with_unified_psb()57 if (up1 > up2) { in cmp_lpi_with_unified_psb()
543 #define up2(v) (((v) + 1) & -2) macro