Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/
Drp2350_otp.c76 otp_cmd_t row_and_flags; in tfm_plat_otp_read() local
96 row_and_flags.flags = (OTP_BUFFER_MASK & otp_map[id].row_offset); in tfm_plat_otp_read()
99 row_and_flags.flags |= OTP_IS_ECC_MASK; in tfm_plat_otp_read()
108 odd_byte_row_and_flags.flags = row_and_flags.flags + (out_len_checked / 2); in tfm_plat_otp_read()
119 rc = rom_func_otp_access(out, out_len_checked, row_and_flags); in tfm_plat_otp_read()
132 otp_cmd_t row_and_flags; in tfm_plat_otp_write() local
150 row_and_flags.flags = OTP_IS_WRITE_MASK | in tfm_plat_otp_write()
154 row_and_flags.flags |= OTP_IS_ECC_MASK; in tfm_plat_otp_write()
163 odd_byte_row_and_flags.flags = row_and_flags.flags + (in_len_checked / 2); in tfm_plat_otp_write()
175 rc = rom_func_otp_access(in, in_len_checked, row_and_flags); in tfm_plat_otp_write()
[all …]