Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/include/
H A Dwriteprotect.h70 bool tb_bit_present; member
/aosp_15_r20/external/flashrom/
H A Dwriteprotect_ranges.c93 bool protect_top = bits->tb_bit_present ? (bits->tb == 0) : 1; in decode_range_generic()
H A Dwriteprotect.c116 ret = read_bit(&bits->tb, &bits->tb_bit_present, flash, bit_map->tb); in read_wp_bits()
385 if (bits.tb_bit_present) in get_ranges_and_wp_bits()
H A Ddummyflasher.c331 .tb_bit_present = true, in update_write_protection()