Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dmbus.h64 unsigned int attribute,
67 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute,
/rk3399_rockchip-uboot/cmd/
H A Defi.c154 if (desc->attribute & EFI_MEMORY_RUNTIME) in efi_print_mem_table()
156 printf("%llx", desc->attribute & ~EFI_MEMORY_RUNTIME); in efi_print_mem_table()
160 if (attr_seen[i] == desc->attribute) in efi_print_mem_table()
164 attr_seen[attr_seen_count++] = desc->attribute; in efi_print_mem_table()
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/
H A Dmbus.c375 unsigned int attribute, in mvebu_mbus_add_window_remap_by_id() argument
381 if (!mvebu_mbus_window_conflicts(s, base, size, target, attribute)) { in mvebu_mbus_add_window_remap_by_id()
383 target, attribute); in mvebu_mbus_add_window_remap_by_id()
387 return mvebu_mbus_alloc_window(s, base, size, remap, target, attribute); in mvebu_mbus_add_window_remap_by_id()
390 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute, in mvebu_mbus_add_window_by_id() argument
393 return mvebu_mbus_add_window_remap_by_id(target, attribute, base, in mvebu_mbus_add_window_by_id()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_memory.c173 newlist->desc.attribute = (1 << EFI_MEMORY_WB_SHIFT) | in efi_add_memory_map()
177 newlist->desc.attribute = 1ULL << EFI_MEMORY_RUNTIME_SHIFT; in efi_add_memory_map()
180 newlist->desc.attribute = 1 << EFI_MEMORY_WB_SHIFT; in efi_add_memory_map()
H A Defi_console.c91 .attribute = 0,
279 unsigned long attribute) in efi_cout_set_attribute() argument
281 EFI_ENTRY("%p, %lx", this, attribute); in efi_cout_set_attribute()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3506.dtsi1426 rockchip,attribute = "Merged FIFO";
1434 rockchip,attribute = "No-Merge FIFO";
1442 rockchip,attribute = "DPRA";
1450 rockchip,attribute = "Register";
1463 rockchip,attribute = "Merged FIFO";
1471 rockchip,attribute = "No-Merge FIFO";
1479 rockchip,attribute = "DPRA";
1487 rockchip,attribute = "Register";
1500 rockchip,attribute = "Merged FIFO";
1508 rockchip,attribute = "No-Merge FIFO";
[all …]
H A Drv1126b.dtsi2534 rockchip,attribute = "Merged FIFO";
2542 rockchip,attribute = "No-Merge FIFO";
2550 rockchip,attribute = "DPRA";
2558 rockchip,attribute = "Register";
2573 rockchip,attribute = "Merged FIFO";
2581 rockchip,attribute = "No-Merge FIFO";
2589 rockchip,attribute = "DPRA";
2597 rockchip,attribute = "Register";
2612 rockchip,attribute = "Merged FIFO";
2620 rockchip,attribute = "No-Merge FIFO";
[all …]
/rk3399_rockchip-uboot/scripts/
H A DMakefile.extrawarn25 warning-1 += -Wmissing-format-attribute
/rk3399_rockchip-uboot/doc/
H A DREADME.marubun-pcmcia49 This is MR-SHPC-01 attribute window base address.
H 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
H A DREADME.gpt178 bootable (set attribute flags "Legacy BIOS bootable").
H A DREADME.distro59 the MBR bootable flag, or GPT legacy_bios_bootable attribute), and U-Boot (or
/rk3399_rockchip-uboot/drivers/ata/
H A Dfsl_sata.h170 __le32 attribute; /* the attribute of command */ member
H A Dfsl_sata.c399 cmd_hdr->attribute = cpu_to_le32(val32); in fsl_ata_exec_ata_cmd()
/rk3399_rockchip-uboot/include/
H A Defi.h191 u64 attribute; member
H A Defi_api.h410 s32 attribute; member
438 unsigned long attribute);
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dvmt.c118 static struct attribute *volume_dev_attrs[] = {
H A Dbuild.c421 static struct attribute *ubi_dev_attrs[] = {
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c377 static struct attribute *mtd_attrs[] = {
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.c1794 static struct attribute *musb_attributes[] = {