Home
last modified time | relevance | path

Searched refs:msp (Results 1 – 22 of 22) sorted by relevance

/linux-5.19.10/sound/soc/ux500/
Dux500_msp_i2s.c117 static void set_prot_desc_tx(struct ux500_msp *msp, in set_prot_desc_tx() argument
127 if (msp->def_elem_len) { in set_prot_desc_tx()
141 writel(temp_reg, msp->registers + MSP_TCF); in set_prot_desc_tx()
144 static void set_prot_desc_rx(struct ux500_msp *msp, in set_prot_desc_rx() argument
154 if (msp->def_elem_len) { in set_prot_desc_rx()
169 writel(temp_reg, msp->registers + MSP_RCF); in set_prot_desc_rx()
172 static int configure_protocol(struct ux500_msp *msp, in configure_protocol() argument
180 msp->def_elem_len = config->def_elem_len; in configure_protocol()
183 dev_err(msp->dev, "%s: ERROR: Invalid protocol!\n", in configure_protocol()
194 dev_err(msp->dev, in configure_protocol()
[all …]
Dux500_msp_dai.c395 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
404 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
411 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
440 if (ux500_msp_i2s_close(drvdata->msp, in ux500_msp_dai_shutdown()
472 ret = ux500_msp_i2s_open(drvdata->msp, &msp_config); in ux500_msp_dai_prepare()
481 (drvdata->msp->f_bitclk > 19200000)) { in ux500_msp_dai_prepare()
651 (int)drvdata->msp->id, cmd); in ux500_msp_dai_trigger()
653 ret = ux500_msp_i2s_trigger(drvdata->msp, cmd, substream->stream); in ux500_msp_dai_trigger()
676 playback_dma_data->addr = drvdata->msp->playback_dma_data.tx_rx_addr; in ux500_msp_dai_of_probe()
677 capture_dma_data->addr = drvdata->msp->capture_dma_data.tx_rx_addr; in ux500_msp_dai_of_probe()
[all …]
DMakefile4 snd-soc-ux500-plat-msp-i2s-objs := ux500_msp_dai.o ux500_msp_i2s.o
5 obj-$(CONFIG_SND_SOC_UX500_PLAT_MSP_I2S) += snd-soc-ux500-plat-msp-i2s.o
Dux500_msp_i2s.h492 struct ux500_msp *msp);
493 int ux500_msp_i2s_open(struct ux500_msp *msp, struct ux500_msp_config *config);
494 int ux500_msp_i2s_close(struct ux500_msp *msp,
496 int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd,
Dux500_msp_dai.h49 struct ux500_msp *msp; member
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dux500-msp.txt4 - compatible :"stericsson,ux500-msp-i2s"
25 msp1: msp@80124000 {
26 compatible = "stericsson,ux500-msp-i2s";
32 msp3: msp@80125000 {
33 compatible = "stericsson,ux500-msp-i2s";
Dux500-mop500.txt22 msp1: msp@80124000 {
23 compatible = "stericsson,ux500-msp-i2s";
29 msp3: msp@80125000 {
30 compatible = "stericsson,ux500-msp-i2s";
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.c162 struct mlx5e_modify_sq_param msp = {}; in mlx5e_health_sq_to_ready() local
165 msp.curr_state = MLX5_SQC_STATE_ERR; in mlx5e_health_sq_to_ready()
166 msp.next_state = MLX5_SQC_STATE_RST; in mlx5e_health_sq_to_ready()
168 err = mlx5e_modify_sq(mdev, sqn, &msp); in mlx5e_health_sq_to_ready()
174 memset(&msp, 0, sizeof(msp)); in mlx5e_health_sq_to_ready()
175 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_health_sq_to_ready()
176 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_health_sq_to_ready()
178 err = mlx5e_modify_sq(mdev, sqn, &msp); in mlx5e_health_sq_to_ready()
/linux-5.19.10/drivers/pci/hotplug/
Dshpchp_ctrl.c195 enum pci_bus_speed msp) in fix_bus_speed() argument
212 if (asp < msp) { in fix_bus_speed()
216 if (bsp != msp) in fix_bus_speed()
217 rc = change_bus_speed(ctrl, pslot, msp); in fix_bus_speed()
234 enum pci_bus_speed asp, bsp, msp; in board_added() local
273 msp = ctrl->pci_dev->subordinate->max_bus_speed; in board_added()
281 bsp, msp); in board_added()
283 rc = fix_bus_speed(ctrl, p_slot, slots_not_empty, asp, bsp, msp); in board_added()
/linux-5.19.10/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2624 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, in mv643xx_eth_conf_mbus_windows() argument
2627 void __iomem *base = msp->base; in mv643xx_eth_conf_mbus_windows()
2655 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows()
2658 static void infer_hw_params(struct mv643xx_eth_shared_private *msp) in infer_hw_params() argument
2665 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG); in infer_hw_params()
2666 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000) in infer_hw_params()
2667 msp->extended_rx_coal_limit = 1; in infer_hw_params()
2669 msp->extended_rx_coal_limit = 0; in infer_hw_params()
2676 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED); in infer_hw_params()
2677 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) { in infer_hw_params()
[all …]
/linux-5.19.10/arch/arm/boot/dts/
Dste-href.dtsi216 msp0: msp@80123000 {
222 msp1: msp@80124000 {
228 msp2: msp@80117000 {
233 msp3: msp@80125000 {
Dste-dbx5x0.dtsi1009 msp0: msp@80123000 {
1010 compatible = "stericsson,ux500-msp-i2s";
1020 clock-names = "msp", "apb_pclk";
1026 msp1: msp@80124000 {
1027 compatible = "stericsson,ux500-msp-i2s";
1037 clock-names = "msp", "apb_pclk";
1044 msp2: msp@80117000 {
1045 compatible = "stericsson,ux500-msp-i2s";
1056 clock-names = "msp", "apb_pclk";
1062 msp3: msp@80125000 {
[all …]
Dste-snowball.dts173 msp0: msp@80123000 {
179 msp1: msp@80124000 {
185 msp2: msp@80117000 {
190 msp3: msp@80125000 {
/linux-5.19.10/arch/m68k/kernel/
Dsun3-head.S74 movc %d0,%msp
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c1459 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_create_sq_rdy() local
1466 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_create_sq_rdy()
1467 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_create_sq_rdy()
1469 msp.qos_update = true; in mlx5e_create_sq_rdy()
1470 msp.qos_queue_group_id = qos_queue_group_id; in mlx5e_create_sq_rdy()
1472 err = mlx5e_modify_sq(mdev, *sqn, &msp); in mlx5e_create_sq_rdy()
1972 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_set_sq_maxrate() local
1999 msp.curr_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate()
2000 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate()
2001 msp.rl_index = rl_index; in mlx5e_set_sq_maxrate()
[all …]
/linux-5.19.10/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu111-revA.dts745 mux-msp {
750 conf-msp {
Dzynqmp-zcu106-revA.dts903 mux-msp {
908 conf-msp {
Dzynqmp-zcu102-revA.dts905 mux-msp {
910 conf-msp {
/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-cards.c3067 int id,msp,gpio; in miro_pinnacle_gpio() local
3073 msp = bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx"); in miro_pinnacle_gpio()
3089 if (-1 != msp) { in miro_pinnacle_gpio()
3099 (-1 == msp) ? "no" : "yes"); in miro_pinnacle_gpio()
3139 if (-1 != msp) in miro_pinnacle_gpio()
/linux-5.19.10/drivers/infiniband/hw/qib/
Dqib_iba7322.c1347 const struct qib_hwerror_msgs *msp) in err_decode() argument
1352 while (errs && msp && msp->mask) { in err_decode()
1353 multi = (msp->mask & (msp->mask - 1)); in err_decode()
1354 while (errs & msp->mask) { in err_decode()
1355 these = (errs & msp->mask); in err_decode()
1364 took = min_t(size_t, msp->sz - (size_t)1, len); in err_decode()
1365 memcpy(msg, msp->msg, took); in err_decode()
1376 while (lmask & msp->mask) { in err_decode()
1385 ++msp; in err_decode()
/linux-5.19.10/drivers/media/pci/ngene/
Dngene.h854 u8 msp[4]; member
/linux-5.19.10/security/smack/
Dsmack_lsm.c3127 struct smack_known *msp = smack_of_ipc(isp); in smk_curacc_msq() local
3135 rc = smk_curacc(msp, access, &ad); in smk_curacc_msq()
3136 rc = smk_bu_current("msq", msp, access, rc); in smk_curacc_msq()