Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-cadence-xspi.c214 void __iomem *sdmabase; member
336 ioread8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
341 iowrite8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
569 cdns_xspi->sdmabase = devm_ioremap_resource(dev, res); in cdns_xspi_probe()
570 if (IS_ERR(cdns_xspi->sdmabase)) in cdns_xspi_probe()
571 return PTR_ERR(cdns_xspi->sdmabase); in cdns_xspi_probe()

Completed in 3 milliseconds