Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dbcm2835_property.c333 uint32_t start_num = ldl_le_phys(&s->dma_as, value + 12); in bcm2835_property_mbox_push() local
338 for (uint32_t n = start_num; n < start_num + number && in bcm2835_property_mbox_push()
343 value + 20 + ((n - start_num) << 2), otp_row); in bcm2835_property_mbox_push()
349 uint32_t start_num = ldl_le_phys(&s->dma_as, value + 12); in bcm2835_property_mbox_push() local
355 if (start_num == BCM2835_OTP_LOCK_NUM1 && in bcm2835_property_mbox_push()
369 for (uint32_t n = start_num; n < start_num + number && in bcm2835_property_mbox_push()
372 value + 20 + ((n - start_num) << 2)); in bcm2835_property_mbox_push()
382 uint32_t start_num = ldl_le_phys(&s->dma_as, value + 12); in bcm2835_property_mbox_push() local
387 for (uint32_t n = start_num; n < start_num + number && in bcm2835_property_mbox_push()
392 value + 20 + ((n - start_num) << 2), otp_row); in bcm2835_property_mbox_push()
[all …]
/openbmc/u-boot/arch/arc/lib/
H A Dinterrupts.c42 static void print_reg_file(long *reg_rev, int start_num) in print_reg_file() argument
47 for (i = start_num; i < start_num + 25; i++) { in print_reg_file()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch1496 + UC const *const start_num = p;
1502 + const bool has_leading_zeros = p > start_num;