Home
last modified time | relevance | path

Searched refs:dst_info (Results 1 – 4 of 4) sorted by relevance

/drivers/dma/
A Dste_dma40_ll.c54 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg()
55 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg()
90 if (cfg->dst_info.flow_ctrl == STEDMA40_NO_FLOW_CTRL) in d40_phy_cfg()
107 if (cfg->dst_info.psize != STEDMA40_PSIZE_PHY_1) { in d40_phy_cfg()
109 dst |= cfg->dst_info.psize << D40_SREG_CFG_PSIZE_POS; in d40_phy_cfg()
115 dst |= d40_width_to_bits(cfg->dst_info.data_width) in d40_phy_cfg()
126 if (cfg->dst_info.big_endian) in d40_phy_cfg()
A Dste_dma40.c118 .dst_info.psize = STEDMA40_PSIZE_PHY_1,
119 .dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL,
132 .dst_info.psize = STEDMA40_PSIZE_LOG_1,
1754 conf->dst_info.data_width) { in d40_validate_conf()
2139 struct stedma40_half_channel_info *dst_info = &cfg->dst_info; in d40_prep_sg_log() local
2147 dst_info->data_width); in d40_prep_sg_log()
2153 dst_info->data_width, in d40_prep_sg_log()
2167 struct stedma40_half_channel_info *dst_info = &cfg->dst_info; in d40_prep_sg_phy() local
2178 src_info, dst_info, flags); in d40_prep_sg_phy()
2184 dst_info, src_info, flags); in d40_prep_sg_phy()
[all …]
A Dste_dma40.h104 struct stedma40_half_channel_info dst_info; member
/drivers/media/platform/rockchip/rga/
A Drga-hw.c160 union rga_dst_info dst_info; in rga_cmd_set_trans_info() local
174 dst_info.val = dest[(RGA_DST_INFO - RGA_MODE_BASE_REG) >> 2]; in rga_cmd_set_trans_info()
184 dst_info.data.format = ctx->out.fmt->hw_format; in rga_cmd_set_trans_info()
185 dst_info.data.swap = ctx->out.fmt->color_swap; in rga_cmd_set_trans_info()
208 dst_info.data.csc_mode = RGA_SRC_CSC_MODE_BT709_R0; in rga_cmd_set_trans_info()
211 dst_info.data.csc_mode = RGA_DST_CSC_MODE_BT601_R0; in rga_cmd_set_trans_info()
309 dest[(RGA_DST_INFO - RGA_MODE_BASE_REG) >> 2] = dst_info.val; in rga_cmd_set_trans_info()

Completed in 19 milliseconds