Searched refs:feature_sel_write_with_timeout (Results 1 – 1 of 1) sorted by relevance
| /drivers/vdpa/octeon_ep/ |
| A D | octep_vdpa_hw.c | 203 static int feature_sel_write_with_timeout(struct octep_hw *oct_hw, u32 select, void __iomem *addr) in feature_sel_write_with_timeout() function 220 if (feature_sel_write_with_timeout(oct_hw, 0, &oct_hw->common_cfg->device_feature_select)) in octep_hw_get_dev_features() 225 if (feature_sel_write_with_timeout(oct_hw, 1, &oct_hw->common_cfg->device_feature_select)) in octep_hw_get_dev_features() 237 if (feature_sel_write_with_timeout(oct_hw, 0, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_get_drv_features() 242 if (feature_sel_write_with_timeout(oct_hw, 1, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_get_drv_features() 252 if (feature_sel_write_with_timeout(oct_hw, 0, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_set_drv_features() 257 if (feature_sel_write_with_timeout(oct_hw, 1, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_set_drv_features()
|
Completed in 5 milliseconds