Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 35) sorted by relevance

12

/u-boot/board/advantech/imx8qm_rom7720_a1/
A Dimximage.cfg16 /* Add scfw image with exec attribute */
18 /* Add ATF image with exec attribute */
20 /* Add U-Boot image with load attribute */
/u-boot/board/toradex/apalis-imx8x/
A Dapalis-imx8x-imximage.cfg19 /* Add scfw image with exec attribute */
21 /* Add ATF image with exec attribute */
23 /* Add U-Boot image with load attribute */
/u-boot/board/toradex/apalis-imx8/
A Dapalis-imx8-imximage.cfg19 /* Add scfw image with exec attribute */
21 /* Add ATF image with exec attribute */
23 /* Add U-Boot image with load attribute */
/u-boot/board/toradex/colibri-imx8x/
A Dcolibri-imx8x-imximage.cfg19 /* Add scfw image with exec attribute */
21 /* Add ATF image with exec attribute */
23 /* Add U-Boot image with load attribute */
/u-boot/board/freescale/imx8qm_mek/
A Dimximage.cfg16 /* Add scfw image with exec attribute */
18 /* Add ATF image with exec attribute */
/u-boot/include/linux/
A Dmbus.h64 unsigned int attribute,
67 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute,
/u-boot/board/siemens/capricorn/
A Dimximage.cfg19 /* Add scfw image with exec attribute */
21 /* Add ATF image with exec attribute */
/u-boot/board/freescale/imx8qxp_mek/
A Dimximage.cfg19 /* Add scfw image with exec attribute */
21 /* Add ATF image with exec attribute */
/u-boot/doc/device-tree-bindings/usb/
A Dgeneric.txt12 "peripheral" and "otg". In case this attribute isn't
21 This is an attribute to a USB controller such as:
/u-boot/cmd/
A Defi.c178 if (desc->attribute & EFI_MEMORY_RUNTIME) in efi_print_mem_table()
180 printf("%llx", desc->attribute & ~EFI_MEMORY_RUNTIME); in efi_print_mem_table()
184 if (attr_seen[i] == desc->attribute) in efi_print_mem_table()
188 attr_seen[attr_seen_count++] = desc->attribute; in efi_print_mem_table()
/u-boot/arch/arm/mach-mvebu/
A Dmbus.c381 unsigned int attribute, in mvebu_mbus_add_window_remap_by_id() argument
387 if (!mvebu_mbus_window_conflicts(s, base, size, target, attribute)) { in mvebu_mbus_add_window_remap_by_id()
389 target, attribute); in mvebu_mbus_add_window_remap_by_id()
393 return mvebu_mbus_alloc_window(s, base, size, remap, target, attribute); in mvebu_mbus_add_window_remap_by_id()
396 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute, in mvebu_mbus_add_window_by_id() argument
399 return mvebu_mbus_add_window_remap_by_id(target, attribute, base, in mvebu_mbus_add_window_by_id()
/u-boot/lib/efi_loader/
A Defi_console.c63 .attribute = 0,
434 unsigned long attribute) in efi_cout_set_attribute() argument
436 unsigned int bold = EFI_ATTR_BOLD(attribute); in efi_cout_set_attribute()
437 unsigned int fg = EFI_ATTR_FG(attribute); in efi_cout_set_attribute()
438 unsigned int bg = EFI_ATTR_BG(attribute); in efi_cout_set_attribute()
440 EFI_ENTRY("%p, %lx", this, attribute); in efi_cout_set_attribute()
442 efi_con_mode.attribute = attribute; in efi_cout_set_attribute()
443 if (attribute) in efi_cout_set_attribute()
526 efi_con_mode.attribute = 0x07; in efi_cout_reset()
A Defi_memory.c133 (prev->attribute == cur->attribute)) { in efi_mem_sort()
271 newlist->desc.attribute = EFI_MEMORY_WB | EFI_MEMORY_RUNTIME; in efi_add_memory_map_pg()
274 newlist->desc.attribute = EFI_MEMORY_RUNTIME; in efi_add_memory_map_pg()
277 newlist->desc.attribute = EFI_MEMORY_WB; in efi_add_memory_map_pg()
A Defi_file.c501 info->attribute |= EFI_FILE_DIRECTORY; in dir_read()
807 info->attribute |= EFI_FILE_DIRECTORY; in efi_file_getinfo()
888 if (!fh->isdir != !(info->attribute & EFI_FILE_DIRECTORY)) { in efi_file_setinfo()
A Defi_capsule.c764 if (!(dirent->attribute & EFI_FILE_DIRECTORY)) in efi_capsule_scan_dir()
788 if (!(dirent->attribute & EFI_FILE_DIRECTORY) && in efi_capsule_scan_dir()
/u-boot/lib/efi_selftest/
A Defi_selftest_set_virtual_address_map.c155 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()
163 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()
A Defi_selftest_loadimage.c70 .attribute = EFI_FILE_READ_ONLY,
/u-boot/scripts/
A DMakefile.extrawarn23 warning-1 += -Wmissing-format-attribute
/u-boot/drivers/ata/
A Dfsl_sata.h170 __le32 attribute; /* the attribute of command */ member
/u-boot/include/
A Defi.h217 u64 attribute; member
A Defi_api.h665 s32 attribute; member
727 unsigned long attribute);
1671 u64 attribute; member
/u-boot/doc/
A DREADME.unaligned-memory-access.txt125 structure type. This GCC-specific attribute tells the compiler never to
129 You might be inclined to believe that usage of this attribute can easily
135 non-packed case, so the packed attribute should only be used when avoiding
/u-boot/doc/device-tree-bindings/sound/
A Dda7219.txt30 - clock-names : Clock name string for 'clocks' attribute, should be "mclk".
/u-boot/doc/driver-model/
A Dfs_firmware_loader.rst112 The benefit of this design allows user to change storage attribute data
/u-boot/doc/device-tree-bindings/arm/
A Dl2c2x0.txt72 controllers with respect to the shareable attribute is to transform "normal

Completed in 49 milliseconds

12