Searched refs:bcm2835_otp_get_row (Results 1 – 3 of 3) sorted by relevance
65 uint32_t bcm2835_otp_get_row(BCM2835OTPState *s, unsigned int row);
340 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()
20 uint32_t bcm2835_otp_get_row(BCM2835OTPState *s, unsigned int row) in bcm2835_otp_get_row() function