Searched refs:ac (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/common/ |
| H A D | fdt_fixup.c | 202 int ac, sc; in fdt_add_reserved_memory() local 205 ac = fdt_address_cells(dtb, 0); in fdt_add_reserved_memory() 212 fdt_setprop_u32(dtb, offs, "#address-cells", ac); in fdt_add_reserved_memory() 235 if (ac > 1) { in fdt_add_reserved_memory() 550 int ac, sc; in fdt_adjust_gic_redist() local 560 ac = fdt_address_cells(dtb, parent); in fdt_adjust_gic_redist() 562 if (ac < 0 || sc < 0) { in fdt_adjust_gic_redist() 567 if (ac == 1) { in fdt_adjust_gic_redist() 581 (ac + sc) * 4, in fdt_adjust_gic_redist() 582 val, ac * 4); in fdt_adjust_gic_redist() [all …]
|
| H A D | fdt_wrappers.c | 296 int ac, sc; in fdt_get_reg_props_by_index() local 304 ac = fdt_address_cells(dtb, parent); in fdt_get_reg_props_by_index() 307 cell = index * (ac + sc); in fdt_get_reg_props_by_index() 315 if (((cell + ac + sc) * (int)sizeof(uint32_t)) > len) { in fdt_get_reg_props_by_index() 320 *base = (uintptr_t)fdt_read_prop_cells(&prop[cell], ac); in fdt_get_reg_props_by_index() 324 *size = (size_t)fdt_read_prop_cells(&prop[cell + ac], sc); in fdt_get_reg_props_by_index()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/fconf/ |
| H A D | fconf_hw_config_getter.c | 333 int parent_ac, ac, sc, entry_len; in fconf_populate_pci_props() local 371 ac = fdt_address_cells(hw_config_dtb, node); in fconf_populate_pci_props() 374 entry_len = parent_ac + ac + sc; in fconf_populate_pci_props() 396 unsigned int cell = i * entry_len + ac; in fconf_populate_pci_props() 400 fdt_read_prop_cells(&ranges[cell], ac); in fconf_populate_pci_props()
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot_poc.rst | 235 M/TA: Digest : cf f9 7d a3 5c 73 ac cb 7b a0 25 80 6a 6e 50 a5 346 NOTICE: Digest : cf f9 7d a3 5c 73 ac cb 7b a0 25 80 6a 6e 50 a5
|
| H A D | rse.rst | 560 INFO: 1f ac d0 f3 b0 6e ca ae f7 9e 17 06 67 73 68 61
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 6153 …- enable FEAT_SME for FEAT_STATE_CHECKED ([45007ac](https://review.trustedfirmware.org/plugins/git…
|