Home
last modified time | relevance | path

Searched refs:be32_to_cpup (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dof_live.c158 np->phandle = be32_to_cpup(p); in unflatten_dt_node()
165 np->phandle = be32_to_cpup(p); in unflatten_dt_node()
309 if (be32_to_cpup(mem + size) != 0xdeadbeef) { in unflatten_device_tree()
311 be32_to_cpup(mem + size)); in unflatten_device_tree()
H A Dfdtdec.c739 phandle = be32_to_cpup(list++); in fdtdec_parse_phandle_with_args()
812 be32_to_cpup(list++); in fdtdec_parse_phandle_with_args()
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c76 return be32_to_cpup(ip); in of_n_addr_cells()
92 return be32_to_cpup(ip); in of_n_size_cells()
105 return be32_to_cpup(ip); in of_simple_addr_cells()
117 return be32_to_cpup(ip); in of_simple_size_cells()
478 *outp = be32_to_cpup(val); in of_read_u32()
525 *out_values++ = be32_to_cpup(val++); in of_read_u32_array()
641 phandle = be32_to_cpup(list++); in __of_parse_phandle_with_args()
702 be32_to_cpup(list++); in __of_parse_phandle_with_args()
/rk3399_rockchip-uboot/include/linux/unaligned/
H A Daccess_ok.h28 return be32_to_cpup((__be32 *)p); in get_unaligned_be32()
/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dgeneric.h108 #define be32_to_cpup __be32_to_cpup macro
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c1123 *sizec = be32_to_cpup(prop); in fdt_support_default_count_cells()