/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A 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";
|
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";
|
/freebsd/sys/security/audit/ |
H A D | audit_pipe.c | 260 audit_pipe_entry_free(struct audit_pipe_entry *ape) in audit_pipe_entry_free() argument 263 free(ape->ape_record, M_AUDIT_PIPE_ENTRY); in audit_pipe_entry_free() 264 free(ape, M_AUDIT_PIPE_ENTRY); in audit_pipe_entry_free() 460 struct audit_pipe_entry *ape; in audit_pipe_append() local 470 ape = malloc(sizeof(*ape), M_AUDIT_PIPE_ENTRY, M_NOWAIT | M_ZERO); in audit_pipe_append() 471 if (ape == NULL) { in audit_pipe_append() 477 ape->ape_record = malloc(record_len, M_AUDIT_PIPE_ENTRY, M_NOWAIT); in audit_pipe_append() 478 if (ape->ape_record == NULL) { in audit_pipe_append() 479 free(ape, M_AUDIT_PIPE_ENTRY); in audit_pipe_append() 485 bcopy(record, ape->ape_record, record_len); in audit_pipe_append() [all …]
|
/freebsd/sys/contrib/device-tree/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
|
H A D | brcm,iproc-i2c.txt | 29 - brcm,ape-hsls-addr-mask: 31 'APE' co-processor. Value must be unsigned, 32-bit
|
/freebsd/sys/contrib/device-tree/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 */
|
/freebsd/sys/contrib/device-tree/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";
|
/freebsd/bin/sh/tests/execution/ |
H A D | shellproc7.0 | 2 # used by https://justine.lol/ape.html
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | nvidia,tegra210-adma.txt | 4 between system memory and the Audio Processing Engine (APE).
|
H A D | nvidia,tegra210-adma.yaml | 11 between system memory and the Audio Processing Engine (APE).
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ab8500.txt | 63 : ID_WAKEUP_F : v-ape : 247 v-ape-supply = <&db8500_vape_reg>;
|
H A D | stericsson,ab8500.yaml | 229 v-ape-supply: true 248 - v-ape-supply
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 679 * Check for APE firmware, set flags, and print version info. 687 /* Check for a valid APE signature in shared memory. */ in bge_ape_read_fw_ver() 694 /* Check if APE firmware is running. */ in bge_ape_read_fw_ver() 697 device_printf(sc->bge_dev, "APE signature found " in bge_ape_read_fw_ver() 704 /* Fetch the APE firmware type and version. */ in bge_ape_read_fw_ver() 716 /* Print the APE firmware version. */ in bge_ape_read_fw_ver() 717 device_printf(sc->bge_dev, "APE FW version: %s v%d.%d.%d.%d\n", in bge_ape_read_fw_ver() 763 /* Lock required when accessing certain APE memory. */ in bge_ape_lock() 793 device_printf(sc->bge_dev, "APE lock %d request failed! " in bge_ape_lock() 856 * Send an event to the APE firmware. [all …]
|
H A D | if_bgereg.h | 2096 /* BAR1 (APE) Register Definitions */ 2111 /* APE Shared Memory block (writable by APE only) */ 2194 /* APE Mutex Resources */ 2814 /* BAR2 APE register access macros. */ 2950 struct resource *bge_res2; /* APE mapped I/O */
|
/freebsd/sys/contrib/device-tree/src/arm/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>;
|
H A D | ste-ab8505.dtsi | 199 v-ape-supply = <&db8500_vape_reg>;
|
H A D | ste-ab8500.dtsi | 231 v-ape-supply = <&db8500_vape_reg>;
|
/freebsd/stand/forth/ |
H A D | menu.rc | 46 set mainmenu_caption[3]="[Esc]ape to loader prompt"
|
/freebsd/stand/lua/ |
H A D | menu.lua | 315 name = color.highlight("Esc") .. "ape to loader prompt",
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_clk_per.c | 459 GATE(APE, "ape", "clk_m", Y(6)),
|
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/ |
H A D | stingray.dtsi | 713 brcm,ape-hsls-addr-mask = <0x03400000>;
|