Home
last modified time | relevance | path

Searched refs:pconfig (Results 1 – 14 of 14) 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.c584 struct sdw_port_config pconfig; in cs35l56_sdw_dai_hw_params()
596 memset(&pconfig, 0, sizeof(pconfig)); in cs35l56_sdw_dai_hw_params()
603 pconfig.num = CS35L56_SDW1_PLAYBACK_PORT; in cs35l56_sdw_dai_hw_params()
604 pconfig.ch_mask = cs35l56->rx_mask; in cs35l56_sdw_dai_hw_params()
607 pconfig.num = CS35L56_SDW1_CAPTURE_PORT; in cs35l56_sdw_dai_hw_free()
608 pconfig.ch_mask = cs35l56->tx_mask; in cs35l56_sdw_dai_hw_free()
611 if (pconfig.ch_mask == 0) { in cs35l56_sdw_dai_hw_free()
613 pconfig.ch_mask = GENMASK(sconfig.ch_count - 1, 0); in cs35l56_sdw_dai_hw_free()
615 sconfig.ch_count = hweight32(pconfig in cs35l56_sdw_dai_hw_free()
562 struct sdw_port_config pconfig; cs35l56_sdw_dai_hw_params() local
[all...]
/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
130 pconfig = kcalloc(2, sizeof(*pconfig), GFP_KERNEL); in intel_ace2x_bpt_open_stream()
131 if (!pconfig) { in intel_ace2x_bpt_open_stream()
137 pconfig[i].num = i; in intel_ace2x_bpt_open_stream()
138 pconfig[i].ch_mask = 1; in intel_ace2x_bpt_open_stream()
141 ret = sdw_stream_add_master(&cdns->bus, &sconfig, pconfig, 2, stream); in intel_ace2x_bpt_open_stream()
[all …]
H A Dqcom.c217 struct qcom_swrm_port_config *pconfig; member
1041 pcfg = &ctrl->pconfig[params->port_num]; in qcom_swrm_transport_params()
1152 pcfg = &ctrl->pconfig[p_rt->num]; in qcom_swrm_compute_params()
1169 pcfg = &ctrl->pconfig[m_port]; in qcom_swrm_compute_params()
1171 pcfg = &ctrl->pconfig[i]; in qcom_swrm_compute_params()
1233 struct sdw_port_config *pconfig __free(kfree) = kcalloc(ctrl->nports, in qcom_swrm_stream_alloc_ports()
1234 sizeof(*pconfig), GFP_KERNEL); in qcom_swrm_stream_alloc_ports()
1235 if (!pconfig) in qcom_swrm_stream_alloc_ports()
1279 pconfig[nports].num = pn; in qcom_swrm_stream_alloc_ports()
1280 pconfig[nports].ch_mask = p_rt->ch_mask; in qcom_swrm_stream_alloc_ports()
[all …]
H A Dintel.c772 struct sdw_port_config *pconfig __free(kfree) = kzalloc(sizeof(*pconfig), in intel_hw_params()
774 if (!pconfig) in intel_hw_params()
777 pconfig->num = pdi->num; in intel_hw_params()
778 pconfig->ch_mask = (1 << ch) - 1; in intel_hw_params()
781 pconfig, 1, dai_runtime->stream); in intel_hw_params()
H A Damd_manager.c721 struct sdw_port_config *pconfig __free(kfree) = kzalloc(sizeof(*pconfig), in amd_sdw_hw_params()
723 if (!pconfig) in amd_sdw_hw_params()
726 pconfig->num = dai->id; in amd_sdw_hw_params()
727 pconfig->ch_mask = (1 << ch) - 1; in amd_sdw_hw_params()
729 pconfig, 1, dai_runtime->stream); in amd_sdw_hw_params()
/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/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/gpu/drm/xlnx/
H A Dzynqmp_disp.c1060 struct xilinx_dpdma_peripheral_config pconfig = { in zynqmp_disp_layer_set_format() local
1065 .peripheral_config = &pconfig, in zynqmp_disp_layer_set_format()
1066 .peripheral_size = sizeof(pconfig), in zynqmp_disp_layer_set_format()
/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.csv259 0x7, 0, edx, 18, pconfig , PCONFIG instruction