Searched refs:mpu_model (Results 1 – 3 of 3) sorted by relevance
542 # define cpu_is_omap310(cpu) (cpu->mpu_model == omap310)543 # define cpu_is_omap1510(cpu) (cpu->mpu_model == omap1510)544 # define cpu_is_omap1610(cpu) (cpu->mpu_model == omap1610)545 # define cpu_is_omap1710(cpu) (cpu->mpu_model == omap1710)558 } mpu_model; member
48 int mpu_model; member229 DEFINE_PROP_INT32("mpu_model", Omap1GpioState, mpu_model, 0),
1010 switch (s->mpu_model) { in omap_id_read()1021 switch (s->mpu_model) { in omap_id_read()3855 s->mpu_model = omap310; in omap310_mpu_init()3996 qdev_prop_set_int32(s->gpio, "mpu_model", s->mpu_model); in omap310_mpu_init()