Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/arm/drivers/lcm/
Dlcm_drv.c787 uint32_t otp_word; in write_zero_count_if_needed() local
818 err = lcm_otp_read(dev, mapping->zero_count_offset, sizeof(otp_word), in write_zero_count_if_needed()
819 (uint8_t *)&otp_word); in write_zero_count_if_needed()
824 otp_word |= zero_bits << mapping->shift; in write_zero_count_if_needed()
827 sizeof(otp_word), &otp_word); in write_zero_count_if_needed()