Home
last modified time | relevance | path

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

/linux-6.15/drivers/spi/
H A Dspi-cadence-xspi.c356 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()
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()
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()
[all …]