Home
last modified time | relevance | path

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

/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dsh7757lcr.c25 unsigned long graofst; in init_gctrl() local
27 graofst = (SH7757LCR_SDRAM_PHYS_TOP + SH7757LCR_GRA_OFFSET) >> 24; in init_gctrl()
28 writel(graofst | 0x20000f00, &gctrl->gracr3); in init_gctrl()
340 unsigned long graofst; in do_sh_g200() local
343 graofst = (SH7757LCR_SDRAM_PHYS_TOP + SH7757LCR_GRA_OFFSET) >> 24; in do_sh_g200()
344 writel(graofst | 0xa0000f00, &gctrl->gracr3); in do_sh_g200()