Lines Matching full:l2
5 * QorIQ (P1/P2) L2 controller init for Cache-SRAM instantiation
75 dev_err(&dev->dev, "Missing L2 cache-size\n"); in mpc85xx_l2ctlr_of_probe()
81 return 0; /* fall back to L2 cache only */ in mpc85xx_l2ctlr_of_probe()
92 dev_err(&dev->dev, "Can't map L2 controller\n"); in mpc85xx_l2ctlr_of_probe()
152 dev_info(&dev->dev, "MPC85xx L2 controller unloaded\n"); in mpc85xx_l2ctlr_of_remove()
159 .compatible = "fsl,p2020-l2-cache-controller",
162 .compatible = "fsl,p2010-l2-cache-controller",
165 .compatible = "fsl,p1020-l2-cache-controller",
168 .compatible = "fsl,p1011-l2-cache-controller",
171 .compatible = "fsl,p1013-l2-cache-controller",
174 .compatible = "fsl,p1022-l2-cache-controller",
177 .compatible = "fsl,mpc8548-l2-cache-controller",
179 { .compatible = "fsl,mpc8544-l2-cache-controller",},
180 { .compatible = "fsl,mpc8572-l2-cache-controller",},
181 { .compatible = "fsl,mpc8536-l2-cache-controller",},
182 { .compatible = "fsl,p1021-l2-cache-controller",},
183 { .compatible = "fsl,p1012-l2-cache-controller",},
184 { .compatible = "fsl,p1025-l2-cache-controller",},
185 { .compatible = "fsl,p1016-l2-cache-controller",},
186 { .compatible = "fsl,p1024-l2-cache-controller",},
187 { .compatible = "fsl,p1015-l2-cache-controller",},
188 { .compatible = "fsl,p1010-l2-cache-controller",},
189 { .compatible = "fsl,bsc9131-l2-cache-controller",},
215 MODULE_DESCRIPTION("Freescale MPC85xx L2 controller init");