Lines Matching refs:cv
484 uint32_t cv = 0; in mec_hal_espi_capabilities_get() local
491 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()
522 cv |= MEC_BIT(MEC_ESPI_CFG_FLASH_CHAN_SUP_POS); in mec_hal_espi_capabilities_get()
524 cv |= get_fc_pld_size(iobase); in mec_hal_espi_capabilities_get()
525 cv |= get_fc_shared_mode(iobase); in mec_hal_espi_capabilities_get()
526 cv |= get_fc_taf_max_rdsz(iobase); in mec_hal_espi_capabilities_get()
528 *cfg = cv; in mec_hal_espi_capabilities_get()