Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cadence-xspi.c357 void __iomem *sdmabase; member
591 ioread8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
596 iowrite8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
663 m_ioreadq(cdns_xspi->sdmabase, in marvell_xspi_sdma_handle()
668 m_iowriteq(cdns_xspi->sdmabase, in marvell_xspi_sdma_handle()
1204 cdns_xspi->sdmabase = devm_ioremap_resource(dev, res); in cdns_xspi_probe()
1205 if (IS_ERR(cdns_xspi->sdmabase)) { in cdns_xspi_probe()
1207 cdns_xspi->sdmabase = devm_ioremap_resource(dev, res); in cdns_xspi_probe()
1208 if (IS_ERR(cdns_xspi->sdmabase)) in cdns_xspi_probe()
1209 return PTR_ERR(cdns_xspi->sdmabase); in cdns_xspi_probe()