Home
last modified time | relevance | path

Searched refs:max_cnt (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c474 int max_cnt = 0, cnt = 0; in get_mid_point_of_longest_one() local
484 if (max_cnt < cnt) { in get_mid_point_of_longest_one()
485 max_cnt = cnt; in get_mid_point_of_longest_one()
495 if (max_cnt < 4) in get_mid_point_of_longest_one()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h624 ushort max_cnt; /* maximum length counter */ member
/openbmc/u-boot/fs/ubifs/
H A Dlpt.c1645 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
1652 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
H A Dlprops.c174 if (heap->cnt >= heap->max_cnt) { in add_to_lpt_heap()
H A Dubifs.h1224 int max_cnt; member