Home
last modified time | relevance | path

Searched full:consec_rd_timeout (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/espi/
Dmicrochip,xec-espi-saf.yaml28 consec_rd_timeout:
/Zephyr-latest/drivers/espi/
Despi_saf_mchp_xec.c53 uint32_t consec_rd_timeout; member
282 regs->SAF_CONSEC_RD_TMOUT = cfg->consec_rd_timeout; in saf_flash_timing_init()
840 .consec_rd_timeout = DT_INST_PROP_OR(
841 inst, consec_rd_timeout, MCHP_SAF_FLASH_CONSEC_READ_TIMEOUT),
Despi_saf_mchp_xec_v2.c72 uint32_t consec_rd_timeout; member
317 regs->SAF_CONSEC_RD_TMOUT = cfg->consec_rd_timeout; in saf_flash_timing_init()
1128 .consec_rd_timeout = DT_INST_PROP_OR( \
1129 n, consec_rd_timeout, MCHP_SAF_FLASH_CONSEC_READ_TIMEOUT), \