Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpciba.h20 #define PCI_CFG_HEADER_TYPE PCI_HEADER_TYPE
/linux-2.4.37.9/arch/m68k/atari/
Dhades-pci.c141 if ((result = hades_read_config_byte(dev, PCI_HEADER_TYPE, in hades_read_config_dword()
232 if ((result = hades_read_config_byte(dev, PCI_HEADER_TYPE, in hades_write_config_dword()
/linux-2.4.37.9/drivers/hotplug/
Dcpqphp_pci.c547 …rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, 0, PCI_HEADER_TYPE, &header_typ… in cpqhp_save_config()
625 …rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, function, PCI_HEADER_TYPE, &hea… in cpqhp_save_config()
684 …pci_read_config_byte_nodev (ctrl->pci_ops, new_slot->bus, new_slot->device, 0, PCI_HEADER_TYPE, &h… in cpqhp_save_slot_config()
729 …yte_nodev (ctrl->pci_ops, new_slot->bus, new_slot->device, function, PCI_HEADER_TYPE, &header_type… in cpqhp_save_slot_config()
771 …_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_HEADER_TYPE, &header_type… in cpqhp_save_base_addr_length()
911 …_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_HEADER_TYPE, &header_type… in cpqhp_save_used_resources()
1150 …_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_HEADER_TYPE, &header_type… in cpqhp_configure_board()
1238 …_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_HEADER_TYPE, &header_type… in cpqhp_valid_replace()
Dpciehp_pci.c427 rc = pci_bus_read_config_byte(pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, in pciehp_save_config()
522 …rc = pci_bus_read_config_byte(pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type); in pciehp_save_config()
591 pci_bus_read_config_byte(pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in pciehp_save_slot_config()
637 …pci_bus_read_config_byte(pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_… in pciehp_save_slot_config()
707 pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in pciehp_save_used_resources()
Dshpchp_pci.c427 rc = pci_bus_read_config_byte(pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type); in shpchp_save_config()
516 …rc = pci_bus_read_config_byte(pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type); in shpchp_save_config()
582 pci_bus_read_config_byte(pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in shpchp_save_slot_config()
629 …pci_bus_read_config_byte(pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_… in shpchp_save_slot_config()
699 pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in shpchp_save_used_resources()
Dibmphp_pci.c125 …ig_byte_nodev (ibmphp_pci_root_ops, cur_func->busno, device, function, PCI_HEADER_TYPE, &hdr_type); in ibmphp_configure_card()
1121 …pci_read_config_byte_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_HEADER_TYPE, &hdr_ty… in scan_behind_bridge()
1488 …pci_read_config_byte_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_HEADER_TYPE, &hdr_ty… in unconfigure_boot_card()
Dacpiphp_pci.c560 PCI_HEADER_TYPE, &hdr); in acpiphp_configure_slot()
Dpciehp_ctrl.c1783 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in pciehp_disable_slot()
1965 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &temp_byte); in configure_new_function()
Dcpqphp_ctrl.c2129 …_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_HEADER_TYPE, &header_type… in cpqhp_process_SS()
2473 …g_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_HEADER_TYPE, &temp_byte); in configure_new_function()
Dshpchp_ctrl.c2229 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in shpchp_disable_slot()
2413 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &temp_byte); in configure_new_function()
Dibmphp_res.c1958 …pci_read_config_byte_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_HEADER_TYPE, &hdr_ty… in update_bridge_ranges()
/linux-2.4.37.9/arch/x86_64/kernel/
Daperture.c179 PCI_HEADER_TYPE); in search_agp_bridge()
Dio_apic.c274 PCI_HEADER_TYPE); in check_ioapic()
/linux-2.4.37.9/drivers/pcmcia/
Dcardbus.c235 if (pci_read_config_byte(temp, PCI_HEADER_TYPE, &hdr_type)) in cb_scan_slot()
435 pci_readb(&tmp, PCI_HEADER_TYPE, &hdr); in cb_alloc()
/linux-2.4.37.9/arch/ia64/hp/zx1/
Dhpzx1_misc.c181 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr); in hpzx1_fake_pci_dev()
/linux-2.4.37.9/arch/ppc/kernel/
Dpci_auto.c408 PCI_HEADER_TYPE, in pciauto_bus_scan()
/linux-2.4.37.9/arch/ppc/boot/simple/
Dmisc-spruce.c251 PCI_HEADER_TYPE, &header_type); in load_kernel()
/linux-2.4.37.9/arch/mips/pci/
Dpci_auto.c409 PCI_HEADER_TYPE, &header_type); in pciauto_bus_scan()
/linux-2.4.37.9/include/linux/
Dpci.h63 #define PCI_HEADER_TYPE 0x0e /* 8 bits */ macro
/linux-2.4.37.9/arch/ppc64/kernel/
DpSeries_pci.c170 if (offset == PCI_HEADER_TYPE) in rtas_fake_read()
Dpci.c929 else if (SaveArea->Register == PCI_HEADER_TYPE) SaveArea->Register = PCI_BASE_ADDRESS_0; in pci_restore_config_regs()
/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_common.c848 pci_read_config_byte(pdev, PCI_HEADER_TYPE, &hdr_type); in pdev_setup_busmastering()
Dpci_psycho.c1231 baddr = psycho_pci_config_mkaddr(pbm, busno, devfn, PCI_HEADER_TYPE); in pbm_pci_bridge_renumber()
/linux-2.4.37.9/drivers/pci/
Dpci.c1487 if (pci_read_config_byte(temp, PCI_HEADER_TYPE, &hdr_type)) in pci_scan_slot()
/linux-2.4.37.9/drivers/atm/
Dlanai.c2647 (void) pci_read_config_byte(pci, PCI_HEADER_TYPE, &b); in lanai_ioctl()