Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 14 of 14) sorted by relevance

/tf-a-ffa_el3_spmc/drivers/nxp/flexspi/nor/
A Dtest_fspi.c27 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 Dinftrees.c56 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 Dinflate.h107 unsigned extra; /* extra bits needed */ member
A Dinflate.c754 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 Dzlib.h119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member
/tf-a-ffa_el3_spmc/include/drivers/nxp/flexspi/
A Dfspi_api.h121 void fspi_test(uint32_t fspi_test_addr, uint32_t size, int extra);
/tf-a-ffa_el3_spmc/docs/process/
A Dcode-review-guidelines.rst71 meet your exact needs, go the extra mile and extend the code with the missing
A Dcoding-guidelines.rst361 For example, extra padding may be introduced in |AArch32| systems if a struct
/tf-a-ffa_el3_spmc/fdts/
A Dstm32mp151.dtsi247 /* exti_pwr is an extra interrupt controller used for
/tf-a-ffa_el3_spmc/docs/components/
A Dxlat-tables-lib-v2-design.rst206 provides. This section just provides some extra details and clarifications.
/tf-a-ffa_el3_spmc/docs/threat_model/
A Dthreat_model.rst271 | | boot firmware performs extra checks on |
/tf-a-ffa_el3_spmc/docs/design/
A Dfirmware-design.rst1583 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 Dchange-log.rst939 - 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 Dporting-guide.rst729 Trusted Board Boot. The function also reports extra information related

Completed in 36 milliseconds