Searched refs:sd_index (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_hmc.h | 64 u32 sd_index; member 75 u32 sd_index; member 122 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \ argument 131 val3 = (sd_index) | BIT_ULL(I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \ 143 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \ argument 150 val3 = (sd_index) | BIT_ULL(I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \ 216 u32 sd_index,
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_hmc.h | 64 u32 sd_index; member 75 u32 sd_index; member 122 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \ argument 131 val3 = (sd_index) | BIT_ULL(I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \ 143 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \ argument 150 val3 = (sd_index) | BIT_ULL(I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \ 216 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() 186 pd_entry->sd_index = sd_idx; in i40e_add_pd_table_entry()
|
/linux-4.4.14/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 | 683 int sd_index; in vpif_set_input() local 686 sd_index = vpif_input_to_subdev(vpif_cfg, chan_cfg, index); in vpif_set_input() 687 if (sd_index >= 0) { in vpif_set_input() 688 sd = vpif_obj.sd[sd_index]; in vpif_set_input() 689 subdev_info = &vpif_cfg->subdev_info[sd_index]; in vpif_set_input()
|
D | vpif_display.c | 817 int sd_index; in vpif_set_output() local 820 sd_index = vpif_output_to_subdev(vpif_cfg, chan_cfg, index); in vpif_set_output() 821 if (sd_index >= 0) in vpif_set_output() 822 sd = vpif_obj.sd[sd_index]; in vpif_set_output()
|