Home
last modified time | relevance | path

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

/u-boot/drivers/bus/
A Duniphier-system-bus.c40 void __iomem *bank1_base = membase + UNIPHIER_SBC_STRIDE; in uniphier_system_bus_set_reg() local
46 writel(SBCTRL0_VALUE, bank1_base + UNIPHIER_SBC_CTRL0); in uniphier_system_bus_set_reg()
47 writel(SBCTRL1_VALUE, bank1_base + UNIPHIER_SBC_CTRL1); in uniphier_system_bus_set_reg()
48 writel(SBCTRL2_VALUE, bank1_base + UNIPHIER_SBC_CTRL2); in uniphier_system_bus_set_reg()
49 writel(SBCTRL4_VALUE, bank1_base + UNIPHIER_SBC_CTRL4); in uniphier_system_bus_set_reg()
51 if (readl(bank1_base + UNIPHIER_SBC_BASE) & UNIPHIER_SBC_BASE_BE) { in uniphier_system_bus_set_reg()
/u-boot/board/tqc/tqm834x/
A Dtqm834x.c172 FPWV *bank1_base; in detect_num_flash_banks() local
193 bank1_base = (FPWV *) (CONFIG_SYS_FLASH_BASE); in detect_num_flash_banks()
203 bank1_read = bank1_base[0x10]; in detect_num_flash_banks()
206 bank1_base[0] = 0x00F000F0; in detect_num_flash_banks()
222 bank1_read = bank1_base[0x10]; in detect_num_flash_banks()
225 bank1_base[0] = 0x00F000F0; in detect_num_flash_banks()

Completed in 5 milliseconds