Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_espi.c33 if (capabilities & MEC_BIT(MEC_ESPI_CFG_OOB_CHAN_SUP_POS)) { in set_supported_channels()
453 if (cfg & MEC_BIT(MEC_ESPI_CFG_OOB_CHAN_SUP_POS)) { in mec_hal_espi_capability_set()
516 cv |= MEC_BIT(MEC_ESPI_CFG_OOB_CHAN_SUP_POS); in mec_hal_espi_capabilities_get()
Dmec_espi_core.h27 #define MEC_ESPI_CFG_OOB_CHAN_SUP_POS 2 macro