Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/nvram/
H A Dbcm2835_otp.h65 uint32_t bcm2835_otp_get_row(BCM2835OTPState *s, unsigned int row);
/openbmc/qemu/hw/misc/
H A Dbcm2835_property.c340 uint32_t otp_row = bcm2835_otp_get_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()
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()
/openbmc/qemu/hw/nvram/
H A Dbcm2835_otp.c20 uint32_t bcm2835_otp_get_row(BCM2835OTPState *s, unsigned int row) in bcm2835_otp_get_row() function