Searched refs:ahb_base (Results 1 – 1 of 1) sorted by relevance
176 void __iomem *ahb_base; /* AHB Window for this device */ member264 void __iomem *ahb_base; /* AHB Window for all flash devices */ member363 u32 flash_addr = (u32)flash->ahb_base + 0x10000; in aspeed_spi_fmc_checksum()397 u32 flash_addr = (u32)flash->ahb_base; in aspeed_g6_spi_fmc_checksum()535 memcpy_fromio(tmp_buf, flash->ahb_base, FLASH_CALIBRATION_LEN); in aspeed_spi_timing_calibration()696 flash->ahb_base = priv->ahb_base; in aspeed_spi_controller_init()697 debug("cs0 mem-map : %x\n", (u32)flash->ahb_base); in aspeed_spi_controller_init()700 flash->ahb_base = priv->flashes[0].ahb_base + 0x4000000; /* cs0 + 64MB */ in aspeed_spi_controller_init()702 (u32)flash->ahb_base, (u32)flash->ahb_base + 0x4000000); in aspeed_spi_controller_init()705 flash->ahb_base = priv->flashes[0].ahb_base + 0x4000000 * 2; /* cs0 + 128MB : use 64MB */ in aspeed_spi_controller_init()[all …]