Home
last modified time | relevance | path

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

/drivers/mtd/spi-nor/controllers/
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()