Searched refs:spim_ctrl (Results 1 – 1 of 1) sorted by relevance
119 void __iomem *spim_ctrl; member182 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() local451 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()