Searched refs:mpu_model (Results 1 – 3 of 3) sorted by relevance
545 #define cpu_is_omap310(cpu) (cpu->mpu_model == omap310)546 #define cpu_is_omap1510(cpu) (cpu->mpu_model == omap1510)547 #define cpu_is_omap1610(cpu) (cpu->mpu_model == omap1610)548 #define cpu_is_omap1710(cpu) (cpu->mpu_model == omap1710)561 } mpu_model; member
48 int mpu_model; member229 DEFINE_PROP_INT32("mpu_model", Omap1GpioState, mpu_model, 0),
1012 switch (s->mpu_model) { in omap_id_read()1023 switch (s->mpu_model) { in omap_id_read()3820 s->mpu_model = omap310; in omap310_mpu_init()3975 qdev_prop_set_int32(s->gpio, "mpu_model", s->mpu_model); in omap310_mpu_init()