Searched refs:otp (Results 1 – 7 of 7) sorted by relevance
| /qemu/hw/misc/ |
| A D | bcm2835_property.c | 340 uint32_t otp_row = bcm2835_otp_get_row(s->otp, in bcm2835_property_mbox_push() 357 bcm2835_otp_set_row(s->otp, in bcm2835_property_mbox_push() 364 if (bcm2835_otp_get_row(s->otp, BCM2835_OTP_ROW_32) & in bcm2835_property_mbox_push() 373 bcm2835_otp_set_row(s->otp, in bcm2835_property_mbox_push() 389 uint32_t otp_row = bcm2835_otp_get_row(s->otp, in bcm2835_property_mbox_push() 404 if (bcm2835_otp_get_row(s->otp, BCM2835_OTP_ROW_32) & in bcm2835_property_mbox_push() 413 bcm2835_otp_set_row(s->otp, in bcm2835_property_mbox_push() 546 s->otp = BCM2835_OTP(obj); in bcm2835_property_realize()
|
| /qemu/include/hw/misc/ |
| A D | bcm2835_property.h | 30 BCM2835OTPState *otp; member
|
| /qemu/hw/arm/ |
| A D | bcm2835_peripherals.c | 120 object_initialize_child(obj, "bcm2835-otp", &s->otp, in raspi_peripherals_base_init() 136 OBJECT(&s->otp)); in raspi_peripherals_base_init() 384 if (!sysbus_realize(SYS_BUS_DEVICE(&s->otp), errp)) { in bcm_soc_peripherals_common_realize() 389 sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->otp), 0)); in bcm_soc_peripherals_common_realize()
|
| /qemu/include/hw/arm/ |
| A D | bcm2835_peripherals.h | 75 BCM2835OTPState otp; member
|
| /qemu/include/hw/riscv/ |
| A D | sifive_u.h | 50 SiFiveUOTPState otp; member
|
| /qemu/hw/riscv/ |
| A D | sifive_u.c | 769 object_initialize_child(obj, "otp", &s->otp, TYPE_SIFIVE_U_OTP); in type_init() 886 qdev_prop_set_uint32(DEVICE(&s->otp), "serial", s->serial); in sifive_u_soc_realize() 887 if (!sysbus_realize(SYS_BUS_DEVICE(&s->otp), errp)) { in sifive_u_soc_realize() 890 sysbus_mmio_map(SYS_BUS_DEVICE(&s->otp), 0, memmap[SIFIVE_U_DEV_OTP].base); in sifive_u_soc_realize()
|
| /qemu/tests/data/qobject/ |
| A D | qdict.txt | 1771 bfin-otp.c: 4874
|
Completed in 25 milliseconds