Home
last modified time | relevance | path

Searched refs:hpb (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-rmobile/
H A Dcpu_info-sh73a0.c13 struct sh73a0_hpb *hpb = (struct sh73a0_hpb *)HPB_BASE; in rmobile_get_cpu_type() local
15 id = readl(&hpb->cccr); in rmobile_get_cpu_type()
25 struct sh73a0_hpb *hpb = (struct sh73a0_hpb *)HPB_BASE; in rmobile_get_cpu_rev_integer() local
27 id = readl(&hpb->cccr); in rmobile_get_cpu_rev_integer()
37 struct sh73a0_hpb *hpb = (struct sh73a0_hpb *)HPB_BASE; in rmobile_get_cpu_rev_fraction() local
39 id = readl(&hpb->cccr); in rmobile_get_cpu_rev_fraction()
H A Dcpu_info-r8a7740.c13 struct r8a7740_hpb *hpb = (struct r8a7740_hpb *)HPB_BASE; in rmobile_get_cpu_type() local
15 id = readl(hpb->cccr); in rmobile_get_cpu_type()
25 struct r8a7740_hpb *hpb = (struct r8a7740_hpb *)HPB_BASE; in rmobile_get_cpu_rev() local
27 id = readl(hpb->cccr); in rmobile_get_cpu_rev()
/openbmc/u-boot/board/kmc/kzm9g/
H A Dkzm9g.c140 struct sh73a0_hpb *hpb = (struct sh73a0_hpb *)HPB_BASE; in s_init() local
237 writel(0x00000001, &hpb->hpbctrl6); in s_init()
238 cmp_loop(&hpb->hpbctrl6, 0x1, 0x1); in s_init()