Home
last modified time | relevance | path

Searched refs:nranges (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/
H A Dmmap.c183 int prot1, ret, page_flags, nranges; in target_mprotect() local
205 nranges = 0; in target_mprotect()
218 starts[nranges] = host_start; in target_mprotect()
219 lens[nranges] = host_page_size; in target_mprotect()
220 prots[nranges] = prot1; in target_mprotect()
221 nranges++; in target_mprotect()
231 starts[nranges] = host_start; in target_mprotect()
232 lens[nranges] = host_page_size; in target_mprotect()
233 prots[nranges] = prot1; in target_mprotect()
234 nranges++; in target_mprotect()
[all …]
/openbmc/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h10 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), }
112 unsigned int nranges; member
H A Dpinctrl-mtk-common.c87 e = c + rc->nranges; in mtk_hw_pin_field_lookup()
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c363 int rlen, nranges, rangesz, pna, i; in mvebu_get_tgt_attr() local
380 nranges = rlen / sizeof(__be32) / rangesz; in mvebu_get_tgt_attr()
382 for (i = 0; i < nranges; i++, range += rangesz) { in mvebu_get_tgt_attr()