Searched refs:hdr_type (Results 1 - 20 of 20) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_pci.c86 u8 hdr_type, device, sec_number; local
125 pci_read_config_byte_nodev (ibmphp_pci_root_ops, cur_func->busno, device, function, PCI_HEADER_TYPE, &hdr_type);
129 debug ("hrd_type = %x, class = %x, class_code %x \n", hdr_type, class, class_code);
140 switch (hdr_type) {
142 debug ("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, class);
310 err ("MAJOR PROBLEM!!!!, header type not supported? %x\n", hdr_type);
1088 u8 hdr_type; local
1121 pci_read_config_byte_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_HEADER_TYPE, &hdr_type);
1124 debug ("hdr_type behin
1459 u8 hdr_type; local
[all...]
H A Dibmphp_res.c1935 u8 sec_busno, device, function, busno, hdr_type, start_io_address, end_io_address; local
1958 pci_read_config_byte_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_HEADER_TYPE, &hdr_type);
1960 switch (hdr_type) {
H A Dacpiphp_glue.c984 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) {
H A Dibmphp_core.c1065 if (!(flag) && (func->dev->hdr_type == PCI_HEADER_TYPE_BRIDGE)) {
H A Dcpqphp_pci.c281 if (func->pci_dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dpci.c177 switch (dev->hdr_type) {
1277 int is_cardbus = (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS);
1383 switch (dev->hdr_type) { /* header type */
1414 dev->slot_name, dev->hdr_type);
1419 dev->slot_name, class, dev->hdr_type);
1468 u8 hdr_type; local
1473 if (pci_read_config_byte(temp, PCI_HEADER_TYPE, &hdr_type))
1475 temp->hdr_type = hdr_type & 0x7f;
1482 dev->vendor, dev->device, dev->class, hdr_type);
[all...]
H A Dproc.c61 else if (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/hp-lj/
H A Dpci.c207 switch (dev->hdr_type) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpci_common.c817 u8 hdr_type, min_gnt, ltimer; local
838 pci_read_config_byte(pdev, PCI_HEADER_TYPE, &hdr_type);
839 hdr_type &= ~0x80;
840 if (hdr_type != PCI_HEADER_TYPE_NORMAL)
H A Dpci_psycho.c1170 u8 hdr_type; local
1191 pci_config_read8(baddr, &hdr_type);
1193 is_multi = hdr_type & 0x80;
H A Dpci_schizo.c1266 u8 hdr_type; local
1287 pci_config_read8(baddr, &hdr_type);
1289 is_multi = hdr_type & 0x80;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/zx1/
H A Dhpzx1_misc.c171 dev->hdr_type = hdr & 0x7f;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dcardbus.c280 dev->hdr_type = hdr & 0x7f;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_reg.h544 UNIHDR hdr_type; /* unicode product type header */ member in struct:q_reg_info_info
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_reg.c1012 init_uni_hdr(&q_i->hdr_type, &q_i->uni_type);
1048 if(!smb_io_unihdr ("", &r_q->hdr_type, ps, depth))
1050 if(!smb_io_unistr2("", &r_q->uni_type, r_q->hdr_type.buffer, ps, depth))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpci.h351 u8 hdr_type; /* PCI header type (`multi' flag masked out) */ member in struct:pci_dev
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpci.h351 u8 hdr_type; /* PCI header type (`multi' flag masked out) */ member in struct:pci_dev
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dpci.c1041 udbg_printf("\tHdr/Irq = 0x%02X/0x%02X \n",Pci_Dev->hdr_type,Pci_Dev->irq);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dvia-pmu.c1944 switch (pd->hdr_type) {
/asus-wl-520gu-7.0.1.45/src/bcm57xx/linux/
H A Db57um.c936 bus looking for bridge chips (hdr_type=1). When a bridge chip is detected,
981 if ((tmp_pdev->hdr_type == 1) &&

Completed in 256 milliseconds