header_type        67 arch/mips/include/asm/mach-loongson64/cs5536/cs5536_pci.h #define CFG_PCI_CACHE_LINE_SIZE(header_type, latency_timer)	\
header_type        68 arch/mips/include/asm/mach-loongson64/cs5536/cs5536_pci.h 	((PCI_NONE_BIST << 24) | ((header_type) << 16) \
header_type       227 arch/xtensa/lib/pci-auto.c 	unsigned char header_type;
header_type       260 arch/xtensa/lib/pci-auto.c 		if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type))
header_type       264 arch/xtensa/lib/pci-auto.c 			found_multi = header_type & 0x80;
header_type       511 drivers/edac/edac_pci_sysfs.c 	u8 header_type;
header_type       516 drivers/edac/edac_pci_sysfs.c 	pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type);
header_type       518 drivers/edac/edac_pci_sysfs.c 	if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE)
header_type       533 drivers/edac/edac_pci_sysfs.c 	u8 header_type;
header_type       542 drivers/edac/edac_pci_sysfs.c 	pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type);
header_type       578 drivers/edac/edac_pci_sysfs.c 		 header_type, dev_name(&dev->dev));
header_type       580 drivers/edac/edac_pci_sysfs.c 	if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
header_type        62 drivers/mmc/host/vub300.c 	u8 header_type;
header_type        77 drivers/mmc/host/vub300.c 	u8 header_type;
header_type        88 drivers/mmc/host/vub300.c 	u8 header_type;
header_type        94 drivers/mmc/host/vub300.c 	u8 header_type;
header_type       103 drivers/mmc/host/vub300.c 	u8 header_type;
header_type       114 drivers/mmc/host/vub300.c 	u8 header_type;
header_type       121 drivers/mmc/host/vub300.c 	u8 header_type;
header_type       133 drivers/mmc/host/vub300.c 	u8 header_type;
header_type       140 drivers/mmc/host/vub300.c 	u8 header_type;
header_type       483 drivers/mmc/host/vub300.c 	vub300->cmnd.poll.header_type = 1;
header_type       590 drivers/mmc/host/vub300.c 	switch (vub300->resp.common.header_type) {
header_type       803 drivers/mmc/host/vub300.c 	} else if (vub300->resp.common.header_type != 0x02) {
header_type      1067 drivers/mmc/host/vub300.c 	vub300->cmnd.head.header_type = 0x00;
header_type      1631 drivers/mmc/host/vub300.c 	} else if (vub300->resp.common.header_type == 0x00) {
header_type      1636 drivers/mmc/host/vub300.c 	} else if (vub300->resp.common.header_type == RESPONSE_ERROR) {
header_type      1641 drivers/mmc/host/vub300.c 	} else if (vub300->resp.common.header_type == RESPONSE_PIGGYBACKED) {
header_type      1653 drivers/mmc/host/vub300.c 		vub300->resp.common.header_type = 0x00;
header_type      1655 drivers/mmc/host/vub300.c 	} else if (vub300->resp.common.header_type == RESPONSE_PIG_DISABLED) {
header_type      1678 drivers/mmc/host/vub300.c 		vub300->resp.common.header_type = 0x00;
header_type      1680 drivers/mmc/host/vub300.c 	} else if (vub300->resp.common.header_type == RESPONSE_PIG_ENABLED) {
header_type      1703 drivers/mmc/host/vub300.c 		vub300->resp.common.header_type = 0x00;
header_type        59 drivers/pci/controller/dwc/pci-layerscape.c 	u32 header_type;
header_type        61 drivers/pci/controller/dwc/pci-layerscape.c 	header_type = ioread8(pci->dbi_base + PCI_HEADER_TYPE);
header_type        62 drivers/pci/controller/dwc/pci-layerscape.c 	header_type &= 0x7f;
header_type        64 drivers/pci/controller/dwc/pci-layerscape.c 	return header_type == PCI_HEADER_TYPE_BRIDGE;
header_type      2039 drivers/pci/hotplug/cpqphp_ctrl.c 	u8 device, class_code, header_type, BCR;
header_type      2069 drivers/pci/hotplug/cpqphp_ctrl.c 			rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
header_type      2074 drivers/pci/hotplug/cpqphp_ctrl.c 			if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
header_type       301 drivers/pci/hotplug/cpqphp_pci.c 	u8 header_type;
header_type       359 drivers/pci/hotplug/cpqphp_pci.c 		rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type);
header_type       364 drivers/pci/hotplug/cpqphp_pci.c 		if (header_type & 0x80)
header_type       373 drivers/pci/hotplug/cpqphp_pci.c 			if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
header_type       442 drivers/pci/hotplug/cpqphp_pci.c 				rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type);
header_type       468 drivers/pci/hotplug/cpqphp_pci.c 	u8 header_type;
header_type       486 drivers/pci/hotplug/cpqphp_pci.c 	pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type);
header_type       488 drivers/pci/hotplug/cpqphp_pci.c 	if (header_type & 0x80)	/* Multi-function device */
header_type       494 drivers/pci/hotplug/cpqphp_pci.c 		if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
header_type       529 drivers/pci/hotplug/cpqphp_pci.c 				pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_type);
header_type       551 drivers/pci/hotplug/cpqphp_pci.c 	u8 header_type;
header_type       570 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
header_type       572 drivers/pci/hotplug/cpqphp_pci.c 		if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
header_type       626 drivers/pci/hotplug/cpqphp_pci.c 		} else if ((header_type & 0x7F) == 0x00) {
header_type       688 drivers/pci/hotplug/cpqphp_pci.c 	u8 header_type;
header_type       722 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
header_type       724 drivers/pci/hotplug/cpqphp_pci.c 		if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
header_type       859 drivers/pci/hotplug/cpqphp_pci.c 		} else if ((header_type & 0x7F) == 0x00) {
header_type       951 drivers/pci/hotplug/cpqphp_pci.c 	u8 header_type;
header_type       973 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
header_type       976 drivers/pci/hotplug/cpqphp_pci.c 		if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
header_type      1029 drivers/pci/hotplug/cpqphp_pci.c 	u8 header_type;
header_type      1066 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
header_type      1068 drivers/pci/hotplug/cpqphp_pci.c 		if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
header_type      1091 drivers/pci/hotplug/cpqphp_pci.c 		else if ((header_type & 0x7F) == PCI_HEADER_TYPE_NORMAL) {
header_type       274 drivers/pci/pci-bridge-emul.c 	bridge->conf.header_type = PCI_HEADER_TYPE_BRIDGE;
header_type        16 drivers/pci/pci-bridge-emul.h 	u8 header_type;
header_type       375 include/net/iw_handler.h 	__u8	header_type;		/* NULL, iw_point or other */
header_type        34 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_NULL,
header_type        37 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_CHAR,
header_type        41 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type        45 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type        49 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_FREQ,
header_type        53 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_FREQ,
header_type        57 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_UINT,
header_type        61 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_UINT,
header_type        65 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type        68 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type        71 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_NULL,
header_type        74 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type        80 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_NULL,
header_type        83 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type        89 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_NULL,
header_type        92 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type        98 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       103 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       109 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       115 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       121 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_ADDR,
header_type       124 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_ADDR,
header_type       128 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       134 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       141 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       147 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       153 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       159 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       165 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       170 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       175 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       178 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       181 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       184 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       187 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       190 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       193 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       196 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       199 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       202 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       205 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       211 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       217 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       220 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       223 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       228 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       233 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       236 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_PARAM,
header_type       239 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       246 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       253 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       267 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_ADDR,
header_type       270 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_QUAL,
header_type       273 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       278 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_ADDR,
header_type       281 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_ADDR,
header_type       284 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       289 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       294 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       299 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       304 net/wireless/wext-core.c 		.header_type	= IW_HEADER_TYPE_POINT,
header_type       509 net/wireless/wext-core.c 	if (descr->header_type == IW_HEADER_TYPE_POINT) {
header_type       529 net/wireless/wext-core.c 	hdr_len = event_type_size[descr->header_type];
header_type       584 net/wireless/wext-core.c 	hdr_len = compat_event_type_size[descr->header_type];
header_type       612 net/wireless/wext-core.c 	if (descr->header_type == IW_HEADER_TYPE_POINT) {
header_type      1013 net/wireless/wext-core.c 	if (descr->header_type != IW_HEADER_TYPE_POINT) {
header_type      1073 net/wireless/wext-core.c 	if (descr->header_type != IW_HEADER_TYPE_POINT)