Home
last modified time | relevance | path

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

/rk3399_ARM-atf/docs/plat/marvell/armada/misc/
H A 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 */
H A 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 */
H A 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*/
H A 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
/rk3399_ARM-atf/lib/zlib/
H A 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()
H A 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 …]
H A Dinflate.h100 unsigned char FAR *window; /* allocated sliding window, if needed */ member
H A Dzlib.h1814 unsigned char FAR *window,
1828 # define z_inflateBackInit(strm, windowBits, window) \ argument
1829 inflateBackInit_((strm), (windowBits), (window), \
1842 # define inflateBackInit(strm, windowBits, window) \ argument
1843 inflateBackInit_((strm), (windowBits), (window), \
/rk3399_ARM-atf/docs/about/
H A Drelease-information.rst14 the integration branch during the merge window.
H A Dlts.rst133 pre-defined window. The platform maintainer will complete the testing and provide
/rk3399_ARM-atf/docs/plat/
H A Dhikey960.rst82 - Install ser2net. Use telnet as the console since UEFI will output window
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A 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.
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst371 | | until the next upgrade. The upgrade window is typically |
373 | | over the past 4 years). This reduces the window of |
481 | | detected quickly, making the window of opportunity for |
/rk3399_ARM-atf/docs/components/
H A Dsecure-partition-manager-mm.rst625 available to the Secure Partition during a specific time window: from the first
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst233 CLCD window of the FVP.