Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cadence-xspi.c358 void __iomem *xferbase; member
976 u64 d = readq(cdns_xspi->xferbase + in marvell_xspi_read_single_qword()
993 u64 d = readq(cdns_xspi->xferbase + in cdns_xspi_finish_read()
1057 u32 xfer_control = readl(cdns_xspi->xferbase + MRVL_XFER_FUNC_CTRL); in cdns_xspi_transfer_one_message_b0()
1067 writel(xfer_control, cdns_xspi->xferbase + MRVL_XFER_FUNC_CTRL); in cdns_xspi_transfer_one_message_b0()
1129 u32 xfer_control = readl(cdns_xspi->xferbase + MRVL_XFER_FUNC_CTRL); in cdns_xspi_transfer_one_message_b0()
1133 writel(xfer_control, cdns_xspi->xferbase + MRVL_XFER_FUNC_CTRL); in cdns_xspi_transfer_one_message_b0()
1223 cdns_xspi->xferbase = devm_platform_ioremap_resource_byname(pdev, "xfer"); in cdns_xspi_probe()
1224 if (IS_ERR(cdns_xspi->xferbase)) { in cdns_xspi_probe()
1225 cdns_xspi->xferbase = devm_platform_ioremap_resource(pdev, 3); in cdns_xspi_probe()
[all …]