Home
last modified time | relevance | path

Searched refs:pconfig (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb3hs.c83 void (*trim_func)(struct uniphier_u3hsphy_priv *priv, u32 *pconfig,
88 u32 *pconfig, in uniphier_u3hsphy_trim_ld20() argument
91 *pconfig &= ~HSPHY_CFG0_RTERM_MASK; in uniphier_u3hsphy_trim_ld20()
92 *pconfig |= FIELD_PREP(HSPHY_CFG0_RTERM_MASK, pt->rterm); in uniphier_u3hsphy_trim_ld20()
94 *pconfig &= ~HSPHY_CFG0_SEL_T_MASK; in uniphier_u3hsphy_trim_ld20()
95 *pconfig |= FIELD_PREP(HSPHY_CFG0_SEL_T_MASK, pt->sel_t); in uniphier_u3hsphy_trim_ld20()
97 *pconfig &= ~HSPHY_CFG0_HS_I_MASK; in uniphier_u3hsphy_trim_ld20()
98 *pconfig |= FIELD_PREP(HSPHY_CFG0_HS_I_MASK, pt->hs_i); in uniphier_u3hsphy_trim_ld20()
143 u32 *pconfig) in uniphier_u3hsphy_update_config() argument
159 priv->data->trim_func(priv, pconfig, &trim); in uniphier_u3hsphy_update_config()
[all …]
/linux/sound/soc/codecs/
H A Dcs42l43-sdw.c28 struct sdw_port_config pconfig = {0}; in cs42l43_sdw_add_peripheral() local
34 snd_sdw_params_to_config(substream, params, &sconfig, &pconfig); in cs42l43_sdw_add_peripheral()
35 pconfig.num = dai->id; in cs42l43_sdw_add_peripheral()
37 ret = sdw_stream_add_slave(sdw, &sconfig, &pconfig, 1, sdw_stream); in cs42l43_sdw_add_peripheral()
H A Dcs35l56.c640 struct sdw_port_config pconfig; in cs35l56_sdw_dai_hw_params() local
652 memset(&pconfig, 0, sizeof(pconfig)); in cs35l56_sdw_dai_hw_params()
659 pconfig.num = CS35L56_SDW1_PLAYBACK_PORT; in cs35l56_sdw_dai_hw_params()
660 pconfig.ch_mask = cs35l56->rx_mask; in cs35l56_sdw_dai_hw_params()
663 pconfig.num = CS35L56_SDW1_CAPTURE_PORT; in cs35l56_sdw_dai_hw_params()
664 pconfig.ch_mask = cs35l56->tx_mask; in cs35l56_sdw_dai_hw_params()
667 if (pconfig.ch_mask == 0) { in cs35l56_sdw_dai_hw_params()
669 pconfig.ch_mask = GENMASK(sconfig.ch_count - 1, 0); in cs35l56_sdw_dai_hw_params()
671 sconfig.ch_count = hweight32(pconfig.ch_mask); in cs35l56_sdw_dai_hw_params()
674 ret = sdw_stream_add_slave(cs35l56->sdw_peripheral, &sconfig, &pconfig, in cs35l56_sdw_dai_hw_params()
/linux/drivers/soundwire/
H A Dintel_ace2x.c27 struct sdw_port_config pconfig = {0}; in sdw_slave_bpt_stream_add() local
37 pconfig.num = 0; in sdw_slave_bpt_stream_add()
38 pconfig.ch_mask = BIT(0); in sdw_slave_bpt_stream_add()
40 ret = sdw_stream_add_slave(slave, &sconfig, &pconfig, 1, stream); in sdw_slave_bpt_stream_add()
57 struct sdw_port_config *pconfig; in intel_ace2x_bpt_open_stream() local
136 pconfig = kzalloc_objs(*pconfig, 2); in intel_ace2x_bpt_open_stream()
137 if (!pconfig) { in intel_ace2x_bpt_open_stream()
143 pconfig[i].num = i; in intel_ace2x_bpt_open_stream()
144 pconfig[i].ch_mask = 1; in intel_ace2x_bpt_open_stream()
147 ret = sdw_stream_add_master(&cdns->bus, &sconfig, pconfig, 2, stream); in intel_ace2x_bpt_open_stream()
[all …]
H A Dqcom.c216 struct qcom_swrm_port_config *pconfig; member
1054 pcfg = &ctrl->pconfig[params->port_num]; in qcom_swrm_transport_params()
1165 pcfg = &ctrl->pconfig[p_rt->num]; in qcom_swrm_compute_params()
1182 pcfg = &ctrl->pconfig[m_port]; in qcom_swrm_compute_params()
1184 pcfg = &ctrl->pconfig[i]; in qcom_swrm_compute_params()
1246 struct sdw_port_config *pconfig __free(kfree) = kzalloc_objs(*pconfig, in qcom_swrm_stream_alloc_ports()
1248 if (!pconfig) in qcom_swrm_stream_alloc_ports()
1292 pconfig[nports].num = pn; in qcom_swrm_stream_alloc_ports()
1293 pconfig[nports].ch_mask = p_rt->ch_mask; in qcom_swrm_stream_alloc_ports()
1299 sdw_stream_add_master(&ctrl->bus, &sconfig, pconfig, in qcom_swrm_stream_alloc_ports()
[all …]
/linux/arch/mips/include/asm/sgi/
H A Dhpc3.h95 volatile u32 pconfig; /* PIO configuration register */ member
146 volatile u32 pconfig; /* PIO configuration register */ member
/linux/sound/soc/sdca/
H A Dsdca_class_function.c137 struct sdw_port_config pconfig = {0}; in class_function_sdw_add_peripheral() local
143 snd_sdw_params_to_config(substream, params, &sconfig, &pconfig); in class_function_sdw_add_peripheral()
153 pconfig.num = ret; in class_function_sdw_add_peripheral()
155 ret = sdw_stream_add_slave(sdw, &sconfig, &pconfig, 1, sdw_stream); in class_function_sdw_add_peripheral()
/linux/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c71 unsigned long *pconfig; in mxs_dt_node_to_map() local
115 pconfig = kmemdup(&config, sizeof(config), GFP_KERNEL); in mxs_dt_node_to_map()
116 if (!pconfig) { in mxs_dt_node_to_map()
124 new_map[i].data.configs.configs = pconfig; in mxs_dt_node_to_map()
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_ioctl.h69 struct vchiq_config __user *pconfig; member
H A Dvchiq_dev.c814 if (copy_to_user(args.pconfig, &config, args.config_size)) { in vchiq_ioctl()
1120 compat_uptr_t pconfig; member
1141 ptr = compat_ptr(args32.pconfig); in vchiq_compat_ioctl_get_config()
/linux/drivers/dma/xilinx/
H A Dxilinx_dpdma.c1375 struct xilinx_dpdma_peripheral_config *pconfig; in xilinx_dpdma_config() local
1390 pconfig = config->peripheral_config; in xilinx_dpdma_config()
1391 if (WARN_ON(pconfig && config->peripheral_size != sizeof(*pconfig))) in xilinx_dpdma_config()
1395 if (chan->id <= ZYNQMP_DPDMA_VIDEO2 && pconfig) in xilinx_dpdma_config()
1396 chan->video_group = pconfig->video_group; in xilinx_dpdma_config()
/linux/arch/x86/kvm/
H A Dhyperv.c747 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config() argument
749 *pconfig = stimer->config.as_uint64; in stimer_get_config()
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv260 0x7, 0, edx, 18, pconfig , PCONFIG instruction