Home
last modified time | relevance | path

Searched refs:HPB_BASE (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/arm/mach-rmobile/
Dcpu_info-sh73a0.c13 struct sh73a0_hpb *hpb = (struct sh73a0_hpb *)HPB_BASE; in rmobile_get_cpu_type()
25 struct sh73a0_hpb *hpb = (struct sh73a0_hpb *)HPB_BASE; in rmobile_get_cpu_rev_integer()
37 struct sh73a0_hpb *hpb = (struct sh73a0_hpb *)HPB_BASE; in rmobile_get_cpu_rev_fraction()
Dcpu_info-r8a7740.c13 struct r8a7740_hpb *hpb = (struct r8a7740_hpb *)HPB_BASE; in rmobile_get_cpu_type()
25 struct r8a7740_hpb *hpb = (struct r8a7740_hpb *)HPB_BASE; in rmobile_get_cpu_rev()
/external/u-boot/arch/arm/mach-rmobile/include/mach/
Dr8a7740.h15 #define HPB_BASE 0xE6000000 macro
Dsh73a0.h19 #define HPB_BASE (0xE6001010) macro
/external/u-boot/board/kmc/kzm9g/
Dkzm9g.c140 struct sh73a0_hpb *hpb = (struct sh73a0_hpb *)HPB_BASE; in s_init()