/linux-6.12.1/drivers/parisc/ |
D | asp.c | 3 * 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 …]
|
D | Makefile | 8 # - asp and wax before the EISA adapters for the IRQ regions 18 obj-$(CONFIG_GSC_LASI) += lasi.o asp.o
|
D | led.c | 92 #define LED_DATA_REG lcd_info.lcd_cmd_reg_addr /* LASI & ASP only */ 144 * led_ASP_driver() - LED driver for the ASP controller chip 394 * Only PDC-based, LASI- or ASP-style LEDs and LCDs are supported. 430 pr_info("led: LED (ASP-style) display at %#lx\n", in register_led_driver() 450 * info, then a LED might be detected by the LASI or ASP drivers later.
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | brcm,asp-v2.0.yaml | 4 $id: http://devicetree.org/schemas/net/brcm,asp-v2.0.yaml# 7 title: Broadcom ASP 2.0 Ethernet controller 20 - brcm,bcm74165b0-asp 21 - const: brcm,asp-v2.2 24 - brcm,bcm74165-asp 25 - const: brcm,asp-v2.1 28 - brcm,bcm72165-asp 29 - const: brcm,asp-v2.0 75 ASP Channel Number 92 ASP internal UniMAC MDIO bus [all …]
|
D | brcm,unimac-mdio.yaml | 25 - brcm,asp-v2.0-mdio 26 - brcm,asp-v2.1-mdio 27 - brcm,asp-v2.2-mdio
|
/linux-6.12.1/sound/soc/codecs/ |
D | cs42l73.h | 29 #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 …]
|
D | cs35l41.c | 252 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 TX1 Source", "DSPTX1", "DSP1"}, [all …]
|
D | cs42l73.c | 411 SOC_DOUBLE_R_TLV("XSP-ASP Volume", 418 SOC_DOUBLE_R_TLV("ASP-IP Volume", 421 SOC_DOUBLE_R_TLV("ASP-XSP Volume", 424 SOC_DOUBLE_R_TLV("ASP-ASP Volume", 427 SOC_DOUBLE_R_TLV("ASP-VSP Volume", 437 SOC_DOUBLE_R_TLV("VSP-ASP Volume", 450 SOC_DOUBLE_R_TLV("HL-ASP Volume", 461 SOC_SINGLE_TLV("SPK-ASP Mono Volume", 470 SOC_SINGLE_TLV("ESL-ASP Mono Volume", 603 SND_SOC_DAPM_MUX("ESL-ASP Mux", SND_SOC_NOPM, [all …]
|
D | cs40l50-codec.c | 32 /* 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",
|
D | cs43130.h | 54 #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 …]
|
D | cs42l43.c | 394 dev_dbg(priv->dev, "Forcing balanced channels on ASP\n"); in cs42l43_asp_hw_params() 506 dev_err(priv->dev, "Unsupported ASP mode 0x%x\n", in cs42l43_asp_set_fmt() 665 .name = "cs42l43-asp", 669 .stream_name = "ASP Capture", 676 .stream_name = "ASP Playback", 1951 { "ASP Playback", NULL, "PLL" }, 1952 { "ASP Capture", NULL, "PLL" }, 1985 { "ASP Capture", NULL, "ASPTX1" }, 1986 { "ASP Capture", NULL, "ASPTX2" }, 1987 { "ASP Capture", NULL, "ASPTX3" }, [all …]
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | shpchp_ctrl.c | 194 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-6.12.1/Documentation/tee/ |
D | amd-tee.rst | 40 | 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-6.12.1/drivers/net/ethernet/broadcom/asp2/ |
D | Makefile | 1 obj-$(CONFIG_BCMASP) += bcm-asp.o 2 bcm-asp-objs := bcmasp.o bcmasp_intf.o bcmasp_ethtool.o
|
D | bcmasp.c | 3 * Broadcom STB ASP 2.0 Driver 966 /* ASP core initialization */ 1276 { .compatible = "brcm,asp-v2.0", .data = &v20_plat_data }, 1277 { .compatible = "brcm,asp-v2.1", .data = &v21_plat_data }, 1278 { .compatible = "brcm,asp-v2.2", .data = &v22_plat_data }, 1284 { .compatible = "brcm,asp-v2.2-mdio", }, 1285 { .compatible = "brcm,asp-v2.1-mdio", }, 1286 { .compatible = "brcm,asp-v2.0-mdio", }, 1359 return dev_err_probe(dev, ret, "failed to request ASP interrupt: %d", ret); in bcmasp_probe() 1364 /* ASP specific initialization, Needs to be done regardless of in bcmasp_probe() [all …]
|
/linux-6.12.1/sound/soc/sdw_utils/ |
D | soc_sdw_bridge_cs35l56.c | 37 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() 90 DAILINK_COMP_ARRAY(COMP_CODEC("cs42l43-codec", "cs42l43-asp")),
|
/linux-6.12.1/arch/powerpc/platforms/83xx/ |
D | Kconfig | 62 bool "Analogue & Micro ASP 834x" 65 This enables support for the Analogue & Micro ASP 83xx
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | led.h | 23 #define DISPLAY_MODEL_OLD_ASP 0x7F /* faked: ASP style 8 x 1 bit LED (only very old ASP versions) */
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | 8250_parisc.c | 3 * 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-6.12.1/arch/powerpc/include/asm/ |
D | processor.h | 339 #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-6.12.1/sound/soc/ti/ |
D | Kconfig | 19 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
|
D | Makefile | 13 snd-soc-davinci-asp-y := davinci-i2s.o 19 obj-$(CONFIG_SND_SOC_DAVINCI_ASP) += snd-soc-davinci-asp.o
|
/linux-6.12.1/drivers/accel/qaic/ |
D | qaic_control.c | 486 struct wire_addr_size_pair *asp; in encode_addr_size_pairs() local 500 *size -= sizeof(*asp); in encode_addr_size_pairs() 513 asp = (*out_trans)->data; in encode_addr_size_pairs() 521 asp->size = cpu_to_le64(dma_len); in encode_addr_size_pairs() 524 asp++; in encode_addr_size_pairs() 525 if ((void *)asp + sizeof(*asp) > boundary) { in encode_addr_size_pairs() 526 w->len = (void *)asp - (void *)&w->msg; in encode_addr_size_pairs() 532 asp = (struct wire_addr_size_pair *)&w->msg; in encode_addr_size_pairs() 535 asp->addr = cpu_to_le64(sg_dma_address(sg)); in encode_addr_size_pairs() 539 asp->size = cpu_to_le64(dma_len); in encode_addr_size_pairs() [all …]
|
/linux-6.12.1/sound/pci/hda/ |
D | patch_cs8409-tables.c | 72 { 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-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cirrus,cs35l45.yaml | 46 cirrus,asp-sdout-hiz-ctrl: 146 cirrus,asp-sdout-hiz-ctrl = <(CS35L45_ASP_TX_HIZ_UNUSED |
|