Home
last modified time | relevance | path

Searched full:ape (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dnvidia,tegra210-aconnect.txt4 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 Dnvidia,tegra210-aconnect.yaml11 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 Daudit_pipe.c260 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 Dbrcm,iproc-i2c.yaml32 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 Dbrcm,iproc-i2c.txt29 - 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 Dtegra186-mc.h55 /* 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 Dtegra194-mc.h55 /* 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 Dtegra234-mc.h347 /* Audio Processing (APE) engine read clients */
349 /* Audio Processing (APE) engine write clients */
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dux500-mop500.txt26 v-ape-supply = <&db8500_vape_reg>;
33 v-ape-supply = <&db8500_vape_reg>;
H A Dux500-msp.txt29 v-ape-supply = <&db8500_vape_reg>;
36 v-ape-supply = <&db8500_vape_reg>;
H A Dnvidia,tegra-audio-graph-card.yaml49 - description: APE read memory client
50 - description: APE write memory client
92 label = "jetson-tx1-ape";
/freebsd/bin/sh/tests/execution/
H A Dshellproc7.02 # used by https://justine.lol/ape.html
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dnvidia,tegra210-adma.txt4 between system memory and the Audio Processing Engine (APE).
H A Dnvidia,tegra210-adma.yaml11 between system memory and the Audio Processing Engine (APE).
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dab8500.txt63 : ID_WAKEUP_F : v-ape :
247 v-ape-supply = <&db8500_vape_reg>;
H A Dstericsson,ab8500.yaml229 v-ape-supply: true
248 - v-ape-supply
/freebsd/sys/dev/bge/
H A Dif_bge.c679 * 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 Dif_bgereg.h2096 /* 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 Dste-dbx5x0.dtsi1083 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 Dste-ab8505.dtsi199 v-ape-supply = <&db8500_vape_reg>;
H A Dste-ab8500.dtsi231 v-ape-supply = <&db8500_vape_reg>;
/freebsd/stand/forth/
H A Dmenu.rc46 set mainmenu_caption[3]="[Esc]ape to loader prompt"
/freebsd/stand/lua/
H A Dmenu.lua315 name = color.highlight("Esc") .. "ape to loader prompt",
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_clk_per.c459 GATE(APE, "ape", "clk_m", Y(6)),
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dstingray.dtsi713 brcm,ape-hsls-addr-mask = <0x03400000>;

12