Home
last modified time | relevance | path

Searched refs:ih (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dimage.c32 struct Image_header *ih; in booti_setup() local
38 ih = (struct Image_header *)map_sysmem(image, 0); in booti_setup()
40 if (ih->magic != le32_to_cpu(LINUX_ARM64_IMAGE_MAGIC)) { in booti_setup()
50 if (ih->image_size == 0) { in booti_setup()
55 image_size = le64_to_cpu(ih->image_size); in booti_setup()
56 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
67 if (!force_reloc && (le64_to_cpu(ih->flags) & BIT(3))) in booti_setup()
74 unmap_sysmem(ih); in booti_setup()
/openbmc/u-boot/common/spl/
H A Dspl_ymodem.c79 struct image_header *ih; in spl_ymodem_load_image() local
112 ih = (struct image_header *)buf; in spl_ymodem_load_image()
113 ret = spl_parse_image_header(spl_image, ih); in spl_ymodem_load_image()
117 if (ih->ih_comp == IH_COMP_GZIP) in spl_ymodem_load_image()
123 ih = (struct image_header *)addr; in spl_ymodem_load_image()
134 if (ih->ih_comp == IH_COMP_GZIP) { in spl_ymodem_load_image()
135 if (gunzip((void *)(spl_image->load_addr + sizeof(*ih)), in spl_ymodem_load_image()
137 (void *)(CONFIG_SYS_LOAD_ADDR + sizeof(*ih)), in spl_ymodem_load_image()
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h250 #define ih_version(ih) (__le16_to_cpu((ih)->ih_version)) argument
252 #define IH_KEY_OFFSET(ih) (ih_version(ih) == ITEM_VERSION_1 \ argument
253 ? __le32_to_cpu((ih)->ih_key.u.v1.k_offset) \
254 : offset_v2_k_offset(&((ih)->ih_key.u.v2)))
256 #define IH_KEY_ISTYPE(ih, type) (ih_version(ih) == ITEM_VERSION_1 \ argument
257 ? __le32_to_cpu((ih)->ih_key.u.v1.k_uniqueness) == V1_##type \
258 : offset_v2_k_type(&((ih)->ih_key.u.v2)) == V2_##type)
304 #define stat_data_v1(ih) (ih_version(ih) == ITEM_VERSION_1) argument
340 #define stat_data_v2(ih) (ih_version(ih) == ITEM_VERSION_2) argument
H A Dreiserfs.c57 static void sd_print_item (struct item_head * ih, char * item) in sd_print_item() argument
62 if (stat_data_v1 (ih)) { in sd_print_item()
431 struct item_head *ih = INFO->current_ih + 1; in next_key() local
443 if (ih == &ITEMHEAD[__le16_to_cpu(BLOCKHEAD (LEAF)->blk_nr_item)]) in next_key()
455 ih = (struct item_head *) &BLOCKHEAD (LEAF)->blk_right_delim_key; in next_key()
493 ih = ITEMHEAD; in next_key()
496 INFO->current_ih = ih; in next_key()
497 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in next_key()
526 struct item_head *ih; in search_stat() local
564 ih = ITEMHEAD; in search_stat()
[all …]
/openbmc/qemu/hw/ppc/
H A Dtrace-events79 vof_error_unknown_ihandle_close(uint32_t ih) "ih=0x%x"
81 vof_error_write(uint32_t ih) "ih=0x%x"
85 vof_method(uint32_t ihandle, const char *method, uint32_t param, uint32_t ret, uint32_t ret2) "ih=0…
89 vof_open(const char *path, uint32_t ph, uint32_t ih) "%s ph=0x%x => ih=0x%x"
92 vof_instance_to_path(uint32_t ih, uint32_t ph, const char *tmp, int ret) "ih=0x%x ph=0x%x => %s len…
93 vof_instance_to_package(uint32_t ih, uint32_t ph) "ih=0x%x => ph=0x%x"
94 vof_write(uint32_t ih, unsigned cb, const char *msg) "ih=0x%x [%u] \"%s\""
/openbmc/qemu/hw/arm/
H A Domap1.c549 qemu_irq_lower(qdev_get_gpio_in(s->ih[1], OMAP_INT_GAUGE_32K)); in omap_ulpd_pm_read()
652 qemu_irq_raise(qdev_get_gpio_in(s->ih[1], OMAP_INT_GAUGE_32K)); in omap_ulpd_pm_write()
3837 s->ih[0] = qdev_new("omap-intc"); in omap310_mpu_init()
3838 qdev_prop_set_uint32(s->ih[0], "size", 0x100); in omap310_mpu_init()
3839 omap_intc_set_iclk(OMAP_INTC(s->ih[0]), omap_findclk(s, "arminth_ck")); in omap310_mpu_init()
3840 busdev = SYS_BUS_DEVICE(s->ih[0]); in omap310_mpu_init()
3847 s->ih[1] = qdev_new("omap-intc"); in omap310_mpu_init()
3848 qdev_prop_set_uint32(s->ih[1], "size", 0x800); in omap310_mpu_init()
3849 omap_intc_set_iclk(OMAP_INTC(s->ih[1]), omap_findclk(s, "arminth_ck")); in omap310_mpu_init()
3850 busdev = SYS_BUS_DEVICE(s->ih[1]); in omap310_mpu_init()
[all …]
/openbmc/qemu/hw/intc/
H A Domap_intc.c110 OMAPIntcState *ih = opaque; in omap_set_intr() local
113 struct omap_intr_handler_bank_s *bank = &ih->bank[irq >> 5]; in omap_set_intr()
124 omap_inth_update(ih, 0); in omap_set_intr()
125 omap_inth_update(ih, 1); in omap_set_intr()
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c106 void helper_SLBIA(CPUPPCState *env, uint32_t ih) in helper_SLBIA() argument
138 switch (ih) { in helper_SLBIA()
152 "slbia undefined IH field %u.\n", ih); in helper_SLBIA()
168 if (ih == 0x3 && (slb->vsid & SLB_VSID_C) == 0) { in helper_SLBIA()
/openbmc/qemu/include/hw/arm/
H A Domap.h348 int ih; member
624 DeviceState *ih[2]; member
/openbmc/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc61 gen_helper_SLBIA(tcg_env, tcg_constant_i32(a->ih));
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/
H A D0002-Remove-LGPL-Code-and-references.patch603 … -DEIGEN_USE_SYCL=1 -no-serial-memop -mllvm -inline-threshold=10000 -fsycl-ih-last -sycl-driver -X…
604 … -DEIGEN_USE_SYCL=1 -no-serial-memop -mllvm -inline-threshold=10000 -fsycl-ih-last -sycl-driver -X…
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c3429 intptr_t ih = oprsz - 8 - i; in HELPER() local
3431 uint64_t h = reverse_bits_64(*(uint64_t *)(vn + ih), esz); in HELPER()
3433 *(uint64_t *)(vd + ih) = l; in HELPER()
3438 intptr_t ih = H1(oprsz - 1 - i); in HELPER() local
3440 uint8_t h = reverse_bits_8(*(uint8_t *)(vn + ih), esz); in HELPER()
3442 *(uint8_t *)(vd + ih) = l; in HELPER()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch9050 static HASHINFO ih;
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch17415 + OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, .flags = FLAGS },