Lines Matching refs:cells
836 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()
910 cell_t *cells; in check_pci_device_reg() local
919 cells = (cell_t *)prop->val.val; in check_pci_device_reg()
920 if (cells[1] || cells[2]) in check_pci_device_reg()
923 reg = fdt32_to_cpu(cells[0]); in check_pci_device_reg()
983 cell_t *cells = NULL; in check_simple_bus_reg() local
990 cells = (cell_t *)prop->val.val; in check_simple_bus_reg()
995 cells = ((cell_t *)prop->val.val) + node_addr_cells(node); in check_simple_bus_reg()
998 if (!cells) { in check_simple_bus_reg()
1006 reg = (reg << 32) | fdt32_to_cpu(*(cells++)); in check_simple_bus_reg()
1055 cell_t *cells = NULL; in check_i2c_bus_reg() local
1062 cells = (cell_t *)prop->val.val; in check_i2c_bus_reg()
1064 if (!cells) { in check_i2c_bus_reg()
1069 reg = fdt32_to_cpu(*cells); in check_i2c_bus_reg()
1078 reg = fdt32_to_cpu(*(cells++)); in check_i2c_bus_reg()
1144 cell_t *cells = NULL; in check_spi_bus_reg() local
1154 cells = (cell_t *)prop->val.val; in check_spi_bus_reg()
1156 if (!cells) { in check_spi_bus_reg()
1161 reg = fdt32_to_cpu(*cells); in check_spi_bus_reg()