Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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()
260 struct minstrel_ht_sta_priv *msp = inode->i_private; in minstrel_ht_stats_csv_open() local
261 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_stats_csv_open()
267 if (!msp->is_ht) { in minstrel_ht_stats_csv_open()
268 inode->i_private = &msp->legacy; in minstrel_ht_stats_csv_open()
270 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()
1004 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_get_rate() local
1005 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_get_rate()
1012 if (!msp->is_ht) in minstrel_ht_get_rate()
1013 return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc); in minstrel_ht_get_rate()
1096 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_update_caps() local
1097 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_update_caps()
[all …]
/linux-4.1.27/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.1.27/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.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2607 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, in mv643xx_eth_conf_mbus_windows() argument
2610 void __iomem *base = msp->base; in mv643xx_eth_conf_mbus_windows()
2638 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows()
2641 static void infer_hw_params(struct mv643xx_eth_shared_private *msp) in infer_hw_params() argument
2648 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG); in infer_hw_params()
2649 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000) in infer_hw_params()
2650 msp->extended_rx_coal_limit = 1; in infer_hw_params()
2652 msp->extended_rx_coal_limit = 0; in infer_hw_params()
2659 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED); in infer_hw_params()
2660 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) { in infer_hw_params()
[all …]
/linux-4.1.27/arch/arm/boot/dts/
Dste-href.dtsi202 msp0: msp@80123000 {
208 msp1: msp@80124000 {
214 msp2: msp@80117000 {
219 msp3: msp@80125000 {
Dste-dbx5x0.dtsi940 msp0: msp@80123000 {
941 compatible = "stericsson,ux500-msp-i2s";
951 clock-names = "msp", "apb_pclk";
956 msp1: msp@80124000 {
957 compatible = "stericsson,ux500-msp-i2s";
967 clock-names = "msp", "apb_pclk";
973 msp2: msp@80117000 {
974 compatible = "stericsson,ux500-msp-i2s";
985 clock-names = "msp", "apb_pclk";
990 msp3: msp@80125000 {
[all …]
Dste-snowball.dts104 msp0: msp@80123000 {
110 msp1: msp@80124000 {
116 msp2: msp@80117000 {
121 msp3: msp@80125000 {
/linux-4.1.27/arch/m68k/kernel/
Dsun3-head.S73 movc %d0,%msp
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c838 struct mgs_send_param *msp) in mgc_set_mgs_param() argument
856 memcpy(req_msp, msp, sizeof(*req_msp)); in mgc_set_mgs_param()
864 memcpy(msp, rep_msp, sizeof(*rep_msp)); in mgc_set_mgs_param()
995 struct mgs_send_param *msp; in mgc_set_info_async() local
997 msp = (struct mgs_send_param *)val; in mgc_set_info_async()
998 rc = mgc_set_mgs_param(exp, msp); in mgc_set_info_async()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c641 struct mgs_send_param *msp; in ll_send_mgc_param() local
644 msp = kzalloc(sizeof(*msp), GFP_NOFS); in ll_send_mgc_param()
645 if (!msp) in ll_send_mgc_param()
648 strncpy(msp->mgs_param, string, MGS_PARAM_MAXLEN); in ll_send_mgc_param()
650 sizeof(struct mgs_send_param), msp, NULL); in ll_send_mgc_param()
653 OBD_FREE_PTR(msp); in ll_send_mgc_param()
/linux-4.1.27/arch/mn10300/include/asm/
Dgdb-stub.h83 u32 ssp, msp, usp, mcrh, mcrl, mcvf; member
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/media/pci/ngene/
Dngene.h847 u8 msp[4]; member
/linux-4.1.27/security/smack/
Dsmack_lsm.c2922 struct smack_known *msp = smack_of_msq(msq); in smk_curacc_msq() local
2930 rc = smk_curacc(msp, access, &ad); in smk_curacc_msq()
2931 rc = smk_bu_current("msq", msp, access, rc); in smk_curacc_msq()