Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/ux500/
Dux500_msp_i2s.c120 static void set_prot_desc_tx(struct ux500_msp *msp, in set_prot_desc_tx() argument
130 if (msp->def_elem_len) { in set_prot_desc_tx()
144 writel(temp_reg, msp->registers + MSP_TCF); in set_prot_desc_tx()
147 static void set_prot_desc_rx(struct ux500_msp *msp, in set_prot_desc_rx() argument
157 if (msp->def_elem_len) { in set_prot_desc_rx()
172 writel(temp_reg, msp->registers + MSP_RCF); in set_prot_desc_rx()
175 static int configure_protocol(struct ux500_msp *msp, in configure_protocol() argument
183 msp->def_elem_len = config->def_elem_len; in configure_protocol()
186 dev_err(msp->dev, "%s: ERROR: Invalid protocol!\n", in configure_protocol()
197 dev_err(msp->dev, in configure_protocol()
[all …]
Dux500_msp_dai.c398 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
407 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
414 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
443 if (ux500_msp_i2s_close(drvdata->msp, in ux500_msp_dai_shutdown()
475 ret = ux500_msp_i2s_open(drvdata->msp, &msp_config); in ux500_msp_dai_prepare()
484 (drvdata->msp->f_bitclk > 19200000)) { in ux500_msp_dai_prepare()
654 (int)drvdata->msp->id, cmd); in ux500_msp_dai_trigger()
656 ret = ux500_msp_i2s_trigger(drvdata->msp, cmd, substream->stream); in ux500_msp_dai_trigger()
679 playback_dma_data->addr = drvdata->msp->playback_dma_data.tx_rx_addr; in ux500_msp_dai_of_probe()
680 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.h495 struct ux500_msp *msp);
496 int ux500_msp_i2s_open(struct ux500_msp *msp, struct ux500_msp_config *config);
497 int ux500_msp_i2s_close(struct ux500_msp *msp,
499 int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd,
Dux500_msp_dai.h52 struct ux500_msp *msp; member
/Linux-v4.19/net/mac80211/
Drc80211_minstrel_ht_debugfs.c110 struct minstrel_ht_sta_priv *msp = inode->i_private; in minstrel_ht_stats_open() local
111 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_stats_open()
117 if (!msp->is_ht) { in minstrel_ht_stats_open()
118 inode->i_private = &msp->legacy; in minstrel_ht_stats_open()
120 inode->i_private = msp; in minstrel_ht_stats_open()
258 struct minstrel_ht_sta_priv *msp = inode->i_private; in minstrel_ht_stats_csv_open() local
259 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_stats_csv_open()
265 if (!msp->is_ht) { in minstrel_ht_stats_csv_open()
266 inode->i_private = &msp->legacy; in minstrel_ht_stats_csv_open()
268 inode->i_private = msp; in minstrel_ht_stats_csv_open()
[all …]
Drc80211_minstrel_ht.c684 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_tx_status() local
685 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_tx_status()
692 if (!msp->is_ht) in minstrel_ht_tx_status()
694 &msp->legacy, st); in minstrel_ht_tx_status()
1039 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_get_rate() local
1040 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_get_rate()
1047 if (!msp->is_ht) in minstrel_ht_get_rate()
1048 return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc); in minstrel_ht_get_rate()
1130 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_update_caps() local
1131 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_update_caps()
[all …]
/Linux-v4.19/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-v4.19/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-v4.19/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2638 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, in mv643xx_eth_conf_mbus_windows() argument
2641 void __iomem *base = msp->base; in mv643xx_eth_conf_mbus_windows()
2669 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows()
2672 static void infer_hw_params(struct mv643xx_eth_shared_private *msp) in infer_hw_params() argument
2679 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG); in infer_hw_params()
2680 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000) in infer_hw_params()
2681 msp->extended_rx_coal_limit = 1; in infer_hw_params()
2683 msp->extended_rx_coal_limit = 0; in infer_hw_params()
2690 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED); in infer_hw_params()
2691 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) { in infer_hw_params()
[all …]
/Linux-v4.19/arch/arm/boot/dts/
Dste-href.dtsi189 msp0: msp@80123000 {
195 msp1: msp@80124000 {
201 msp2: msp@80117000 {
206 msp3: msp@80125000 {
Dste-dbx5x0.dtsi1118 msp0: msp@80123000 {
1119 compatible = "stericsson,ux500-msp-i2s";
1129 clock-names = "msp", "apb_pclk";
1134 msp1: msp@80124000 {
1135 compatible = "stericsson,ux500-msp-i2s";
1145 clock-names = "msp", "apb_pclk";
1151 msp2: msp@80117000 {
1152 compatible = "stericsson,ux500-msp-i2s";
1163 clock-names = "msp", "apb_pclk";
1168 msp3: msp@80125000 {
[all …]
Dste-snowball.dts162 msp0: msp@80123000 {
168 msp1: msp@80124000 {
174 msp2: msp@80117000 {
179 msp3: msp@80125000 {
/Linux-v4.19/arch/m68k/kernel/
Dsun3-head.S74 movc %d0,%msp
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c1271 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_create_sq_rdy() local
1278 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_create_sq_rdy()
1279 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_create_sq_rdy()
1280 err = mlx5e_modify_sq(mdev, *sqn, &msp); in mlx5e_create_sq_rdy()
1416 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_sq_to_ready() local
1419 msp.curr_state = curr_state; in mlx5e_sq_to_ready()
1420 msp.next_state = MLX5_SQC_STATE_RST; in mlx5e_sq_to_ready()
1422 err = mlx5e_modify_sq(mdev, sq->sqn, &msp); in mlx5e_sq_to_ready()
1428 memset(&msp, 0, sizeof(msp)); in mlx5e_sq_to_ready()
1429 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_sq_to_ready()
[all …]
/Linux-v4.19/drivers/isdn/hisax/
Dhfc_sx.c119 unsigned short *msp; in write_fifo() local
157 msp = ((struct hfcsx_extra *)(cs->hw.hfcsx.extra))->marker; in write_fifo()
158 msp += (((fifo >> 1) & 3) * (MAX_B_FRAMES + 1)); in write_fifo()
171 *(msp + f1) = z1; /* remember marker */ in write_fifo()
177 count = *(msp + f2) - z1; in write_fifo()
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c3079 int id,msp,gpio; in miro_pinnacle_gpio() local
3085 msp = bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx"); in miro_pinnacle_gpio()
3101 if (-1 != msp) { in miro_pinnacle_gpio()
3111 (-1 == msp) ? "no" : "yes"); in miro_pinnacle_gpio()
3151 if (-1 != msp) in miro_pinnacle_gpio()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_iba7322.c1369 const struct qib_hwerror_msgs *msp) in err_decode() argument
1374 while (errs && msp && msp->mask) { in err_decode()
1375 multi = (msp->mask & (msp->mask - 1)); in err_decode()
1376 while (errs & msp->mask) { in err_decode()
1377 these = (errs & msp->mask); in err_decode()
1385 BUG_ON(!msp->sz); in err_decode()
1387 took = min_t(size_t, msp->sz - (size_t)1, len); in err_decode()
1388 memcpy(msg, msp->msg, took); in err_decode()
1399 while (lmask & msp->mask) { in err_decode()
1408 ++msp; in err_decode()
/Linux-v4.19/drivers/media/pci/ngene/
Dngene.h864 u8 msp[4]; member
/Linux-v4.19/security/smack/
Dsmack_lsm.c3214 struct smack_known *msp = smack_of_ipc(isp); in smk_curacc_msq() local
3222 rc = smk_curacc(msp, access, &ad); in smk_curacc_msq()
3223 rc = smk_bu_current("msq", msp, access, rc); in smk_curacc_msq()