Home
last modified time | relevance | path

Searched refs:mpu_model (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/arm/
H A Domap.h542 # 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
/openbmc/qemu/hw/gpio/
H A Domap_gpio.c48 int mpu_model; member
229 DEFINE_PROP_INT32("mpu_model", Omap1GpioState, mpu_model, 0),
/openbmc/qemu/hw/arm/
H A Domap1.c1010 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()