Home
last modified time | relevance | path

Searched defs:hval (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/
H A Dhashtable.c229 unsigned int hval, unsigned int idx) in _compare_and_overwrite_entry()
276 unsigned int hval; in hsearch_r() local
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c88 uint32_t hval = (ghwcfg2 & DWC2_HWCFG2_HS_PHY_TYPE_MASK) >> in init_fslspclksel() local
420 uint32_t hval = (ghwcfg2 & DWC2_HWCFG2_HS_PHY_TYPE_MASK) >> in dwc_otg_core_init() local
/openbmc/qemu/tests/bench/
H A Dqht-bench.c118 static uint32_t hval(unsigned long v) in hval() function