Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/spi-nor/
Daspeed-smc.c471 u32 seg_oldval, seg_newval, ahb_base_phy, end; in chip_set_segment() local
473 ahb_base_phy = aspeed_smc_ahb_base_phy(controller); in chip_set_segment()
490 if (start + size > ahb_base_phy + controller->ahb_window_size) { in chip_set_segment()
491 size = ahb_base_phy + controller->ahb_window_size - start; in chip_set_segment()
530 u32 ahb_base_phy, start; in aspeed_smc_chip_set_segment() local
562 ahb_base_phy = aspeed_smc_ahb_base_phy(controller); in aspeed_smc_chip_set_segment()
574 start = ahb_base_phy; in aspeed_smc_chip_set_segment()
580 chip->ahb_base = controller->ahb_base + (start - ahb_base_phy); in aspeed_smc_chip_set_segment()