Lines Matching refs:nmc
123 NPCM7xxMachineClass *nmc = NPCM7XX_MACHINE_GET_CLASS(machine); in npcm7xx_create_soc() local
126 obj = object_new_with_props(nmc->soc_type, OBJECT(machine), "soc", in npcm7xx_create_soc()
447 static void npcm7xx_set_soc_type(NPCM7xxMachineClass *nmc, const char *type) in npcm7xx_set_soc_type() argument
450 MachineClass *mc = MACHINE_CLASS(nmc); in npcm7xx_set_soc_type()
452 nmc->soc_type = type; in npcm7xx_set_soc_type()
477 NPCM7xxMachineClass *nmc = NPCM7XX_MACHINE_CLASS(oc); in npcm750_evb_machine_class_init() local
480 npcm7xx_set_soc_type(nmc, TYPE_NPCM750); in npcm750_evb_machine_class_init()
489 NPCM7xxMachineClass *nmc = NPCM7XX_MACHINE_CLASS(oc); in gsj_machine_class_init() local
492 npcm7xx_set_soc_type(nmc, TYPE_NPCM730); in gsj_machine_class_init()
501 NPCM7xxMachineClass *nmc = NPCM7XX_MACHINE_CLASS(oc); in gbs_bmc_machine_class_init() local
504 npcm7xx_set_soc_type(nmc, TYPE_NPCM730); in gbs_bmc_machine_class_init()
513 NPCM7xxMachineClass *nmc = NPCM7XX_MACHINE_CLASS(oc); in kudo_bmc_machine_class_init() local
516 npcm7xx_set_soc_type(nmc, TYPE_NPCM730); in kudo_bmc_machine_class_init()
525 NPCM7xxMachineClass *nmc = NPCM7XX_MACHINE_CLASS(oc); in mori_bmc_machine_class_init() local
528 npcm7xx_set_soc_type(nmc, TYPE_NPCM730); in mori_bmc_machine_class_init()