Lines Matching refs:cnt
181 static void fill_desc(uint64_t *l1, uint64_t l1_desc, unsigned int cnt) in fill_desc() argument
186 VERBOSE("GPT: %s(%p 0x%"PRIx64" %u)\n", __func__, l1, l1_desc, cnt); in fill_desc()
188 for (unsigned int i = 0U; i < cnt; i++) { in fill_desc()
735 unsigned int cnt; in fill_l1_cont_desc() local
739 cnt = L1_QWORDS_512MB; in fill_l1_cont_desc()
742 cnt = L1_QWORDS_32MB; in fill_l1_cont_desc()
745 cnt = L1_QWORDS_2MB; in fill_l1_cont_desc()
752 fill_desc(&l1[idx], l1_desc, cnt); in fill_l1_cont_desc()
1445 unsigned int cnt = gpt_l1_cnt_2mb; in check_fuse_2mb() local
1451 while (cnt-- != 0U) { in check_fuse_2mb()
1498 unsigned int cnt = 16U; in check_fuse_32mb() local
1508 while (cnt-- != 0U) { in check_fuse_32mb()
1556 unsigned int cnt = 16U; in check_fuse_512mb() local
1566 while (cnt-- != 0U) { in check_fuse_512mb()