| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/ |
| D | nvidia,tegra210-aconnect.txt | 4 components inside the Audio Processing Engine (APE). All CPU accesses to 5 the APE subsystem go through the ACONNECT via an APB to AXI wrapper. 9 - clocks: Must contain the entries for the APE clock (TEGRA210_CLK_APE), 10 and APE interface clock (TEGRA210_CLK_APB2APE). 11 - clock-names: Must contain the names "ape" and "apb2ape" for the corresponding 29 clock-names = "ape", "apb2ape";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/ |
| 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";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| 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
|
| /kernel/linux/linux-5.10/include/dt-bindings/memory/ |
| 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 */
|
| 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 */
|
| /kernel/linux/linux-6.6/include/dt-bindings/memory/ |
| 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 */
|
| 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 */
|
| /kernel/linux/linux-5.10/drivers/bus/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/bus/ |
| 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | ux500-mop500.txt | 26 v-ape-supply = <&db8500_vape_reg>; 33 v-ape-supply = <&db8500_vape_reg>;
|
| D | ux500-msp.txt | 29 v-ape-supply = <&db8500_vape_reg>; 36 v-ape-supply = <&db8500_vape_reg>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | ux500-mop500.txt | 26 v-ape-supply = <&db8500_vape_reg>; 33 v-ape-supply = <&db8500_vape_reg>;
|
| D | ux500-msp.txt | 29 v-ape-supply = <&db8500_vape_reg>; 36 v-ape-supply = <&db8500_vape_reg>;
|
| D | nvidia,tegra-audio-graph-card.yaml | 49 - description: APE read memory client 50 - description: APE write memory client 92 label = "jetson-tx1-ape";
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
| 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 */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
| 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 */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| D | brcm,iproc-i2c.txt | 29 - brcm,ape-hsls-addr-mask: 31 'APE' co-processor. Value must be unsigned, 32-bit
|
| /kernel/linux/linux-6.6/include/linux/mfd/ |
| 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 */
|
| /kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
| 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()
|
| /kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
| D | q6asm-dai.c | 726 struct snd_dec_ape *ape; in __q6asm_dai_compr_set_codec_params() local 856 ape = &codec_options->ape_d; in __q6asm_dai_compr_set_codec_params() 862 ape_cfg.compatible_version = ape->compatible_version; in __q6asm_dai_compr_set_codec_params() 863 ape_cfg.compression_level = ape->compression_level; in __q6asm_dai_compr_set_codec_params() 864 ape_cfg.format_flags = ape->format_flags; in __q6asm_dai_compr_set_codec_params() 865 ape_cfg.blocks_per_frame = ape->blocks_per_frame; in __q6asm_dai_compr_set_codec_params() 866 ape_cfg.final_frame_blocks = ape->final_frame_blocks; in __q6asm_dai_compr_set_codec_params() 867 ape_cfg.total_frames = ape->total_frames; in __q6asm_dai_compr_set_codec_params() 868 ape_cfg.seek_table_present = ape->seek_table_present; in __q6asm_dai_compr_set_codec_params() 874 dev_err(dev, "APE CMD Format block failed:%d\n", ret); in __q6asm_dai_compr_set_codec_params()
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| 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 552 /* PRCMU QoS APE OPP class */
|
| /kernel/linux/linux-6.6/drivers/macintosh/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/macintosh/ |
| D | macio-adb.c | 58 #define APE 1 /* autopoll enable */ macro 119 out_8(&adb->autopoll.r, APE); in macio_init() 141 out_8(&adb->autopoll.r, devs? APE: 0); in macio_adb_autopoll()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-hsi | 8 engines (APE) with cellular modem engines (CMT) in cellular
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-hsi | 8 engines (APE) with cellular modem engines (CMT) in cellular
|