Home
last modified time | relevance | path

Searched refs:window (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-a-latest/docs/plat/marvell/armada/misc/
Dmvebu-iob.rst23 Array that includes the configuration of the windows. Every window/entry is
26 - Base address of the window
27 - Size of the window
28 - Target-ID of the window
48 {0x00000000f7000000, 0x0000000001000000, PEX1_TID}, /* PEX1_X1 window */
49 {0x00000000f8000000, 0x0000000001000000, PEX2_TID}, /* PEX2_X1 window */
50 {0x00000000f6000000, 0x0000000001000000, PEX0_TID}, /* PEX0_X4 window */
51 {0x00000000f9000000, 0x0000000001000000, NAND_TID} /* NAND window */
Dmvebu-ccu.rst19 Array that includes the configuration of the windows. Every window/entry is
22 - Base address of the window
23 - Size of the window
24 - Target-ID of the window
32 {0x00000000f2000000, 0x00000000e000000, IO_0_TID}, /* IO window */
Dmvebu-io-win.rst30 Array that include the configuration of the windows. Every window/entry is
33 - Base address of the window
34 - Size of the window
35 - Target-ID of the window
43 {0x00000000fe000000, 0x000000001f00000, PCIE_PORT_TID}, /* PCIe window 31Mb for PCIe port*/
44 {0x00000000ffe00000, 0x000000000100000, PCIE_REGS_TID}, /* PCI-REG window 64Kb for PCIe-reg*/
45 {0x00000000f6000000, 0x000000000100000, MCIPHY_TID}, /* MCI window 1Mb for PHY-reg*/
Dmvebu-amb.rst9 The Runit contains eight configurable windows. Each window defines a contiguous,
45 Array that include the configuration of the windows. Every window/entry is a
48 - Base address of the window
49 - Attribute of the window
/trusted-firmware-a-latest/lib/zlib/
Dinffast.c63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local
90 window = state->window; in inflate_fast()
196 from = window; in inflate_fast()
215 from = window; in inflate_fast()
Dinflate.c167 if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { in inflateReset2()
168 ZFREE(strm, state->window); in inflateReset2()
169 state->window = Z_NULL; in inflateReset2()
208 state->window = Z_NULL; in inflateInit2_()
375 if (state->window == Z_NULL) { in updatewindow()
376 state->window = (unsigned char FAR *) in updatewindow()
379 if (state->window == Z_NULL) return 1; in updatewindow()
391 zmemcpy(state->window, end - state->wsize, state->wsize); in updatewindow()
398 zmemcpy(state->window + state->wnext, end - copy, dist); in updatewindow()
401 zmemcpy(state->window, end - copy, copy); in updatewindow()
[all …]
Dinflate.h100 unsigned char FAR *window; /* allocated sliding window, if needed */ member
Dzlib.h1795 unsigned char FAR *window,
1809 # define z_inflateBackInit(strm, windowBits, window) \ argument
1810 inflateBackInit_((strm), (windowBits), (window), \
1823 # define inflateBackInit(strm, windowBits, window) \ argument
1824 inflateBackInit_((strm), (windowBits), (window), \
/trusted-firmware-a-latest/docs/about/
Drelease-information.rst14 the integration branch during the merge window.
/trusted-firmware-a-latest/docs/plat/
Dhikey960.rst82 - Install ser2net. Use telnet as the console since UEFI will output window
/trusted-firmware-a-latest/docs/plat/marvell/armada/
Dbuild.rst99 for SRAM address range at BL31 execution stage with window target set to DRAM-0.
100 When Trusted OS activates LLC SRAM, the CCU window target is changed to SRAM.
/trusted-firmware-a-latest/docs/components/
Dsecure-partition-manager-mm.rst625 available to the Secure Partition during a specific time window: from the first
/trusted-firmware-a-latest/docs/design/
Dfirmware-design.rst233 CLCD window of the FVP.