Lines Matching refs:l2ctlr
19 struct mpc85xx_l2ctlr __iomem *l2ctlr; variable
90 l2ctlr = of_iomap(dev->dev.of_node, 0); in mpc85xx_l2ctlr_of_probe()
91 if (!l2ctlr) { in mpc85xx_l2ctlr_of_probe()
99 out_be32(&l2ctlr->srbar0, in mpc85xx_l2ctlr_of_probe()
106 out_be32(&l2ctlr->srbarea0, in mpc85xx_l2ctlr_of_probe()
110 clrsetbits_be32(&l2ctlr->ctl, L2CR_L2E, L2CR_L2FI); in mpc85xx_l2ctlr_of_probe()
114 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
119 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
124 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
130 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
139 iounmap(l2ctlr); in mpc85xx_l2ctlr_of_probe()
148 BUG_ON(!l2ctlr); in mpc85xx_l2ctlr_of_remove()
150 iounmap(l2ctlr); in mpc85xx_l2ctlr_of_remove()