Home
last modified time | relevance | path

Searched refs:p_cfg (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/dma/
A Dsun6i-dma.c138 void (*set_drq)(u32 *p_cfg, s8 src_drq, s8 dst_drq);
139 void (*set_mode)(u32 *p_cfg, s8 src_mode, s8 dst_mode);
315 *p_cfg |= DMA_CHAN_CFG_SRC_BURST_A31(src_burst) | in sun6i_set_burst_length_a31()
321 *p_cfg |= DMA_CHAN_CFG_SRC_BURST_H3(src_burst) | in sun6i_set_burst_length_h3()
327 *p_cfg |= DMA_CHAN_CFG_SRC_DRQ_A31(src_drq) | in sun6i_set_drq_a31()
333 *p_cfg |= DMA_CHAN_CFG_SRC_DRQ_H6(src_drq) | in sun6i_set_drq_h6()
339 *p_cfg |= DMA_CHAN_CFG_SRC_MODE_A31(src_mode) | in sun6i_set_mode_a31()
345 *p_cfg |= DMA_CHAN_CFG_SRC_MODE_H6(src_mode) | in sun6i_set_mode_h6()
588 u32 *p_cfg) in set_config() argument
628 *p_cfg = DMA_CHAN_CFG_SRC_WIDTH(src_width) | in set_config()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_cxt.c182 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()
1087 p_cfg->cid_count, p_map)) in qed_cid_map_alloc()
1095 p_cfg->cids_per_vf, p_map)) in qed_cid_map_alloc()
1099 start_cid += p_cfg->cid_count; in qed_cid_map_alloc()
1100 vf_start_cid += p_cfg->cids_per_vf; in qed_cid_map_alloc()
1212 struct qed_conn_type_cfg *p_cfg; in qed_cxt_mngr_setup() local
1219 p_cfg = &p_mngr->conn_cfg[type]; in qed_cxt_mngr_setup()
1220 if (p_cfg->cid_count) { in qed_cxt_mngr_setup()
[all …]

Completed in 17 milliseconds