Home
last modified time | relevance | path

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

/linux-4.4.14/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.c397 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
406 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
413 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup()
442 if (ux500_msp_i2s_close(drvdata->msp, in ux500_msp_dai_shutdown()
474 ret = ux500_msp_i2s_open(drvdata->msp, &msp_config); in ux500_msp_dai_prepare()
483 (drvdata->msp->f_bitclk > 19200000)) { in ux500_msp_dai_prepare()
652 (int)drvdata->msp->id, cmd); in ux500_msp_dai_trigger()
654 ret = ux500_msp_i2s_trigger(drvdata->msp, cmd, substream->stream); in ux500_msp_dai_trigger()
677 playback_dma_data->addr = drvdata->msp->playback_dma_data.tx_rx_addr; in ux500_msp_dai_of_probe()
678 capture_dma_data->addr = drvdata->msp->capture_dma_data.tx_rx_addr; in ux500_msp_dai_of_probe()
[all …]
DMakefile3 snd-soc-ux500-plat-msp-i2s-objs := ux500_msp_dai.o ux500_msp_i2s.o
4 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-4.4.14/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.c702 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_tx_status() local
703 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_tx_status()
710 if (!msp->is_ht) in minstrel_ht_tx_status()
712 &msp->legacy, info); in minstrel_ht_tx_status()
1010 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_get_rate() local
1011 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_get_rate()
1018 if (!msp->is_ht) in minstrel_ht_get_rate()
1019 return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc); in minstrel_ht_get_rate()
1102 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_update_caps() local
1103 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_update_caps()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dux500-msp.txt4 - compatible :"stericsson,ux500-msp-i2s"
26 msp1: msp@80124000 {
27 compatible = "stericsson,ux500-msp-i2s";
33 msp3: msp@80125000 {
34 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-4.4.14/drivers/pci/hotplug/
Dshpchp_ctrl.c209 enum pci_bus_speed msp) in fix_bus_speed() argument
226 if (asp < msp) { in fix_bus_speed()
230 if (bsp != msp) in fix_bus_speed()
231 rc = change_bus_speed(ctrl, pslot, msp); in fix_bus_speed()
248 enum pci_bus_speed asp, bsp, msp; in board_added() local
287 msp = ctrl->pci_dev->subordinate->max_bus_speed; in board_added()
295 bsp, msp); in board_added()
297 rc = fix_bus_speed(ctrl, p_slot, slots_not_empty, asp, bsp, msp); in board_added()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2636 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, in mv643xx_eth_conf_mbus_windows() argument
2639 void __iomem *base = msp->base; in mv643xx_eth_conf_mbus_windows()
2667 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows()
2670 static void infer_hw_params(struct mv643xx_eth_shared_private *msp) in infer_hw_params() argument
2677 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG); in infer_hw_params()
2678 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000) in infer_hw_params()
2679 msp->extended_rx_coal_limit = 1; in infer_hw_params()
2681 msp->extended_rx_coal_limit = 0; in infer_hw_params()
2688 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED); in infer_hw_params()
2689 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) { in infer_hw_params()
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dste-href.dtsi202 msp0: msp@80123000 {
208 msp1: msp@80124000 {
214 msp2: msp@80117000 {
219 msp3: msp@80125000 {
Dste-dbx5x0.dtsi1126 msp0: msp@80123000 {
1127 compatible = "stericsson,ux500-msp-i2s";
1137 clock-names = "msp", "apb_pclk";
1142 msp1: msp@80124000 {
1143 compatible = "stericsson,ux500-msp-i2s";
1153 clock-names = "msp", "apb_pclk";
1159 msp2: msp@80117000 {
1160 compatible = "stericsson,ux500-msp-i2s";
1171 clock-names = "msp", "apb_pclk";
1176 msp3: msp@80125000 {
[all …]
Dste-snowball.dts111 msp0: msp@80123000 {
117 msp1: msp@80124000 {
123 msp2: msp@80117000 {
128 msp3: msp@80125000 {
/linux-4.4.14/arch/m68k/kernel/
Dsun3-head.S73 movc %d0,%msp
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c826 struct mgs_send_param *msp) in mgc_set_mgs_param() argument
844 memcpy(req_msp, msp, sizeof(*req_msp)); in mgc_set_mgs_param()
852 memcpy(msp, rep_msp, sizeof(*rep_msp)); in mgc_set_mgs_param()
978 struct mgs_send_param *msp; in mgc_set_info_async() local
980 msp = val; in mgc_set_info_async()
981 rc = mgc_set_mgs_param(exp, msp); in mgc_set_info_async()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddir.c637 struct mgs_send_param *msp; in ll_send_mgc_param() local
640 msp = kzalloc(sizeof(*msp), GFP_NOFS); in ll_send_mgc_param()
641 if (!msp) in ll_send_mgc_param()
644 strncpy(msp->mgs_param, string, MGS_PARAM_MAXLEN); in ll_send_mgc_param()
646 sizeof(struct mgs_send_param), msp, NULL); in ll_send_mgc_param()
649 kfree(msp); in ll_send_mgc_param()
/linux-4.4.14/arch/mn10300/include/asm/
Dgdb-stub.h83 u32 ssp, msp, usp, mcrh, mcrl, mcvf; member
/linux-4.4.14/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-4.4.14/drivers/media/pci/bt8xx/
Dbttv-cards.c3075 int id,msp,gpio; in miro_pinnacle_gpio() local
3081 msp = bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx"); in miro_pinnacle_gpio()
3097 if (-1 != msp) { in miro_pinnacle_gpio()
3107 (-1 == msp) ? "no" : "yes"); in miro_pinnacle_gpio()
3147 if (-1 != msp) in miro_pinnacle_gpio()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_iba7322.c1377 const struct qib_hwerror_msgs *msp) in err_decode() argument
1382 while (errs && msp && msp->mask) { in err_decode()
1383 multi = (msp->mask & (msp->mask - 1)); in err_decode()
1384 while (errs & msp->mask) { in err_decode()
1385 these = (errs & msp->mask); in err_decode()
1393 BUG_ON(!msp->sz); in err_decode()
1395 took = min_t(size_t, msp->sz - (size_t)1, len); in err_decode()
1396 memcpy(msg, msp->msg, took); in err_decode()
1407 while (lmask & msp->mask) { in err_decode()
1416 ++msp; in err_decode()
/linux-4.4.14/drivers/media/pci/ngene/
Dngene.h847 u8 msp[4]; member
/linux-4.4.14/security/smack/
Dsmack_lsm.c3197 struct smack_known *msp = smack_of_msq(msq); in smk_curacc_msq() local
3205 rc = smk_curacc(msp, access, &ad); in smk_curacc_msq()
3206 rc = smk_bu_current("msq", msp, access, rc); in smk_curacc_msq()