Searched refs:target_max_size (Results 1 – 1 of 1) sorted by relevance
352 uint8_t target_max_size = GET_FIELD(inst->FLASHCFG, NPCX_FLASHCFG_FLREQSUP); in espi_taf_npcx_flash_read() local356 if (flash_req_size > target_max_size) { in espi_taf_npcx_flash_read()358 if (target_max_size == 0) { in espi_taf_npcx_flash_read()359 target_max_size = 1; in espi_taf_npcx_flash_read()361 max_read_req = 32 << target_max_size; in espi_taf_npcx_flash_read()