Searched refs:sbsc (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/board/kmc/kzm9g/ |
D | kzm9g.c | 55 static void sbsc_init(struct sh73a0_sbsc *sbsc) in sbsc_init() argument 57 writel(readl(&sbsc->dllcnt0)|0x2, &sbsc->dllcnt0); in sbsc_init() 58 writel(0x5, &sbsc->sdgencnt); in sbsc_init() 59 cmp_loop(&sbsc->sdgencnt, 0xffffffff, 0x0); in sbsc_init() 61 writel(0xacc90159, &sbsc->sdcr0); in sbsc_init() 62 writel(0x00010059, &sbsc->sdcr1); in sbsc_init() 63 writel(0x50874114, &sbsc->sdwcrc0); in sbsc_init() 64 writel(0x33199b37, &sbsc->sdwcrc1); in sbsc_init() 65 writel(0x008f2313, &sbsc->sdwcrc2); in sbsc_init() 66 writel(0x31020707, &sbsc->sdwcr00); in sbsc_init() [all …]
|