Lines Matching refs:scc
133 SuperHCPUClass *scc = SUPERH_CPU_GET_CLASS(obj); in superh_cpu_reset_hold() local
136 if (scc->parent_phases.hold) { in superh_cpu_reset_hold()
137 scc->parent_phases.hold(obj, type); in superh_cpu_reset_hold()
205 SuperHCPUClass *scc = SUPERH_CPU_CLASS(oc); in sh7750r_class_init() local
207 scc->pvr = 0x00050000; in sh7750r_class_init()
208 scc->prr = 0x00000100; in sh7750r_class_init()
209 scc->cvr = 0x00110000; in sh7750r_class_init()
222 SuperHCPUClass *scc = SUPERH_CPU_CLASS(oc); in sh7751r_class_init() local
224 scc->pvr = 0x04050005; in sh7751r_class_init()
225 scc->prr = 0x00000113; in sh7751r_class_init()
226 scc->cvr = 0x00110000; /* Neutered caches, should be 0x20480000 */ in sh7751r_class_init()
239 SuperHCPUClass *scc = SUPERH_CPU_CLASS(oc); in sh7785_class_init() local
241 scc->pvr = 0x10300700; in sh7785_class_init()
242 scc->prr = 0x00000200; in sh7785_class_init()
243 scc->cvr = 0x71440211; in sh7785_class_init()
249 SuperHCPUClass *scc = SUPERH_CPU_GET_CLASS(dev); in superh_cpu_realizefn() local
261 scc->parent_realize(dev, errp); in superh_cpu_realizefn()
313 SuperHCPUClass *scc = SUPERH_CPU_CLASS(oc); in superh_cpu_class_init() local
317 &scc->parent_realize); in superh_cpu_class_init()
320 &scc->parent_phases); in superh_cpu_class_init()