Home
last modified time | relevance | path

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

/scripts/dtc/
Dchecks.c847 unsigned int bus_num, min_bus, max_bus; in check_pci_device_bus_num() local
858 bus_num = (fdt32_to_cpu(cells[0]) & 0x00ff0000) >> 16; in check_pci_device_bus_num()
868 if ((bus_num < min_bus) || (bus_num > max_bus)) in check_pci_device_bus_num()
870 bus_num, min_bus, max_bus); in check_pci_device_bus_num()