Searched refs:window (Results 1 – 13 of 13) sorted by relevance
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/misc/ |
A D | mvebu-iob.rst | 23 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 */
|
A D | mvebu-ccu.rst | 19 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 */
|
A D | mvebu-io-win.rst | 30 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*/
|
A D | mvebu-amb.rst | 9 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
|
/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | inffast.c | 66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local 93 window = state->window; 199 from = window; 218 from = window;
|
A D | inflate.c | 185 ZFREE(strm, state->window); 186 state->window = Z_NULL; 229 state->window = Z_NULL; 407 if (state->window == Z_NULL) { 1284 if (state->window != Z_NULL) ZFREE(strm, state->window); 1467 unsigned char FAR *window; local 1479 window = Z_NULL; 1483 if (window == Z_NULL) { 1499 if (window != Z_NULL) { 1501 zmemcpy(window, state->window, wsize); [all …]
|
A D | inflate.h | 99 unsigned char FAR *window; /* allocated sliding window, if needed */ member
|
A D | zlib.h | 1775 unsigned char FAR *window, 1789 # define z_inflateBackInit(strm, windowBits, window) \ argument 1790 inflateBackInit_((strm), (windowBits), (window), \ 1803 # define inflateBackInit(strm, windowBits, window) \ argument 1804 inflateBackInit_((strm), (windowBits), (window), \
|
/tf-a-ffa_el3_spmc/docs/about/ |
A D | release-information.rst | 14 the integration branch during the merge window.
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | hikey960.rst | 82 - Install ser2net. Use telnet as the console since UEFI will output window
|
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/ |
A D | build.rst | 97 for SRAM address range at BL31 execution stage with window target set to DRAM-0. 98 When Trusted OS activates LLC SRAM, the CCU window target is changed to SRAM.
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | secure-partition-manager-mm.rst | 632 available to the Secure Partition during a specific time window: from the first
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | firmware-design.rst | 218 CLCD window of the FVP.
|
Completed in 21 milliseconds