Searched refs:get_phys_ccsrbar_addr_early (Results 1 – 2 of 2) sorted by relevance
41 extern unsigned long long get_phys_ccsrbar_addr_early(void);42 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH (get_phys_ccsrbar_addr_early() >> 32)43 #define CONFIG_SYS_CCSRBAR_PHYS_LOW get_phys_ccsrbar_addr_early()
49 uint64_t get_phys_ccsrbar_addr_early(void) in get_phys_ccsrbar_addr_early() function