Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-cadence-xspi.c218 void __iomem *sdmabase; member
340 ioread8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
345 iowrite8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
579 cdns_xspi->sdmabase = devm_ioremap_resource(dev, res); in cdns_xspi_probe()
580 if (IS_ERR(cdns_xspi->sdmabase)) in cdns_xspi_probe()
581 return PTR_ERR(cdns_xspi->sdmabase); in cdns_xspi_probe()