| /linux/sound/soc/ux500/ |
| H A D | ux500_msp_i2s.c | 114 static void set_prot_desc_tx(struct ux500_msp *msp, in set_prot_desc_tx() argument 124 if (msp->def_elem_len) { in set_prot_desc_tx() 138 writel(temp_reg, msp->registers + MSP_TCF); in set_prot_desc_tx() 141 static void set_prot_desc_rx(struct ux500_msp *msp, in set_prot_desc_rx() argument 151 if (msp->def_elem_len) { in set_prot_desc_rx() 166 writel(temp_reg, msp->registers + MSP_RCF); in set_prot_desc_rx() 169 static int configure_protocol(struct ux500_msp *msp, in configure_protocol() argument 177 msp->def_elem_len = config->def_elem_len; in configure_protocol() 180 dev_err(msp->dev, "%s: ERROR: Invalid protocol!\n", in configure_protocol() 191 dev_err(msp->dev, in configure_protocol() [all …]
|
| H A D | ux500_msp_dai.c | 392 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup() 401 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup() 408 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup() 437 if (ux500_msp_i2s_close(drvdata->msp, in ux500_msp_dai_shutdown() 469 ret = ux500_msp_i2s_open(drvdata->msp, &msp_config); in ux500_msp_dai_prepare() 478 (drvdata->msp->f_bitclk > 19200000)) { in ux500_msp_dai_prepare() 648 (int)drvdata->msp->id, cmd); in ux500_msp_dai_trigger() 650 ret = ux500_msp_i2s_trigger(drvdata->msp, cmd, substream->stream); in ux500_msp_dai_trigger() 673 playback_dma_data->addr = drvdata->msp->tx_rx_addr; in ux500_msp_dai_of_probe() 674 capture_dma_data->addr = drvdata->msp->tx_rx_addr; in ux500_msp_dai_of_probe() [all …]
|
| H A D | Makefile | 4 snd-soc-ux500-plat-msp-i2s-y := 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 D | ux500_msp_i2s.h | 480 struct ux500_msp *msp); 481 int ux500_msp_i2s_open(struct ux500_msp *msp, struct ux500_msp_config *config); 482 int ux500_msp_i2s_close(struct ux500_msp *msp, 484 int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd,
|
| H A D | ux500_msp_dai.h | 47 struct ux500_msp *msp; member
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | ux500-msp.txt | 4 - 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 D | ux500-mop500.txt | 22 msp1: msp@80124000 { 23 compatible = "stericsson,ux500-msp-i2s"; 29 msp3: msp@80125000 { 30 compatible = "stericsson,ux500-msp-i2s";
|
| /linux/drivers/pci/hotplug/ |
| H A D | shpchp_ctrl.c | 195 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/arch/arm/boot/dts/st/ |
| H A D | ste-href.dtsi | 224 msp0: msp@80123000 { 230 msp1: msp@80124000 { 236 msp2: msp@80117000 { 241 msp3: msp@80125000 {
|
| H A D | ste-dbx5x0.dtsi | 1079 msp0: msp@80123000 { 1080 compatible = "stericsson,ux500-msp-i2s"; 1090 clock-names = "msp", "apb_pclk"; 1096 msp1: msp@80124000 { 1097 compatible = "stericsson,ux500-msp-i2s"; 1107 clock-names = "msp", "apb_pclk"; 1114 msp2: msp@80117000 { 1115 compatible = "stericsson,ux500-msp-i2s"; 1126 clock-names = "msp", "apb_pclk"; 1132 msp3: msp@80125000 { [all …]
|
| H A D | ste-snowball.dts | 181 msp0: msp@80123000 { 187 msp1: msp@80124000 { 193 msp2: msp@80117000 { 198 msp3: msp@80125000 {
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 2623 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, in mv643xx_eth_conf_mbus_windows() argument 2626 void __iomem *base = msp->base; in mv643xx_eth_conf_mbus_windows() 2654 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows() 2657 static void infer_hw_params(struct mv643xx_eth_shared_private *msp) in infer_hw_params() argument 2664 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG); in infer_hw_params() 2665 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000) in infer_hw_params() 2666 msp->extended_rx_coal_limit = 1; in infer_hw_params() 2668 msp->extended_rx_coal_limit = 0; in infer_hw_params() 2675 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED); in infer_hw_params() 2676 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) { in infer_hw_params() [all …]
|
| /linux/arch/m68k/kernel/ |
| H A D | sun3-head.S | 74 movc %d0,%msp
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 1859 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_create_sq_rdy() local 1866 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_create_sq_rdy() 1867 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_create_sq_rdy() 1869 msp.qos_update = true; in mlx5e_create_sq_rdy() 1870 msp.qos_queue_group_id = qos_queue_group_id; in mlx5e_create_sq_rdy() 1872 err = mlx5e_modify_sq(mdev, *sqn, &msp); in mlx5e_create_sq_rdy() 2501 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_set_sq_maxrate() local 2528 msp.curr_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate() 2529 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate() 2530 msp.rl_index = rl_index; in mlx5e_set_sq_maxrate() [all …]
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 3065 int id,msp,gpio; in miro_pinnacle_gpio() local 3071 msp = bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx"); in miro_pinnacle_gpio() 3087 if (-1 != msp) { in miro_pinnacle_gpio() 3097 (-1 == msp) ? "no" : "yes"); in miro_pinnacle_gpio() 3137 if (-1 != msp) in miro_pinnacle_gpio()
|
| /linux/drivers/media/pci/ngene/ |
| H A D | ngene.h | 806 u8 msp[4]; member
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 3364 struct smack_known *msp = smack_of_ipc(isp); in smk_curacc_msq() local 3372 rc = smk_curacc(msp, access, &ad); in smk_curacc_msq() 3373 rc = smk_bu_current("msq", msp, access, rc); in smk_curacc_msq()
|
| /linux/ |
| H A D | .mailmap | 512 Markus Schneider-Pargmann <msp@baylibre.com> <mpa@pengutronix.de>
|
| H A D | MAINTAINERS | 15626 M: Markus Schneider-Pargmann <msp@baylibre.com>
|