Searched refs:p_cfg (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/dma/ |
| H A D | sun6i-dma.c | 139 void (*set_drq)(u32 *p_cfg, s8 src_drq, s8 dst_drq); 140 void (*set_mode)(u32 *p_cfg, s8 src_mode, s8 dst_mode); 316 *p_cfg |= DMA_CHAN_CFG_SRC_BURST_A31(src_burst) | in sun6i_set_burst_length_a31() 322 *p_cfg |= DMA_CHAN_CFG_SRC_BURST_H3(src_burst) | in sun6i_set_burst_length_h3() 328 *p_cfg |= DMA_CHAN_CFG_SRC_DRQ_A31(src_drq) | in sun6i_set_drq_a31() 334 *p_cfg |= DMA_CHAN_CFG_SRC_DRQ_H6(src_drq) | in sun6i_set_drq_h6() 340 *p_cfg |= DMA_CHAN_CFG_SRC_MODE_A31(src_mode) | in sun6i_set_mode_a31() 346 *p_cfg |= DMA_CHAN_CFG_SRC_MODE_H6(src_mode) | in sun6i_set_mode_h6() 589 u32 *p_cfg) in set_config() argument 629 *p_cfg = DMA_CHAN_CFG_SRC_WIDTH(src_width) | in set_config() [all …]
|
| H A D | sun4i-dma.c | 173 void (*set_dst_data_width)(u32 *p_cfg, s8 data_width); 174 void (*set_src_data_width)(u32 *p_cfg, s8 data_width); 254 static void set_dst_data_width_a10(u32 *p_cfg, s8 data_width) in set_dst_data_width_a10() argument 256 *p_cfg |= SUN4I_DMA_CFG_DST_DATA_WIDTH(data_width); in set_dst_data_width_a10() 259 static void set_src_data_width_a10(u32 *p_cfg, s8 data_width) in set_src_data_width_a10() argument 261 *p_cfg |= SUN4I_DMA_CFG_SRC_DATA_WIDTH(data_width); in set_src_data_width_a10() 264 static void set_dst_data_width_f1c100s(u32 *p_cfg, s8 data_width) in set_dst_data_width_f1c100s() argument 266 *p_cfg |= SUNIV_DMA_CFG_DST_DATA_WIDTH(data_width); in set_dst_data_width_f1c100s() 269 static void set_src_data_width_f1c100s(u32 *p_cfg, s8 data_width) in set_src_data_width_f1c100s() argument 271 *p_cfg |= SUNIV_DMA_CFG_SRC_DATA_WIDTH(data_width); in set_src_data_width_f1c100s()
|
| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.c | 182 if (p_cfg->cid_count) in qed_cxt_tm_iids() 185 iids->pf_cids += p_cfg->cid_count; in qed_cxt_tm_iids() 189 if (p_cfg->cids_per_vf) in qed_cxt_tm_iids() 1088 p_cfg->cid_count, p_map)) in qed_cid_map_alloc() 1096 p_cfg->cids_per_vf, p_map)) in qed_cid_map_alloc() 1100 start_cid += p_cfg->cid_count; in qed_cid_map_alloc() 1101 vf_start_cid += p_cfg->cids_per_vf; in qed_cid_map_alloc() 1213 struct qed_conn_type_cfg *p_cfg; in qed_cxt_mngr_setup() local 1220 p_cfg = &p_mngr->conn_cfg[type]; in qed_cxt_mngr_setup() 1221 if (p_cfg->cid_count) { in qed_cxt_mngr_setup() [all …]
|