Searched refs:sd_index (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_hmc.h | 64 u32 sd_index; member 74 u32 sd_index; member 121 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \ argument 130 val3 = (sd_index) | (1u << I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \ 142 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \ argument 149 val3 = (sd_index) | (1u << I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \ 215 u32 sd_index,
|
D | i40e_hmc.c | 44 u32 sd_index, in i40e_add_sd_table_entry() argument 61 if (sd_index >= hmc_info->sd_table.sd_cnt) { in i40e_add_sd_table_entry() 67 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry() 95 sd_entry->u.bp.sd_pd_index = sd_index; in i40e_add_sd_table_entry() 98 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40e_add_sd_table_entry() 177 pd_entry->sd_index = sd_idx; in i40e_add_pd_table_entry()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_hmc.h | 64 u32 sd_index; member 74 u32 sd_index; member 121 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \ argument 130 val3 = (sd_index) | (1u << I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \ 142 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \ argument 149 val3 = (sd_index) | (1u << I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \ 215 u32 sd_index,
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe.c | 232 int sd_index; in vpbe_set_output() local 240 sd_index = vpbe_dev->current_sd_index; in vpbe_set_output() 254 sd_index = vpbe_find_encoder_sd_index(cfg, index); in vpbe_set_output() 255 if (sd_index < 0) { in vpbe_set_output() 267 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_set_output() 289 vpbe_dev->current_sd_index = sd_index; in vpbe_set_output() 338 int sd_index = vpbe_dev->current_sd_index; in vpbe_s_dv_timings() local 357 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_dv_timings() 445 int sd_index = vpbe_dev->current_sd_index; in vpbe_s_std() local 458 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_std()
|
D | vpif_capture.c | 678 int sd_index; in vpif_set_input() local 681 sd_index = vpif_input_to_subdev(vpif_cfg, chan_cfg, index); in vpif_set_input() 682 if (sd_index >= 0) { in vpif_set_input() 683 sd = vpif_obj.sd[sd_index]; in vpif_set_input() 684 subdev_info = &vpif_cfg->subdev_info[sd_index]; in vpif_set_input()
|
D | vpif_display.c | 811 int sd_index; in vpif_set_output() local 814 sd_index = vpif_output_to_subdev(vpif_cfg, chan_cfg, index); in vpif_set_output() 815 if (sd_index >= 0) in vpif_set_output() 816 sd = vpif_obj.sd[sd_index]; in vpif_set_output()
|