Lines Matching refs:l2ctlr
32 struct mpc85xx_l2ctlr __iomem *l2ctlr; variable
103 l2ctlr = of_iomap(dev->dev.of_node, 0); in mpc85xx_l2ctlr_of_probe()
104 if (!l2ctlr) { in mpc85xx_l2ctlr_of_probe()
112 out_be32(&l2ctlr->srbar0, in mpc85xx_l2ctlr_of_probe()
119 out_be32(&l2ctlr->srbarea0, in mpc85xx_l2ctlr_of_probe()
123 clrsetbits_be32(&l2ctlr->ctl, L2CR_L2E, L2CR_L2FI); in mpc85xx_l2ctlr_of_probe()
127 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
132 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
137 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
143 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
152 iounmap(l2ctlr); in mpc85xx_l2ctlr_of_probe()
161 BUG_ON(!l2ctlr); in mpc85xx_l2ctlr_of_remove()
163 iounmap(l2ctlr); in mpc85xx_l2ctlr_of_remove()