Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_espi_core.h37 #define MEC_ESPI_CFG_MAX_SUPP_FREQ_POS 8 macro
40 ((MEC_ESPI_CFG_MAX_SUPP_FREQ_MSK0) << (MEC_ESPI_CFG_MAX_SUPP_FREQ_POS))
Dmec_espi.c49 temp >>= MEC_ESPI_CFG_MAX_SUPP_FREQ_POS; in set_supported_max_freq()
491 cv |= ((get_max_freq(iobase) << MEC_ESPI_CFG_MAX_SUPP_FREQ_POS) in mec_hal_espi_capabilities_get()