Home
last modified time | relevance | path

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

/openbmc/u-boot/board/atmark-techno/armadillo-800eva/
H A Darmadillo-800eva.c46 struct r8a7740_bsc *bsc = (struct r8a7740_bsc *)BSC_BASE; in s_init() local
86 writel(0x0000001B, &bsc->cmncr); in s_init()
209 writel(0x00410400, &bsc->cs0bcr); in s_init()
210 writel(0x00410400, &bsc->cs2bcr); in s_init()
211 writel(0x00410400, &bsc->cs5bbcr); in s_init()
212 writel(0x02CB0400, &bsc->cs6abcr); in s_init()
214 writel(0x00000440, &bsc->cs0wcr); in s_init()
215 writel(0x00000440, &bsc->cs2wcr); in s_init()
216 writel(0x00000240, &bsc->cs5bwcr); in s_init()
217 writel(0x00000240, &bsc->cs6awcr); in s_init()
[all …]
/openbmc/u-boot/board/kmc/kzm9g/
H A Dkzm9g.c261 struct sh73a0_bsc *bsc = (struct sh73a0_bsc *)BSC_BASE; in board_early_init_f() local
265 writel(CS0BCR_D, &bsc->cs0bcr); in board_early_init_f()
266 writel(CS4BCR_D, &bsc->cs4bcr); in board_early_init_f()
267 writel(CS0WCR_D, &bsc->cs0wcr); in board_early_init_f()
268 writel(CS4WCR_D, &bsc->cs4wcr); in board_early_init_f()
270 clrsetbits_le32(&bsc->cmncr, ~CMNCR_BROMMD, CMNCR_BROMMD); in board_early_init_f()
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A DMakefile8 obj-y += clk-bsc.o
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A DMakefile9 obj-y += clk-bsc.o
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c208 int bsa, bsc; in onenand_buffer_address() local
219 bsc = count & ONENAND_BSC_MASK; in onenand_buffer_address()
221 return ((bsa << ONENAND_BSA_SHIFT) | bsc); in onenand_buffer_address()