Home
last modified time | relevance | path

Searched refs:reg (Results 1 – 3 of 3) sorted by relevance

/scripts/dtc/
A Dchecks.c858 unsigned int dev, func, reg; in check_pci_device_reg() local
874 reg = fdt32_to_cpu(cells[0]); in check_pci_device_reg()
875 dev = (reg & 0xf800) >> 11; in check_pci_device_reg()
876 func = (reg & 0x700) >> 8; in check_pci_device_reg()
878 if (reg & 0xff000000) in check_pci_device_reg()
880 if (reg & 0x000000ff) in check_pci_device_reg()
932 uint64_t reg = 0; in check_simple_bus_reg() local
956 reg = (reg << 32) | fdt32_to_cpu(*(cells++)); in check_simple_bus_reg()
993 struct property *reg, *ranges; in check_avoid_default_addr_size() local
998 reg = get_property(node, "reg"); in check_avoid_default_addr_size()
[all …]
A Dlivetree.c655 struct property *reg; in guess_boot_cpuid() local
665 reg = get_property(bootcpu, "reg"); in guess_boot_cpuid()
666 if (!reg || (reg->val.len != sizeof(uint32_t))) in guess_boot_cpuid()
671 return propval_cell(reg); in guess_boot_cpuid()
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped749 sw.property_u32('reg', 2)
753 fdt.setprop_u32(0, 'reg', 3)

Completed in 22 milliseconds