Searched refs:features_hi (Results 1 – 2 of 2) sorted by relevance
214 u32 features_lo, features_hi; in ifcvf_get_hw_features() local221 features_hi = vp_ioread32(&cfg->device_feature); in ifcvf_get_hw_features()223 features = ((u64)features_hi << 32) | features_lo; in ifcvf_get_hw_features()237 u32 features_lo, features_hi; in ifcvf_get_driver_features() local244 features_hi = vp_ioread32(&cfg->guest_feature); in ifcvf_get_driver_features()246 features = ((u64)features_hi << 32) | features_lo; in ifcvf_get_driver_features()
217 u32 features_lo, features_hi; in octep_hw_get_dev_features() local227 features_hi = ioread32(&oct_hw->common_cfg->device_feature); in octep_hw_get_dev_features()229 return ((u64)features_hi << 32) | features_lo; in octep_hw_get_dev_features()234 u32 features_lo, features_hi; in octep_hw_get_drv_features() local244 features_hi = ioread32(&oct_hw->common_cfg->guest_feature); in octep_hw_get_drv_features()246 return ((u64)features_hi << 32) | features_lo; in octep_hw_get_drv_features()
Completed in 8 milliseconds