Lines Matching refs:l2ctlr
32 struct mpc85xx_l2ctlr __iomem *l2ctlr; variable
107 l2ctlr = of_iomap(dev->dev.of_node, 0); in mpc85xx_l2ctlr_of_probe()
108 if (!l2ctlr) { in mpc85xx_l2ctlr_of_probe()
116 out_be32(&l2ctlr->srbar0, in mpc85xx_l2ctlr_of_probe()
123 out_be32(&l2ctlr->srbarea0, in mpc85xx_l2ctlr_of_probe()
127 clrsetbits_be32(&l2ctlr->ctl, L2CR_L2E, L2CR_L2FI); in mpc85xx_l2ctlr_of_probe()
131 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
136 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
141 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
147 setbits32(&l2ctlr->ctl, in mpc85xx_l2ctlr_of_probe()
156 iounmap(l2ctlr); in mpc85xx_l2ctlr_of_probe()
165 BUG_ON(!l2ctlr); in mpc85xx_l2ctlr_of_remove()
167 iounmap(l2ctlr); in mpc85xx_l2ctlr_of_remove()