Home
last modified time | relevance | path

Searched refs:up2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/xlr/
H A Dpic.h269 uint32_t up1, up2, low; in nlm_pic_read_timer() local
273 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()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsearchutility.cpp53 size_t up2 = item2->psb * (item1->lma_len); in cmp_lpi_with_unified_psb() local
54 if (up1 < up2) { in cmp_lpi_with_unified_psb()
57 if (up1 > up2) { in cmp_lpi_with_unified_psb()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Damifb.c543 #define up2(v) (((v) + 1) & -2) macro