Searched refs:pval (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | fdt_support.h | 71 const char *pname, const void *pval, int plen, 75 const char *pname, const void *pval, int plen,
|
| /rk3399_rockchip-uboot/tools/easylogo/ |
| H A D | easylogo.c | 141 unsigned char pval[2]; in le16_to_cpu() member 146 return (swapped.pval[1] << 8) + swapped.pval[0]; in le16_to_cpu()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 406 const char *pname, const void *pval, int plen, in do_fixup_by_prop() argument 418 off = fdt_node_offset_by_prop_value(fdt, -1, pname, pval, plen); in do_fixup_by_prop() 422 off = fdt_node_offset_by_prop_value(fdt, off, pname, pval, plen); in do_fixup_by_prop() 427 const char *pname, const void *pval, int plen, in do_fixup_by_prop_u32() argument 431 do_fixup_by_prop(fdt, pname, pval, plen, prop, &tmp, 4, create); in do_fixup_by_prop_u32()
|