Searched refs:bsc (Results 1 – 6 of 6) sorted by relevance
/u-boot/board/atmark-techno/armadillo-800eva/ |
A D | armadillo-800eva.c | 89 writel(0x0000001B, &bsc->cmncr); in s_init() 212 writel(0x00410400, &bsc->cs0bcr); in s_init() 213 writel(0x00410400, &bsc->cs2bcr); in s_init() 214 writel(0x00410400, &bsc->cs5bbcr); in s_init() 215 writel(0x02CB0400, &bsc->cs6abcr); in s_init() 217 writel(0x00000440, &bsc->cs0wcr); in s_init() 218 writel(0x00000440, &bsc->cs2wcr); in s_init() 219 writel(0x00000240, &bsc->cs5bwcr); in s_init() 220 writel(0x00000240, &bsc->cs6awcr); in s_init() 222 writel(0x00000005, &bsc->rbwtcnt); in s_init() [all …]
|
/u-boot/doc/device-tree-bindings/bus/ |
A D | simple-pm-bus.txt | 34 bsc: bus@fec10000 { 35 compatible = "renesas,bsc-sh73a0", "renesas,bsc",
|
/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
A D | Makefile | 8 obj-y += clk-bsc.o
|
/u-boot/board/kmc/kzm9g/ |
A D | kzm9g.c | 265 struct sh73a0_bsc *bsc = (struct sh73a0_bsc *)BSC_BASE; in board_early_init_f() local 269 writel(CS0BCR_D, &bsc->cs0bcr); in board_early_init_f() 270 writel(CS4BCR_D, &bsc->cs4bcr); in board_early_init_f() 271 writel(CS0WCR_D, &bsc->cs0wcr); in board_early_init_f() 272 writel(CS4WCR_D, &bsc->cs4wcr); in board_early_init_f() 274 clrsetbits_le32(&bsc->cmncr, ~CMNCR_BROMMD, CMNCR_BROMMD); in board_early_init_f()
|
/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
A D | Makefile | 9 obj-y += clk-bsc.o
|
/u-boot/drivers/mtd/onenand/ |
A D | onenand_base.c | 211 int bsa, bsc; in onenand_buffer_address() local 222 bsc = count & ONENAND_BSC_MASK; in onenand_buffer_address() 224 return ((bsa << ONENAND_BSA_SHIFT) | bsc); in onenand_buffer_address()
|
Completed in 9 milliseconds