Searched refs:fdt_addr (Results 1 – 6 of 6) sorted by relevance
121 pip = fdt_path_offset(fdt_addr, pip_path); in __pip_eth_node()170 mix = fdt_path_offset(fdt_addr, mix_path); in __mix_eth_node()205 const void *fdt_addr = CASTPTR(const void *, cvmx_sysinfo_get()->fdt_addr); in __get_phy_info_from_dt() local217 if (!fdt_addr) in __get_phy_info_from_dt()222 aliases = fdt_path_offset(fdt_addr, "/aliases"); in __get_phy_info_from_dt()250 phy = fdt_node_offset_by_phandle(fdt_addr, phandle); in __get_phy_info_from_dt()279 phy_parent = fdt_parent_offset(fdt_addr, phy); in __get_phy_info_from_dt()376 if (cvmx_sysinfo_get()->fdt_addr) in cvmx_helper_board_get_mii_address()992 if (cvmx_sysinfo_get()->fdt_addr) in __cvmx_helper_board_link_get()1532 const void *fdt_addr = CASTPTR(const void *, cvmx_sysinfo_get()->fdt_addr); in __cvmx_helper_board_usb_get_clock_type() local[all …]
192 if ((cvmx_bootinfo_ptr->minor_version >= 3) && (cvmx_bootinfo_ptr->fdt_addr != 0)) in process_boot_desc_ver_6()194 sys_info_ptr->fdt_addr = UNMAPPED_PTR(cvmx_bootinfo_ptr->fdt_addr); in process_boot_desc_ver_6()195 if (fdt_check_header((const void *)sys_info_ptr->fdt_addr)) in process_boot_desc_ver_6()204 sys_info_ptr->fdt_addr = 0; in process_boot_desc_ver_6()
118 uint64_t fdt_addr; /** pointer to device tree */ member
136 uint32_t fdt_addr; member
128 …uint64_t fdt_addr; /**< Address of the OF Flattened Device Tree structure describing the board. */ member188 uint64_t fdt_addr;
245 system_info->fdt_addr = UNMAPPED_PTR(value); in cvmx_sysinfo_linux_userspace_initialize()