Home
last modified time | relevance | path

Searched refs:f2h (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_fdt.c30 static uint32_t f2h(fdt32_t val) in f2h() function
58 if (f2h(header->magic) != FDT_MAGIC) { in get_property()
63 pos = (fdt32_t *)(fdt + f2h(header->off_dt_struct)); in get_property()
64 strings = fdt + f2h(header->off_dt_strings); in get_property()
67 switch (f2h(pos[0])) { in get_property()
79 const char *label = &strings[f2h(prop->nameoff)]; in get_property()
85 efi_uintn_t len = f2h(prop->len); in get_property()
106 pos = &pos[3 + ((f2h(prop->len) + 3) >> 2)]; in get_property()
/openbmc/linux/sound/soc/codecs/
H A Dtscs454.c514 #define PLL_CTL(f, t, c1, r1, o1, f1l, f1h, c2, r2, o2, f2l, f2h) \ argument
527 {R_PLL2FDIVH, f2h}, \