/linux/net/wireless/ |
A D | wext-core.c | 34 .header_type = IW_HEADER_TYPE_NULL, 37 .header_type = IW_HEADER_TYPE_CHAR, 41 .header_type = IW_HEADER_TYPE_PARAM, 45 .header_type = IW_HEADER_TYPE_PARAM, 49 .header_type = IW_HEADER_TYPE_FREQ, 53 .header_type = IW_HEADER_TYPE_FREQ, 57 .header_type = IW_HEADER_TYPE_UINT, 61 .header_type = IW_HEADER_TYPE_UINT, 71 .header_type = IW_HEADER_TYPE_NULL, 80 .header_type = IW_HEADER_TYPE_NULL, [all …]
|
/linux/drivers/pci/hotplug/ |
A D | cpqphp_pci.c | 303 u8 header_type; in cpqhp_save_config() local 366 if (header_type & 0x80) in cpqhp_save_config() 470 u8 header_type; in cpqhp_save_slot_config() local 490 if (header_type & 0x80) /* Multi-function device */ in cpqhp_save_slot_config() 496 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_slot_config() 553 u8 header_type; in cpqhp_save_base_addr_length() local 628 } else if ((header_type & 0x7F) == 0x00) { in cpqhp_save_base_addr_length() 690 u8 header_type; in cpqhp_save_used_resources() local 861 } else if ((header_type & 0x7F) == 0x00) { in cpqhp_save_used_resources() 953 u8 header_type; in cpqhp_configure_board() local [all …]
|
A D | cpqphp_ctrl.c | 2039 u8 device, class_code, header_type, BCR; in cpqhp_process_SS() local 2069 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_process_SS() 2074 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_process_SS()
|
/linux/drivers/edac/ |
A D | edac_pci_sysfs.c | 511 u8 header_type; in edac_pci_dev_parity_clear() local 516 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_clear() 518 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) in edac_pci_dev_parity_clear() 533 u8 header_type; in edac_pci_dev_parity_test() local 542 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_test() 578 header_type, dev_name(&dev->dev)); in edac_pci_dev_parity_test() 580 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in edac_pci_dev_parity_test()
|
/linux/drivers/pci/controller/dwc/ |
A D | pci-layerscape.c | 59 u32 header_type; in ls_pcie_is_bridge() local 61 header_type = ioread8(pci->dbi_base + PCI_HEADER_TYPE); in ls_pcie_is_bridge() 62 header_type &= 0x7f; in ls_pcie_is_bridge() 64 return header_type == PCI_HEADER_TYPE_BRIDGE; in ls_pcie_is_bridge()
|
/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/ |
A D | cs5536_pci.h | 67 #define CFG_PCI_CACHE_LINE_SIZE(header_type, latency_timer) \ argument 68 ((PCI_NONE_BIST << 24) | ((header_type) << 16) \
|
/linux/arch/xtensa/lib/ |
A D | pci-auto.c | 227 unsigned char header_type; in pciauto_bus_scan() local 260 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type)) in pciauto_bus_scan() 264 found_multi = header_type & 0x80; in pciauto_bus_scan()
|
/linux/drivers/mmc/host/ |
A D | vub300.c | 62 u8 header_type; member 77 u8 header_type; member 88 u8 header_type; member 94 u8 header_type; member 103 u8 header_type; member 114 u8 header_type; member 121 u8 header_type; member 133 u8 header_type; member 140 u8 header_type; member 483 vub300->cmnd.poll.header_type = 1; in send_irqpoll() [all …]
|
/linux/drivers/pci/controller/mobiveil/ |
A D | pcie-mobiveil-host.c | 542 u32 header_type; in mobiveil_pcie_is_bridge() local 544 header_type = mobiveil_csr_readb(pcie, PCI_HEADER_TYPE); in mobiveil_pcie_is_bridge() 545 header_type &= 0x7f; in mobiveil_pcie_is_bridge() 547 return header_type == PCI_HEADER_TYPE_BRIDGE; in mobiveil_pcie_is_bridge()
|
/linux/drivers/pci/ |
A D | pci-bridge-emul.h | 16 u8 header_type; member
|
A D | pci-bridge-emul.c | 269 bridge->conf.header_type = PCI_HEADER_TYPE_BRIDGE; in pci_bridge_emul_init()
|
/linux/include/net/ |
A D | iw_handler.h | 375 __u8 header_type; /* NULL, iw_point or other */ member
|
/linux/drivers/net/dsa/sja1105/ |
A D | sja1105_static_config.h | 220 u64 header_type; member
|
A D | sja1105_static_config.c | 215 sja1105_packing(buf, &entry->header_type, 64, 49, size, op); in sja1110_general_params_entry_packing()
|
A D | sja1105_main.c | 892 .header_type = ETH_P_SJA1110, in sja1105_init_general_params()
|