Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-bcmbca-hsspi.c119 void __iomem *spim_ctrl; member
182 reg = __raw_readl(bs->spim_ctrl); in bcmbca_hsspi_set_cs()
188 __raw_writel(reg, bs->spim_ctrl); in bcmbca_hsspi_set_cs()
358 reg = __raw_readl(bs->spim_ctrl); in bcmbca_hsspi_setup()
362 __raw_writel(reg, bs->spim_ctrl); in bcmbca_hsspi_setup()
436 void __iomem *spim_ctrl; in bcmbca_hsspi_probe() local
451 spim_ctrl = devm_platform_ioremap_resource_byname(pdev, "spim-ctrl"); in bcmbca_hsspi_probe()
452 if (IS_ERR(spim_ctrl)) in bcmbca_hsspi_probe()
453 return PTR_ERR(spim_ctrl); in bcmbca_hsspi_probe()
494 bs->spim_ctrl = spim_ctrl; in bcmbca_hsspi_probe()