Searched refs:wp_start (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | cmd_flash_util.c | 108 uint32_t wp_start, wp_len; in print_wp_status() local 110 &wp_start, &wp_len, cfg->verbosity + 1)) { in print_wp_status() 119 bool is_swwp_disabled = !wp_mode && wp_start == 0 && wp_len == 0; in print_wp_status() 120 bool is_swwp_enabled = wp_mode && wp_start == ro_start && wp_len == ro_len; in print_wp_status() 124 ", length = 0x%08" PRIx32 "\n", wp_mode, wp_start, wp_len, ro_start, in print_wp_status() 145 uint32_t wp_start = 0; in set_flash_wp() local 150 if (get_ro_range(cfg, &wp_start, &wp_len)) in set_flash_wp() 155 wp_start, wp_len, cfg->verbosity + 1)) { in set_flash_wp()
|
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | flashrom_drv.c | 265 uint32_t *wp_start, uint32_t *wp_len, int verbosity) in flashrom_get_wp() argument 299 if (wp_start != NULL) in flashrom_get_wp() 300 *wp_start = tmp_wp_start; in flashrom_get_wp() 301 if (wp_start != NULL) in flashrom_get_wp() 325 uint32_t wp_start, uint32_t wp_len, int verbosity) in flashrom_set_wp() argument 355 flashrom_wp_set_range(cfg, wp_start, wp_len); in flashrom_set_wp()
|
/aosp_15_r20/external/flashrom/ |
H A D | cli_classic.c | 69 unsigned int wp_start, wp_len; member 267 uint32_t wp_start, in wp_cli() argument 307 flashrom_wp_set_range(cfg, wp_start, wp_len); in wp_cli() 357 print_wp_range(flash, wp_start, wp_len); in wp_cli() 785 if (parse_wp_range(&options->wp_start, &options->wp_len) < 0) in parse_options() 1292 …ret = flashrom_layout_get_region_range(options.layout, options.wp_region, &options.wp_start, &opti… in main() 1306 options.wp_start, in main()
|
H A D | dummyflasher.c | 73 uint32_t wp_start; member 345 data->wp_start = start; in update_write_protection() 357 return (start < data->wp_end && last >= data->wp_start); in is_write_protected()
|
/aosp_15_r20/external/vboot_reference/host/lib/include/ |
H A D | flashrom.h | 98 uint32_t *wp_start, uint32_t *wp_len, int verbosity); 112 uint32_t wp_start, uint32_t wp_len, int verbosity);
|