Searched refs:extra (Results 1 – 14 of 14) sorted by relevance
/tf-a-ffa_el3_spmc/drivers/nxp/flexspi/nor/ |
A D | test_fspi.c | 27 void fspi_test(uint32_t fspi_test_addr, uint32_t size, int extra) in fspi_test() argument 59 xspi_write(fspi_test_addr, (void *)buffer, (size * 4 + extra)); in fspi_test() 61 xspi_ip_read(fspi_test_addr, buffer, (size * 4 + extra)); in fspi_test() 77 xspi_read((fspi_test_addr), buffer, (size * 4 + extra)); in fspi_test()
|
/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | inftrees.c | 56 const unsigned short FAR *extra; /* extra bits table to use */ local 183 base = extra = work; /* dummy value--not used */ 188 extra = lext; 193 extra = dext; 222 here.op = (unsigned char)(extra[work[sym] - match]);
|
A D | inflate.h | 107 unsigned extra; /* extra bits needed */ member
|
A D | inflate.c | 754 state->head->extra = Z_NULL; 1091 state->extra = (unsigned)(here.op) & 15; 1094 if (state->extra) { 1095 NEEDBITS(state->extra); 1096 state->length += BITS(state->extra); 1097 DROPBITS(state->extra); 1098 state->back += state->extra; 1131 if (state->extra) { 1132 NEEDBITS(state->extra); 1134 DROPBITS(state->extra); [all …]
|
A D | zlib.h | 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member
|
/tf-a-ffa_el3_spmc/include/drivers/nxp/flexspi/ |
A D | fspi_api.h | 121 void fspi_test(uint32_t fspi_test_addr, uint32_t size, int extra);
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | code-review-guidelines.rst | 71 meet your exact needs, go the extra mile and extend the code with the missing
|
A D | coding-guidelines.rst | 361 For example, extra padding may be introduced in |AArch32| systems if a struct
|
/tf-a-ffa_el3_spmc/fdts/ |
A D | stm32mp151.dtsi | 247 /* exti_pwr is an extra interrupt controller used for
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | xlat-tables-lib-v2-design.rst | 206 provides. This section just provides some extra details and clarifications.
|
/tf-a-ffa_el3_spmc/docs/threat_model/ |
A D | threat_model.rst | 271 | | boot firmware performs extra checks on |
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | firmware-design.rst | 1583 The linker scripts define some extra, optional symbols. They are not actually 2027 at least an extra page of memory, TF-A is able to work around coherency issues
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 939 - Updated ‘coreboot_get_memory_type’ API to take an extra argument as a 3948 - It is now possible to build TF-A without marking at least an extra page of
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | porting-guide.rst | 729 Trusted Board Boot. The function also reports extra information related
|
Completed in 32 milliseconds