Searched refs:window (Results 1 – 13 of 13) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/marvell/armada/misc/ |
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 */
|
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 */
|
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*/
|
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
|
/trusted-firmware-a-3.6.0-3.5.0/lib/zlib/ |
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;
|
D | inflate.c | 187 if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { 188 ZFREE(strm, state->window); 189 state->window = Z_NULL; 232 state->window = Z_NULL; 410 if (state->window == Z_NULL) { 411 state->window = (unsigned char FAR *) 414 if (state->window == Z_NULL) return 1; 426 zmemcpy(state->window, end - state->wsize, state->wsize); 433 zmemcpy(state->window + state->wnext, end - copy, dist); 436 zmemcpy(state->window, end - copy, copy); [all …]
|
D | inflate.h | 100 unsigned char FAR *window; /* allocated sliding window, if needed */ member
|
D | zlib.h | 1792 unsigned char FAR *window, 1806 # define z_inflateBackInit(strm, windowBits, window) \ argument 1807 inflateBackInit_((strm), (windowBits), (window), \ 1820 # define inflateBackInit(strm, windowBits, window) \ argument 1821 inflateBackInit_((strm), (windowBits), (window), \
|
/trusted-firmware-a-3.6.0-3.5.0/docs/about/ |
D | release-information.rst | 14 the integration branch during the merge window.
|
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/ |
D | hikey960.rst | 82 - Install ser2net. Use telnet as the console since UEFI will output window
|
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/marvell/armada/ |
D | build.rst | 99 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-3.6.0-3.5.0/docs/components/ |
D | secure-partition-manager-mm.rst | 632 available to the Secure Partition during a specific time window: from the first
|
/trusted-firmware-a-3.6.0-3.5.0/docs/design/ |
D | firmware-design.rst | 227 CLCD window of the FVP.
|