Lines Matching refs:auxbase
356 void __iomem *auxbase; member
408 cdns_xspi->auxbase + CDNS_XSPI_PHY_CTB_RFILE_PHY_CTRL); in cdns_xspi_configure_phy()
410 cdns_xspi->auxbase + CDNS_XSPI_PHY_CTB_RFILE_PHY_TSEL); in cdns_xspi_configure_phy()
412 cdns_xspi->auxbase + CDNS_XSPI_PHY_DATASLICE_RFILE_PHY_DQ_TIMING); in cdns_xspi_configure_phy()
414 cdns_xspi->auxbase + CDNS_XSPI_PHY_DATASLICE_RFILE_PHY_DQS_TIMING); in cdns_xspi_configure_phy()
416 cdns_xspi->auxbase + CDNS_XSPI_PHY_DATASLICE_RFILE_PHY_GATE_LPBK_CTRL); in cdns_xspi_configure_phy()
418 cdns_xspi->auxbase + CDNS_XSPI_PHY_DATASLICE_RFILE_PHY_DLL_MASTER_CTRL); in cdns_xspi_configure_phy()
420 cdns_xspi->auxbase + CDNS_XSPI_PHY_DATASLICE_RFILE_PHY_DLL_SLAVE_CTRL); in cdns_xspi_configure_phy()
448 clk_reg = readl(cdns_xspi->auxbase + MRVL_XSPI_CLK_CTRL_AUX_REG); in cdns_mrvl_xspi_setup_clock()
453 cdns_xspi->auxbase + MRVL_XSPI_CLK_CTRL_AUX_REG); in cdns_mrvl_xspi_setup_clock()
464 cdns_xspi->auxbase + MRVL_XSPI_CLK_CTRL_AUX_REG); in cdns_mrvl_xspi_setup_clock()
936 readl(cdns_xspi->auxbase + CDNS_XSPI_CCP_PHY_DQ_TIMING)); in cdns_xspi_print_phy_config()
938 readl(cdns_xspi->auxbase + CDNS_XSPI_CCP_PHY_DQS_TIMING)); in cdns_xspi_print_phy_config()
940 readl(cdns_xspi->auxbase + CDNS_XSPI_CCP_PHY_GATE_LPBCK_CTRL)); in cdns_xspi_print_phy_config()
942 readl(cdns_xspi->auxbase + CDNS_XSPI_CCP_PHY_DLL_SLAVE_CTRL)); in cdns_xspi_print_phy_config()
1213 cdns_xspi->auxbase = devm_platform_ioremap_resource_byname(pdev, "aux"); in cdns_xspi_probe()
1214 if (IS_ERR(cdns_xspi->auxbase)) { in cdns_xspi_probe()
1215 cdns_xspi->auxbase = devm_platform_ioremap_resource(pdev, 2); in cdns_xspi_probe()
1216 if (IS_ERR(cdns_xspi->auxbase)) { in cdns_xspi_probe()
1218 return PTR_ERR(cdns_xspi->auxbase); in cdns_xspi_probe()