Searched refs:b_length (Results 1 - 1 of 1) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_pci.c690 u8 b_length; local
741 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length);
743 if ((b_base <= b_length) && (save_command & 0x01)) {
749 io_node->length = (b_length - b_base + 0x10) << 8;

Completed in 11 milliseconds