Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-cadence-xspi.c211 void __iomem *auxbase; member
516 readl(cdns_xspi->auxbase + CDNS_XSPI_CCP_PHY_DQ_TIMING)); in cdns_xspi_print_phy_config()
518 readl(cdns_xspi->auxbase + CDNS_XSPI_CCP_PHY_DQS_TIMING)); in cdns_xspi_print_phy_config()
520 readl(cdns_xspi->auxbase + CDNS_XSPI_CCP_PHY_GATE_LPBCK_CTRL)); in cdns_xspi_print_phy_config()
522 readl(cdns_xspi->auxbase + CDNS_XSPI_CCP_PHY_DLL_SLAVE_CTRL)); in cdns_xspi_print_phy_config()
572 cdns_xspi->auxbase = devm_platform_ioremap_resource_byname(pdev, "aux"); in cdns_xspi_probe()
573 if (IS_ERR(cdns_xspi->auxbase)) { in cdns_xspi_probe()
575 return PTR_ERR(cdns_xspi->auxbase); in cdns_xspi_probe()