Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A 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()
437 void __iomem *spim_ctrl; in bcmbca_hsspi_probe() local
458 spim_ctrl = devm_ioremap_resource(dev, res_mem); in bcmbca_hsspi_probe()
459 if (IS_ERR(spim_ctrl)) in bcmbca_hsspi_probe()
460 return PTR_ERR(spim_ctrl); in bcmbca_hsspi_probe()
501 bs->spim_ctrl = spim_ctrl; in bcmbca_hsspi_probe()