Home
last modified time | relevance | path

Searched full:asp (Results 1 – 25 of 72) sorted by relevance

123

/linux/drivers/parisc/
H A Dasp.c3 * ASP Device Driver
22 #define ASP_VER_OFFSET 0x20 /* offset of ASP version */
28 static struct gsc_asic asp; variable
62 * Status / LED are at 0xf080xxxx and Asp special registers are at
63 * 0xf082fxxx. PDC only tells us that Asp is at 0xf082f000, so for
74 asp.version = gsc_readb(dev->hpa.start + ASP_VER_OFFSET) & 0xf; in asp_init_chip()
75 asp.name = (asp.version == 1) ? "Asp" : "Cutoff"; in asp_init_chip()
76 asp.hpa = ASP_INTERRUPT_ADDR; in asp_init_chip()
79 asp.name, asp.version, (unsigned long)dev->hpa.start); in asp_init_chip()
81 /* the IRQ ASP should use */ in asp_init_chip()
[all …]
H A DMakefile8 # - asp and wax before the EISA adapters for the IRQ regions
18 obj-$(CONFIG_GSC_LASI) += lasi.o asp.o
/linux/sound/soc/codecs/
H A Dcs42l73.h29 #define CS42L73_ASPC 0x0E /* Audio Serial Port (ASP) Control. */
30 #define CS42L73_ASPMMCC 0x0F /* ASP Master Mode Clocking Control. */
72 #define CS42L73_HLAASPAA 0x39 /* HP/LO Left Mixer: ASP L */
73 #define CS42L73_HLBASPBA 0x3A /* HP/LO Right Mixer: ASP R */
80 #define CS42L73_XSPAASPAA 0x41 /* XSP Left Mixer: ASP L */
81 #define CS42L73_XSPAASPBA 0x42 /* XSP Rt. Mixer: ASP R */
84 #define CS42L73_ASPAIPAA 0x45 /* ASP Left Mixer: Left */
85 #define CS42L73_ASPBIPBA 0x46 /* ASP Rt. Mixer: Right */
86 #define CS42L73_ASPAXSPAA 0x47 /* ASP Left Mixer: XSP L */
87 #define CS42L73_ASPBXSPBA 0x48 /* ASP Rt. Mixer: XSP R */
[all …]
H A Dcs35l41.c253 static const char * const cs35l41_pcm_source_texts[] = {"ASP", "DSP"};
582 SND_SOC_DAPM_MUX("ASP TX1 Source", SND_SOC_NOPM, 0, 0, &asp_tx1_mux),
583 SND_SOC_DAPM_MUX("ASP TX2 Source", SND_SOC_NOPM, 0, 0, &asp_tx2_mux),
584 SND_SOC_DAPM_MUX("ASP TX3 Source", SND_SOC_NOPM, 0, 0, &asp_tx3_mux),
585 SND_SOC_DAPM_MUX("ASP TX4 Source", SND_SOC_NOPM, 0, 0, &asp_tx4_mux),
601 {"ASP TX1 Source", "VMON", "VMON ADC"},
602 {"ASP TX1 Source", "IMON", "IMON ADC"},
603 {"ASP TX1 Source", "VPMON", "VPMON ADC"},
604 {"ASP TX1 Source", "VBSTMON", "VBSTMON ADC"},
605 {"ASP TX
[all...]
H A Dcs42l73.c418 SOC_DOUBLE_R_TLV("XSP-ASP Volume",
425 SOC_DOUBLE_R_TLV("ASP-IP Volume",
428 SOC_DOUBLE_R_TLV("ASP-XSP Volume",
431 SOC_DOUBLE_R_TLV("ASP-ASP Volume",
434 SOC_DOUBLE_R_TLV("ASP-VSP Volume",
444 SOC_DOUBLE_R_TLV("VSP-ASP Volume",
457 SOC_DOUBLE_R_TLV("HL-ASP Volume",
468 SOC_SINGLE_TLV("SPK-ASP Mono Volume",
477 SOC_SINGLE_TLV("ESL-ASP Mono Volume",
610 SND_SOC_DAPM_MUX("ESL-ASP Mux", SND_SOC_NOPM,
[all …]
H A Dcs43130.h54 #define CS43130_ASP_NUM_1 0x040010 /* ASP Numerator 1 */
55 #define CS43130_ASP_NUM_2 0x040011 /* ASP Numerator 2 */
56 #define CS43130_ASP_DEN_1 0x040012 /* ASP Denominator 1 */
57 #define CS43130_ASP_DEN_2 0x040013 /* ASP Denominator 2 */
58 #define CS43130_ASP_LRCK_HI_TIME_1 0x040014 /* ASP LRCK High Time 1 */
59 #define CS43130_ASP_LRCK_HI_TIME_2 0x040015 /* ASP LRCK High Time 2 */
60 #define CS43130_ASP_LRCK_PERIOD_1 0x040016 /* ASP LRCK Period 1 */
61 #define CS43130_ASP_LRCK_PERIOD_2 0x040017 /* ASP LRCK Period 2 */
62 #define CS43130_ASP_CLOCK_CONF 0x040018 /* ASP Clock Config */
63 #define CS43130_ASP_FRAME_CONF 0x040019 /* ASP Frame Config */
[all …]
H A Dcs40l50-codec.c32 /* ASP Config */
150 SND_SOC_DAPM_SUPPLY_S("ASP PLL", 0, SND_SOC_NOPM, 0, 0, cs40l50_clk_en,
158 { "ASP Playback", NULL, "ASP PLL" },
159 { "ASPRX1", NULL, "ASP Playback" },
160 { "ASPRX2", NULL, "ASP Playback" },
247 .stream_name = "ASP Playback",
H A Dcs42l43.c386 dev_dbg(priv->dev, "Forcing balanced channels on ASP\n"); in cs42l43_asp_hw_params()
498 dev_err(priv->dev, "Unsupported ASP mode 0x%x\n", in cs42l43_asp_set_fmt()
657 .name = "cs42l43-asp",
661 .stream_name = "ASP Capture",
668 .stream_name = "ASP Playback",
1942 { "ASP Playback", NULL, "PLL" },
1943 { "ASP Capture", NULL, "PLL" },
1976 { "ASP Capture", NULL, "ASPTX1" },
1977 { "ASP Capture", NULL, "ASPTX2" },
1978 { "ASP Captur
[all...]
H A Dcs53l30.h23 #define CS53L30_ASPCFG_CTL 0x0C /* ASP Config Control. */
158 /* R12 (0x0C) CS53L30_ASPCFG_CTL - ASP Configuration Control */
172 /* R13/R24 (0x0D/0x18) CS53L30_ASP_CTL1 & CS53L30_ASP_CTL2 - ASP Control 1~2 */
192 /* R14 (0x0E) ~ R17 (0x11) CS53L30_ASP_TDMTX_CTLx - ASP TDM TX Control 1~4 */
204 /* R18 (0x12) ~ R23 (0x17) CS53L30_ASP_TDMTX_ENx - ASP TDM TX Enable 1~6 */
H A Dcs48l32.h390 dev_err(_dai->component->dev, "ASP%d: " fmt, _dai->id, ##__VA_ARGS__)
392 dev_warn(_dai->component->dev, "ASP%d: " fmt, _dai->id, ##__VA_ARGS__)
394 dev_dbg(_dai->component->dev, "ASP%d: " fmt, _dai->id, ##__VA_ARGS__)
/linux/include/uapi/linux/
H A Dpsp-sfs.h24 * @blob: current level of base firmware for ASP and patch levels (input/output).
69 * ASP provides the current level of Base Firmware for the ASP
77 * ASP loads, verifies and executes the SFS package.
/linux/drivers/pci/hotplug/
H A Dshpchp_ctrl.c194 u8 flag, enum pci_bus_speed asp, enum pci_bus_speed bsp, in fix_bus_speed() argument
204 if (asp < bsp) { in fix_bus_speed()
206 bsp, asp); in fix_bus_speed()
212 if (asp < msp) { in fix_bus_speed()
213 if (bsp != asp) in fix_bus_speed()
214 rc = change_bus_speed(ctrl, pslot, asp); in fix_bus_speed()
234 enum pci_bus_speed asp, bsp, msp; in board_added() local
266 rc = shpchp_get_adapter_speed(p_slot, &asp); in board_added()
280 __func__, slots_not_empty, asp, in board_added()
283 rc = fix_bus_speed(ctrl, p_slot, slots_not_empty, asp, bsp, msp); in board_added()
/linux/Documentation/tee/
H A Damd-tee.rst40 | Generic TEE API | | ASP | Mailbox |
44 At the lowest level (in x86), the AMD Secure Processor (ASP) driver uses the
46 command buffer is opaque to the ASP driver. It's role is to submit commands to
89 [3] http://www.globalplatform.org/specificationsdevice.asp look for
/linux/drivers/net/ethernet/broadcom/asp2/
H A DMakefile1 obj-$(CONFIG_BCMASP) += bcm-asp.o
2 bcm-asp-objs := bcmasp.o bcmasp_intf.o bcmasp_ethtool.o
/linux/arch/powerpc/include/asm/
H A Dprocessor.h339 #define PPC_GET_DEXCR_ASPECT(tsk, asp) get_dexcr_prctl((tsk), (asp)) argument
340 #define PPC_SET_DEXCR_ASPECT(tsk, asp, val) set_dexcr_prctl((tsk), (asp), (val)) argument
342 int get_dexcr_prctl(struct task_struct *tsk, unsigned long asp);
343 int set_dexcr_prctl(struct task_struct *tsk, unsigned long asp, unsigned long val);
/linux/drivers/tty/serial/8250/
H A D8250_parisc.c3 * Serial Device Initialisation for Lasi/Asp/Wax/Dino
43 "Enable support for Wax, Lasi, Asp or Dino.\n", in serial_init_chip()
130 MODULE_DESCRIPTION("Serial Device Initialisation for Lasi/Asp/Wax/Dino");
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_bridge_cs35l56.c37 unsigned int rx_mask = 3; // ASP RX1, RX2 in asoc_sdw_bridge_cs35l56_asp_init()
38 unsigned int tx_mask = 3; // ASP TX1, TX2 in asoc_sdw_bridge_cs35l56_asp_init()
94 DAILINK_COMP_ARRAY(COMP_CODEC("cs42l43-codec", "cs42l43-asp")),
/linux/arch/powerpc/platforms/83xx/
H A DKconfig62 bool "Analogue & Micro ASP 834x"
65 This enables support for the Analogue & Micro ASP 83xx
/linux/arch/parisc/include/asm/
H A Dled.h23 #define DISPLAY_MODEL_OLD_ASP 0x7F /* faked: ASP style 8 x 1 bit LED (only very old ASP versions) */
/linux/sound/soc/ti/
H A DKconfig19 tristate "daVinci Audio Serial Port (ASP) or McBSP support"
23 Say Y or M here if you want audio support via daVinci ASP or McBSP.
24 The driver only implements the ASP support which is a subset of
H A DMakefile13 snd-soc-davinci-asp-y := davinci-i2s.o
19 obj-$(CONFIG_SND_SOC_DAVINCI_ASP) += snd-soc-davinci-asp.o
/linux/sound/hda/codecs/cirrus/
H A Dcs8409-tables.c72 { CS8409_PIN_ASP1_TRANSMITTER_A, 0x042120f0 }, /* ASP-1-TX */
73 { CS8409_PIN_ASP1_RECEIVER_A, 0x04a12050 }, /* ASP-1-RX */
74 { CS8409_PIN_ASP2_TRANSMITTER_A, 0x901000f0 }, /* ASP-2-TX */
80 { CS8409_PIN_ASP1_TRANSMITTER_A, 0x042120f0 }, /* ASP-1-TX */
81 { CS8409_PIN_ASP1_RECEIVER_A, 0x04a12050 }, /* ASP-1-RX */
82 { CS8409_PIN_ASP2_TRANSMITTER_A, 0x901000f0 }, /* ASP-2-TX */
283 { 0x24, 0x022210f0 }, /* ASP-1-TX-A */
284 { 0x25, 0x010240f0 }, /* ASP-1-TX-B */
285 { 0x34, 0x02a21050 }, /* ASP-1-RX */
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.c186 int dwmac5_safety_feat_config(void __iomem *ioaddr, unsigned int asp, in dwmac5_safety_feat_config() argument
202 if (!asp) in dwmac5_safety_feat_config()
237 if (asp <= 0x1) in dwmac5_safety_feat_config()
258 if (asp <= 0x2) in dwmac5_safety_feat_config()
268 void __iomem *ioaddr, unsigned int asp, in dwmac5_safety_feat_irq_status() argument
275 if (!asp) in dwmac5_safety_feat_irq_status()
H A Ddwmac5.h84 int dwmac5_safety_feat_config(void __iomem *ioaddr, unsigned int asp,
87 void __iomem *ioaddr, unsigned int asp,
/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs35l45.yaml46 cirrus,asp-sdout-hiz-ctrl:
146 cirrus,asp-sdout-hiz-ctrl = <(CS35L45_ASP_TX_HIZ_UNUSED |

123