Searched refs:cv (Results 1 – 1 of 1) sorted by relevance
484 uint32_t cv = 0; in mec_hal_espi_capabilities_get() local491 cv |= ((get_max_freq(iobase) << MEC_ESPI_CFG_MAX_SUPP_FREQ_POS) in mec_hal_espi_capabilities_get()495 cv |= get_supported_io_modes(iobase); in mec_hal_espi_capabilities_get()499 cv |= MEC_BIT(MEC_ESPI_CFG_ALERT_OD_SUPP_POS); in mec_hal_espi_capabilities_get()504 cv |= MEC_BIT(MEC_ESPI_CFG_PERIPH_CHAN_SUP_POS); in mec_hal_espi_capabilities_get()506 cv |= get_pc_max_pld_size(iobase); in mec_hal_espi_capabilities_get()510 cv |= MEC_BIT(MEC_ESPI_CFG_VW_CHAN_SUP_POS); in mec_hal_espi_capabilities_get()512 cv |= get_vw_groups_max_cnt(iobase); in mec_hal_espi_capabilities_get()516 cv |= MEC_BIT(MEC_ESPI_CFG_OOB_CHAN_SUP_POS); in mec_hal_espi_capabilities_get()518 cv |= get_oob_pld_size(iobase); in mec_hal_espi_capabilities_get()[all …]