Searched refs:get_phys_ccsrbar_addr_early (Results 1 – 2 of 2) sorted by relevance
36 extern unsigned long long get_phys_ccsrbar_addr_early(void);37 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH (get_phys_ccsrbar_addr_early() >> 32)38 #define CONFIG_SYS_CCSRBAR_PHYS_LOW get_phys_ccsrbar_addr_early()
48 uint64_t get_phys_ccsrbar_addr_early(void) in get_phys_ccsrbar_addr_early() function