Home
last modified time | relevance | path

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

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