Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dchipset_enable.c483 int max_decode_fwh_idsel = 0, max_decode_fwh_decode = 0; in enable_flash_ich_fwh_decode() local
533 max_decode_fwh_decode = (8 - i) * 0x80000; in enable_flash_ich_fwh_decode()
545 max_decode_fwh_decode = (8 - i) * 0x100000; in enable_flash_ich_fwh_decode()
550 max_rom_decode.fwh = min(max_decode_fwh_idsel, max_decode_fwh_decode); in enable_flash_ich_fwh_decode()