/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | nvidia,tegra210-aconnect.yaml | 11 components inside the Audio Processing Engine (APE). All CPU accesses to 12 the APE subsystem go through the ACONNECT via an APB to AXI wrapper. All 31 - description: Must contain the entry for APE clock 32 - description: Must contain the entry for APE interface clock 36 - const: ape 73 clock-names = "ape", "apb2ape";
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | brcm,iproc-i2c.yaml | 32 brcm,ape-hsls-addr-mask: 34 description: Host view of address mask into the 'APE' co-processor 45 - brcm,ape-hsls-addr-mask
|
/openbmc/linux/include/dt-bindings/memory/ |
H A D | tegra186-mc.h | 55 /* APE DMA clients */ 65 /* APE DMA clients */ 68 /* camera RTCPU running on APE */ 181 /* Audio Processing (APE) engine reads */ 183 /* Audio Processing (APE) engine writes */
|
H A D | tegra194-mc.h | 55 /* APE DMA clients */ 65 /* APE DMA clients */ 68 /* camera RTCPU running on APE */ 201 /* Audio Processing (APE) engine read clients */ 203 /* Audio Processing (APE) engine write clients */
|
H A D | tegra234-mc.h | 347 /* Audio Processing (APE) engine read clients */ 349 /* Audio Processing (APE) engine write clients */
|
/openbmc/linux/drivers/bus/ |
H A D | tegra-aconnect.c | 34 aconnect->ape_clk = devm_clk_get(&pdev->dev, "ape"); in tegra_aconnect_probe() 36 dev_err(&pdev->dev, "Can't retrieve ape clock\n"); in tegra_aconnect_probe() 70 dev_err(dev, "ape clk_enable failed: %d\n", ret); in tegra_aconnect_runtime_resume()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | ux500-mop500.txt | 26 v-ape-supply = <&db8500_vape_reg>; 33 v-ape-supply = <&db8500_vape_reg>;
|
H A D | ux500-msp.txt | 29 v-ape-supply = <&db8500_vape_reg>; 36 v-ape-supply = <&db8500_vape_reg>;
|
H A D | nvidia,tegra-audio-graph-card.yaml | 49 - description: APE read memory client 50 - description: APE write memory client 92 label = "jetson-tx1-ape";
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_fw_hdr.h | 60 CODE_MUSTANG, /* 11 - I2C Error reporting APE firmwares 67 CODE_APE_DIAG, /* 14 - APE Test Diag firmware */ 68 CODE_APE_PATCH, /* 15 - APE Patch firmware */
|
/openbmc/linux/include/linux/mfd/ |
H A D | dbx500-prcmu.h | 111 * enum ape_opp - APE OPP states definition 113 * @APE_NO_CHANGE: The APE operating point is unchanged 114 * @APE_100_OPP: The new APE operating point is ape100opp 553 /* PRCMU QoS APE OPP class */
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 712 struct snd_dec_ape *ape; in __q6asm_dai_compr_set_codec_params() local 842 ape = &codec_options->ape_d; in __q6asm_dai_compr_set_codec_params() 848 ape_cfg.compatible_version = ape->compatible_version; in __q6asm_dai_compr_set_codec_params() 849 ape_cfg.compression_level = ape->compression_level; in __q6asm_dai_compr_set_codec_params() 850 ape_cfg.format_flags = ape->format_flags; in __q6asm_dai_compr_set_codec_params() 851 ape_cfg.blocks_per_frame = ape->blocks_per_frame; in __q6asm_dai_compr_set_codec_params() 852 ape_cfg.final_frame_blocks = ape->final_frame_blocks; in __q6asm_dai_compr_set_codec_params() 853 ape_cfg.total_frames = ape->total_frames; in __q6asm_dai_compr_set_codec_params() 854 ape_cfg.seek_table_present = ape->seek_table_present; in __q6asm_dai_compr_set_codec_params() 860 dev_err(dev, "APE CMD Format block failed:%d\n", ret); in __q6asm_dai_compr_set_codec_params()
|
/openbmc/linux/drivers/macintosh/ |
H A D | macio-adb.c | 60 #define APE 1 /* autopoll enable */ macro 121 out_8(&adb->autopoll.r, APE); in macio_init() 143 out_8(&adb->autopoll.r, devs? APE: 0); in macio_adb_autopoll()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-hsi | 8 engines (APE) with cellular modem engines (CMT) in cellular
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_flat_memory.c | 169 * <ape>_Base[63:0] = { <ape>_Base_register[63:16], 0x0000 } 171 * <ape>_Limit[63:0] = { <ape>_Limit_register[63:16], 0xFFFF }
|
/openbmc/u-boot/doc/ |
H A D | README.drivers.eth | 14 own ethernet device driver. Here we will describe a new pseudo 'APE' driver. 67 sprintf(dev->name, "APE");
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | nvidia,tegra210-adma.yaml | 11 between system memory and the Audio Processing Engine (APE).
|
/openbmc/linux/drivers/acpi/ |
H A D | scan.c | 2678 static struct acpi_probe_entry *ape; variable 2685 if (!ape->subtable_valid || ape->subtable_valid(&header->common, ape)) in acpi_match_madt() 2686 if (!ape->probe_subtbl(header, end)) in acpi_match_madt() 2700 for (ape = ap_head; nr; ape++, nr--) { in __acpi_probe_device_table() 2701 if (ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) { in __acpi_probe_device_table() 2703 acpi_table_parse_madt(ape->type, acpi_match_madt, 0); in __acpi_probe_device_table() 2707 res = acpi_table_parse(ape->id, ape->probe_table); in __acpi_probe_device_table()
|
/openbmc/linux/drivers/clk/ux500/ |
H A D | clk-prcmu.c | 80 pr_err("clk_prcmu: %s fail req APE OPP for %s.\n", in clk_prcmu_opp_prepare() 123 pr_err("clk_prcmu: %s fail req APE OPP VOLT for %s.\n", in clk_prcmu_opp_volt_prepare()
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | stericsson,ab8500.yaml | 229 v-ape-supply: true 248 - v-ape-supply
|
/openbmc/linux/include/uapi/linux/hsi/ |
H A D | cs-protocol.h | 23 /* APE kernel <-> user space messages */
|
/openbmc/linux/drivers/input/serio/ |
H A D | hp_sdc_mlc.c | 272 /* Should not send command/data after engaging APE */ in hp_sdc_mlc_out() 275 /* Disengaging APE this way would not be valid either since in hp_sdc_mlc_out()
|
/openbmc/linux/drivers/mfd/ |
H A D | db8500-prcmu.c | 371 * @ape_opp: The current APE OPP. 900 * db8500_prcmu_set_ape_opp - set the appropriate APE OPP 901 * @opp: The new APE operating point to which transition is to be made 904 * This function sets the operating point of the APE. 949 * db8500_prcmu_get_ape_opp - get the current APE OPP 951 * Returns: the current APE OPP 959 * db8500_prcmu_request_ape_opp_100_voltage - Request APE OPP 100% voltage 2711 REGULATOR_SUPPLY("v-ape", NULL), 2724 REGULATOR_SUPPLY("v-ape", "ab8500-usb.0"), 2729 REGULATOR_SUPPLY("v-ape", "nmk-ske-keypad.0"),
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-ab8500-usb.c | 179 dev_err(ab->dev, "Failed to enable v-ape\n"); in ab8500_usb_regulator_enable() 713 ab->v_ape = devm_regulator_get(ab->dev, "v-ape"); in ab8500_usb_regulator_get() 715 dev_err(ab->dev, "Could not get v-ape supply\n"); in ab8500_usb_regulator_get()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-dbx5x0.dtsi | 1083 v-ape-supply = <&db8500_vape_reg>; 1100 v-ape-supply = <&db8500_vape_reg>; 1118 v-ape-supply = <&db8500_vape_reg>; 1136 v-ape-supply = <&db8500_vape_reg>;
|