Searched refs:pcix_cap (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| H A D | shpchp_hpc.c | 444 u8 pi, pcix_cap; in shpchp_get_adapter_speed() local 452 pcix_cap = (slot_reg & PCIX_CAP_MASK_PI1) >> PCIX_CAP_SHIFT; in shpchp_get_adapter_speed() 455 pcix_cap = (slot_reg & PCIX_CAP_MASK_PI2) >> PCIX_CAP_SHIFT; in shpchp_get_adapter_speed() 462 __func__, slot_reg, pcix_cap, m66_cap); in shpchp_get_adapter_speed() 464 switch (pcix_cap) { in shpchp_get_adapter_speed()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | eeh.h | 138 int pcix_cap; /* Saved PCIx capability */ member
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh.c | 202 cap = edev->pcix_cap; in eeh_dump_dev_log()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | eeh-powernv.c | 357 edev->pcix_cap = pnv_eeh_find_cap(pdn, PCI_CAP_ID_PCIX); in pnv_eeh_probe()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.h | 3272 int pcix_cap; member
|
| H A D | tg3.c | 9080 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 9083 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 10594 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 10603 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 16539 tp->pcix_cap = pci_find_capability(tp->pdev, PCI_CAP_ID_PCIX); in tg3_get_invariants() 16540 if (!tp->pcix_cap) { in tg3_get_invariants() 16693 tp->pcix_cap + PCI_X_STATUS, in tg3_get_invariants()
|
| H A D | bnx2.h | 6975 int pcix_cap; member
|