Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/ux500/
H A 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 …]
H A 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 …]
H A 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
H A 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,
H A Dux500_msp_dai.h49 struct ux500_msp *msp; member
/OK3568_Linux_fs/kernel/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c123 struct minstrel_ht_sta_priv *msp = inode->i_private; in minstrel_ht_stats_open() local
124 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_stats_open()
130 if (!msp->is_ht) { in minstrel_ht_stats_open()
131 inode->i_private = &msp->legacy; in minstrel_ht_stats_open()
133 inode->i_private = msp; in minstrel_ht_stats_open()
273 struct minstrel_ht_sta_priv *msp = inode->i_private; in minstrel_ht_stats_csv_open() local
274 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_stats_csv_open()
280 if (!msp->is_ht) { in minstrel_ht_stats_csv_open()
281 inode->i_private = &msp->legacy; in minstrel_ht_stats_csv_open()
283 inode->i_private = msp; in minstrel_ht_stats_csv_open()
[all …]
H A Drc80211_minstrel_ht.c890 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_tx_status() local
891 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_tx_status()
900 if (!msp->is_ht) in minstrel_ht_tx_status()
902 &msp->legacy, st); in minstrel_ht_tx_status()
1299 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_get_rate() local
1300 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_get_rate()
1304 if (!msp->is_ht) in minstrel_ht_get_rate()
1305 return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc); in minstrel_ht_get_rate()
1392 struct minstrel_ht_sta_priv *msp = priv_sta; in minstrel_ht_update_caps() local
1393 struct minstrel_ht_sta *mi = &msp->ht; in minstrel_ht_update_caps()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A 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";
H A Dux500-mop500.txt22 msp1: msp@80124000 {
23 compatible = "stericsson,ux500-msp-i2s";
29 msp3: msp@80125000 {
30 compatible = "stericsson,ux500-msp-i2s";
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.c165 struct mlx5e_modify_sq_param msp = {}; in mlx5e_health_sq_to_ready() local
168 msp.curr_state = MLX5_SQC_STATE_ERR; in mlx5e_health_sq_to_ready()
169 msp.next_state = MLX5_SQC_STATE_RST; in mlx5e_health_sq_to_ready()
171 err = mlx5e_modify_sq(mdev, sqn, &msp); in mlx5e_health_sq_to_ready()
177 memset(&msp, 0, sizeof(msp)); in mlx5e_health_sq_to_ready()
178 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_health_sq_to_ready()
179 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_health_sq_to_ready()
181 err = mlx5e_modify_sq(mdev, sqn, &msp); in mlx5e_health_sq_to_ready()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2615 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, in mv643xx_eth_conf_mbus_windows() argument
2618 void __iomem *base = msp->base; in mv643xx_eth_conf_mbus_windows()
2646 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows()
2649 static void infer_hw_params(struct mv643xx_eth_shared_private *msp) in infer_hw_params() argument
2656 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG); in infer_hw_params()
2657 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000) in infer_hw_params()
2658 msp->extended_rx_coal_limit = 1; in infer_hw_params()
2660 msp->extended_rx_coal_limit = 0; in infer_hw_params()
2667 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED); in infer_hw_params()
2668 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) { in infer_hw_params()
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dste-href.dtsi204 msp0: msp@80123000 {
210 msp1: msp@80124000 {
216 msp2: msp@80117000 {
221 msp3: msp@80125000 {
H A Dste-dbx5x0.dtsi987 msp0: msp@80123000 {
988 compatible = "stericsson,ux500-msp-i2s";
998 clock-names = "msp", "apb_pclk";
1003 msp1: msp@80124000 {
1004 compatible = "stericsson,ux500-msp-i2s";
1014 clock-names = "msp", "apb_pclk";
1020 msp2: msp@80117000 {
1021 compatible = "stericsson,ux500-msp-i2s";
1032 clock-names = "msp", "apb_pclk";
1037 msp3: msp@80125000 {
[all …]
H A Dste-snowball.dts150 msp0: msp@80123000 {
156 msp1: msp@80124000 {
162 msp2: msp@80117000 {
167 msp3: msp@80125000 {
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dsun3-head.S74 movc %d0,%msp
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dservices22 msp 18/tcp # message send protocol
23 msp 18/udp # message send protocol
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1315 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_create_sq_rdy() local
1322 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_create_sq_rdy()
1323 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_create_sq_rdy()
1324 err = mlx5e_modify_sq(mdev, *sqn, &msp); in mlx5e_create_sq_rdy()
1765 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_set_sq_maxrate() local
1792 msp.curr_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate()
1793 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate()
1794 msp.rl_index = rl_index; in mlx5e_set_sq_maxrate()
1795 msp.rl_update = true; in mlx5e_set_sq_maxrate()
1796 err = mlx5e_modify_sq(mdev, sq->sqn, &msp); in mlx5e_set_sq_maxrate()
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A 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()
1386 took = min_t(size_t, msp->sz - (size_t)1, len); in err_decode()
1387 memcpy(msg, msp->msg, took); in err_decode()
1398 while (lmask & msp->mask) { in err_decode()
1407 ++msp; in err_decode()
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene.h854 u8 msp[4]; member
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c3122 struct smack_known *msp = smack_of_ipc(isp); in smk_curacc_msq() local
3130 rc = smk_curacc(msp, access, &ad); in smk_curacc_msq()
3131 rc = smk_bu_current("msq", msp, access, rc); in smk_curacc_msq()
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...