Searched refs:header_type (Results 1 – 4 of 4) sorted by relevance
/drivers/pci/hotplug/ |
D | cpqphp_pci.c | 302 u8 header_type; in cpqhp_save_config() local 359 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config() 364 if (header_type & 0x80) in cpqhp_save_config() 373 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_config() 440 …ci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config() 466 u8 header_type; in cpqhp_save_slot_config() local 484 …bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config() 486 if (header_type & 0x80) /* Multi-function device */ in cpqhp_save_slot_config() 492 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_slot_config() 527 …d_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config() [all …]
|
D | cpqphp_ctrl.c | 2086 u8 device, class_code, header_type, BCR; in cpqhp_process_SS() local 2117 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_process_SS() 2122 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_process_SS()
|
/drivers/edac/ |
D | edac_pci_sysfs.c | 540 u8 header_type; in edac_pci_dev_parity_clear() local 545 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_clear() 547 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) in edac_pci_dev_parity_clear() 562 u8 header_type; in edac_pci_dev_parity_test() local 571 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_test() 606 debugf4("PCI HEADER TYPE= 0x%02x %s\n", header_type, dev_name(&dev->dev)); in edac_pci_dev_parity_test() 608 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in edac_pci_dev_parity_test()
|
/drivers/mmc/host/ |
D | vub300.c | 65 u8 header_type; member 80 u8 header_type; member 91 u8 header_type; member 97 u8 header_type; member 106 u8 header_type; member 117 u8 header_type; member 124 u8 header_type; member 136 u8 header_type; member 143 u8 header_type; member 486 vub300->cmnd.poll.header_type = 1; in send_irqpoll() [all …]
|