Home
last modified time | relevance | path

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

/scripts/dtc/
Dchecks.c836 cell_t *cells; in check_pci_bridge() local
865 cells = (cell_t *)prop->val.val; in check_pci_bridge()
866 if (fdt32_to_cpu(cells[0]) > fdt32_to_cpu(cells[1])) in check_pci_bridge()
868 if (fdt32_to_cpu(cells[1]) > 0xff) in check_pci_bridge()
878 cell_t *cells; in check_pci_device_bus_num() local
887 cells = (cell_t *)prop->val.val; in check_pci_device_bus_num()
888 bus_num = (fdt32_to_cpu(cells[0]) & 0x00ff0000) >> 16; in check_pci_device_bus_num()
894 cells = (cell_t *)prop->val.val; in check_pci_device_bus_num()
895 min_bus = fdt32_to_cpu(cells[0]); in check_pci_device_bus_num()
896 max_bus = fdt32_to_cpu(cells[1]); in check_pci_device_bus_num()
[all …]