Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_espi_core.h52 #define MEC_ESPI_CFG_VW_CNT_MAX_POS 18 macro
55 ((MEC_ESPI_CFG_VW_CNT_MAX_MSK0) << (MEC_ESPI_CFG_VW_CNT_MAX_POS))
Dmec_espi.c122 temp |= ((((capabilities >> MEC_ESPI_CFG_VW_CNT_MAX_POS) in set_vw_capabilities()
134 return ((nvwg << MEC_ESPI_CFG_VW_CNT_MAX_POS) & MEC_ESPI_CFG_VW_CNT_MAX_MSK); in get_vw_groups_max_cnt()