Searched refs:MEC_ESPI_CFG_MAX_SUPP_FREQ_POS (Results 1 – 2 of 2) sorted by relevance
37 #define MEC_ESPI_CFG_MAX_SUPP_FREQ_POS 8 macro40 ((MEC_ESPI_CFG_MAX_SUPP_FREQ_MSK0) << (MEC_ESPI_CFG_MAX_SUPP_FREQ_POS))
49 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()