Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Despi_mchp_xec_v2.c1374 uint8_t rst_src = rst_src = (p->flags >> MCHP_DT_ESPI_VW_FLAG_RST_SRC_POS) in xec_vw_cfg_properties() local
1381 if (rst_state || rst_src) { /* change reset source or state ? */ in xec_vw_cfg_properties()
1397 if (rst_src) { /* change reset source of all vwires in this group? */ in xec_vw_cfg_properties()
1398 rst_src--; in xec_vw_cfg_properties()
1399 temp = (temp & ~0x3u) | (rst_src & 0x3u); in xec_vw_cfg_properties()