Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/atari/
Dhades-pci.c123 unsigned char header_type; in hades_read_config_dword() local
142 &header_type)) != PCIBIOS_SUCCESSFUL) in hades_read_config_dword()
146 ((header_type != PCI_HEADER_TYPE_BRIDGE) && ((where >= PCI_BASE_ADDRESS_2) && in hades_read_config_dword()
221 unsigned char header_type; in hades_write_config_dword() local
233 &header_type)) != PCIBIOS_SUCCESSFUL) in hades_write_config_dword()
237 ((header_type != PCI_HEADER_TYPE_BRIDGE) && ((where >= PCI_BASE_ADDRESS_2) && in hades_write_config_dword()
/linux-2.4.37.9/drivers/hotplug/
Dpciehp_pci.c374 u8 header_type; in pciehp_save_config() local
428 &header_type); in pciehp_save_config()
432 dbg("class_code = %x, header_type = %x\n", class_code, header_type); in pciehp_save_config()
435 if (header_type & 0x80) in pciehp_save_config()
446 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { /* P-P Bridge */ 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()
526 dbg("class_code = %x, header_type = %x\n", class_code, header_type); in pciehp_save_config()
570 u8 header_type; in pciehp_save_slot_config() local
591 pci_bus_read_config_byte(pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in pciehp_save_slot_config()
593 if (header_type & 0x80) /* Multi-function device */ in pciehp_save_slot_config()
[all …]
Dshpchp_pci.c378 u8 header_type; in shpchp_save_config() local
427 rc = pci_bus_read_config_byte(pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type); in shpchp_save_config()
431 dbg("class_code = %x, header_type = %x\n", class_code, header_type); in shpchp_save_config()
434 if (header_type & 0x80) in shpchp_save_config()
444 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { /* P-P Bridge */ 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()
520 dbg("class_code = %x, header_type = %x\n", class_code, header_type); in shpchp_save_config()
561 u8 header_type; in shpchp_save_slot_config() local
582 pci_bus_read_config_byte(pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in shpchp_save_slot_config()
584 if (header_type & 0x80) /* Multi-function device */ in shpchp_save_slot_config()
[all …]
Dcpqphp_pci.c508 u8 header_type; in cpqhp_save_config() local
547 … = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, 0, PCI_HEADER_TYPE, &header_type); in cpqhp_save_config()
552 if (header_type & 0x80) in cpqhp_save_config()
562 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { // P-P Bridge in cpqhp_save_config()
625 …read_config_byte_nodev (ctrl->pci_ops, busnumber, device, function, PCI_HEADER_TYPE, &header_type); in cpqhp_save_config()
668 u8 header_type; in cpqhp_save_slot_config() local
684 …nfig_byte_nodev (ctrl->pci_ops, new_slot->bus, new_slot->device, 0, PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config()
686 if (header_type & 0x80) // Multi-function device in cpqhp_save_slot_config()
694 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { // PCI-PCI Bridge in cpqhp_save_slot_config()
729 …te_nodev (ctrl->pci_ops, new_slot->bus, new_slot->device, function, PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config()
[all …]
Dpciehp_ctrl.c1727 u8 class_code, header_type, BCR; in pciehp_disable_slot() local
1783 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in pciehp_disable_slot()
1788 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in pciehp_disable_slot()
Dcpqphp_ctrl.c2103 u8 device, class_code, header_type, BCR; in cpqhp_process_SS() local
2129 …byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_HEADER_TYPE, &header_type); in cpqhp_process_SS()
2134 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_process_SS()
Dshpchp_ctrl.c2175 u8 class_code, header_type, BCR; in shpchp_disable_slot() local
2229 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in shpchp_disable_slot()
2234 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in shpchp_disable_slot()
/linux-2.4.37.9/arch/ppc/kernel/
Dpci_auto.c383 unsigned char header_type; in pciauto_bus_scan() local
409 &header_type)) in pciauto_bus_scan()
413 found_multi = header_type & 0x80; in pciauto_bus_scan()
/linux-2.4.37.9/arch/ppc/boot/simple/
Dmisc-spruce.c179 unsigned char header_type; in load_kernel() local
251 PCI_HEADER_TYPE, &header_type); in load_kernel()
254 found_multi = header_type & 0x80; in load_kernel()
/linux-2.4.37.9/arch/mips/pci/
Dpci_auto.c387 unsigned char header_type; in pciauto_bus_scan() local
409 PCI_HEADER_TYPE, &header_type); in pciauto_bus_scan()
412 found_multi = header_type & 0x80; in pciauto_bus_scan()
/linux-2.4.37.9/net/core/
Dwireless.c518 …ype : %d, Token type : %d, size : %d, token : %d\n", dev->name, descr->header_type, descr->token_t… in ioctl_standard_call()
526 if(descr->header_type != IW_HEADER_TYPE_POINT) { in ioctl_standard_call()
983 …ype : %d, Token type : %d, size : %d, token : %d\n", dev->name, descr->header_type, descr->token_t… in wireless_send_event()
987 if(descr->header_type == IW_HEADER_TYPE_POINT) { in wireless_send_event()
1006 hdr_len = event_type_size[descr->header_type]; in wireless_send_event()
/linux-2.4.37.9/include/net/
Diw_handler.h354 __u8 header_type; /* NULL, iw_point or other */ member