Searched refs:p_cfg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | sun6i-dma.c | 128 void (*set_burst_length)(u32 *p_cfg, s8 src_burst, s8 dst_burst); 129 void (*set_drq)(u32 *p_cfg, s8 src_drq, s8 dst_drq); 130 void (*set_mode)(u32 *p_cfg, s8 src_mode, s8 dst_mode); 305 static void sun6i_set_burst_length_a31(u32 *p_cfg, s8 src_burst, s8 dst_burst) in sun6i_set_burst_length_a31() argument 307 *p_cfg |= DMA_CHAN_CFG_SRC_BURST_A31(src_burst) | in sun6i_set_burst_length_a31() 311 static void sun6i_set_burst_length_h3(u32 *p_cfg, s8 src_burst, s8 dst_burst) in sun6i_set_burst_length_h3() argument 313 *p_cfg |= DMA_CHAN_CFG_SRC_BURST_H3(src_burst) | in sun6i_set_burst_length_h3() 317 static void sun6i_set_drq_a31(u32 *p_cfg, s8 src_drq, s8 dst_drq) in sun6i_set_drq_a31() argument 319 *p_cfg |= DMA_CHAN_CFG_SRC_DRQ_A31(src_drq) | in sun6i_set_drq_a31() 323 static void sun6i_set_drq_h6(u32 *p_cfg, s8 src_drq, s8 dst_drq) in sun6i_set_drq_h6() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.c | 179 struct qed_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[i]; in qed_cxt_tm_iids() local 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() 192 iids->per_vf_cids += p_cfg->cids_per_vf; in qed_cxt_tm_iids() 196 struct qed_tid_seg *segs = p_cfg->tid_seg; in qed_cxt_tm_iids() 259 struct qed_cxt_mngr *p_cfg = p_hwfn->p_cxt_mngr; in qed_cxt_tid_seg_info() local 266 if (p_cfg->conn_cfg[i].tid_seg[seg].count) in qed_cxt_tid_seg_info() 267 return &p_cfg->conn_cfg[i].tid_seg[seg]; in qed_cxt_tid_seg_info() 1086 struct qed_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[type]; in qed_cid_map_alloc() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | init.h | 20 int ssv6xxx_do_iq_calib(struct ssv_hw *sh, struct ssv6xxx_iqk_cfg *p_cfg);
|
| H A D | init.c | 147 int ssv6xxx_do_iq_calib(struct ssv_hw *sh, struct ssv6xxx_iqk_cfg *p_cfg) in ssv6xxx_do_iq_calib() argument 172 p_cfg->phy_tbl_size = PHY_SETTING_SIZE; in ssv6xxx_do_iq_calib() 173 p_cfg->rf_tbl_size = RF_SETTING_SIZE; in ssv6xxx_do_iq_calib() 174 memcpy(host_cmd->dat32, p_cfg, IQK_CFG_LEN); in ssv6xxx_do_iq_calib()
|