Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/espi/
Despi_saf_mchp_xec.c457 uint32_t totalsz = 0; in espi_saf_xec_configuration() local
487 totalsz = fcfg->flashsz; in espi_saf_xec_configuration()
488 regs->SAF_FL_CFG_THRH = totalsz; in espi_saf_xec_configuration()
494 totalsz += fcfg->flashsz; in espi_saf_xec_configuration()
499 if (totalsz == 0) { in espi_saf_xec_configuration()
503 regs->SAF_FL_CFG_SIZE_LIM = totalsz - 1; in espi_saf_xec_configuration()
Despi_saf_mchp_xec_v2.c615 uint32_t totalsz = 0; in espi_saf_xec_configuration() local
651 totalsz = fcfg->flashsz; in espi_saf_xec_configuration()
652 regs->SAF_FL_CFG_THRH = totalsz; in espi_saf_xec_configuration()
661 totalsz += fcfg->flashsz; in espi_saf_xec_configuration()
669 if (totalsz == 0) { in espi_saf_xec_configuration()
673 regs->SAF_FL_CFG_SIZE_LIM = totalsz - 1; in espi_saf_xec_configuration()