Home
last modified time | relevance | path

Searched refs:ahb_base_phy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
H A Daspeed-smc.c468 u32 seg_oldval, seg_newval, ahb_base_phy, end; in chip_set_segment() local
470 ahb_base_phy = aspeed_smc_ahb_base_phy(controller); in chip_set_segment()
487 if (start + size > ahb_base_phy + controller->ahb_window_size) { in chip_set_segment()
488 size = ahb_base_phy + controller->ahb_window_size - start; in chip_set_segment()
527 u32 ahb_base_phy, start; in aspeed_smc_chip_set_segment() local
559 ahb_base_phy = aspeed_smc_ahb_base_phy(controller); in aspeed_smc_chip_set_segment()
571 start = ahb_base_phy; in aspeed_smc_chip_set_segment()
577 chip->ahb_base = controller->ahb_base + (start - ahb_base_phy); in aspeed_smc_chip_set_segment()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-aspeed-smc.c96 u32 ahb_base_phy; member
402 windows[cs].offset = data->segment_start(aspi, reg_val) - aspi->ahb_base_phy; in aspeed_spi_get_windows()
430 chip->cs, aspi->ahb_base_phy + win->offset, in aspeed_spi_chip_set_default_window()
431 aspi->ahb_base_phy + win->offset + win->size - 1, in aspeed_spi_chip_set_default_window()
440 u32 start = aspi->ahb_base_phy + win->offset; in aspeed_spi_set_window()
749 aspi->ahb_base_phy = res->start; in aspeed_spi_probe()
835 return aspi->ahb_base_phy + start_offset; in aspeed_spi_segment_ast2600_start()
845 return aspi->ahb_base_phy; in aspeed_spi_segment_ast2600_end()
847 return aspi->ahb_base_phy + end_offset + 0x100000; in aspeed_spi_segment_ast2600_end()

Completed in 4 milliseconds