Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dsyslib.c30 u32 wait_on_value(u32 read_bit_mask, u32 match_value, void *read_addr, in wait_on_value() argument
37 if (val == match_value) in wait_on_value()
/openbmc/u-boot/arch/arm/mach-k3/include/mach/
H A Dsys_proto.h11 u32 wait_on_value(u32 read_bit_mask, u32 match_value, void *read_addr,
/openbmc/openbmc-test-automation/lib/
H A Dvar_funcs.py815 for match_key, match_value in match_dict.items():
817 if match_value is None:
828 if re.search(match_value, str(x))
832 elif match_value not in struct_key_values:
/openbmc/u-boot/lib/
H A Dfdtdec.c1377 int match_mask, match_value; in fdtdec_decode_ram_size() local
1380 match_value = fdtdec_get_int(blob, child, "match-value", -1); in fdtdec_decode_ram_size()
1382 if (match_value >= 0 && in fdtdec_decode_ram_size()
1383 ((board_id & match_mask) == match_value)) { in fdtdec_decode_ram_size()