Searched refs:pcix_cap (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| 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/ |
| A D | eeh.h | 138 int pcix_cap; /* Saved PCIx capability */ member
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | eeh_pseries.c | 408 edev->pcix_cap = pseries_eeh_find_cap(pdn, PCI_CAP_ID_PCIX); in pseries_eeh_init_edev()
|
| /linux/arch/powerpc/kernel/ |
| A D | eeh.c | 202 cap = edev->pcix_cap; in eeh_dump_dev_log()
|
| /linux/arch/powerpc/platforms/powernv/ |
| 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/ |
| A D | bnx2.c | 4919 pci_read_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip() 4921 pci_write_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip() 8163 bp->pcix_cap = pci_find_capability(pdev, PCI_CAP_ID_PCIX); in bnx2_init_board() 8164 if (bp->pcix_cap == 0) { in bnx2_init_board()
|
| A D | tg3.h | 3272 int pcix_cap; member
|
| A D | tg3.c | 9048 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 9051 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 10581 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 10590 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 16526 tp->pcix_cap = pci_find_capability(tp->pdev, PCI_CAP_ID_PCIX); in tg3_get_invariants() 16527 if (!tp->pcix_cap) { in tg3_get_invariants() 16680 tp->pcix_cap + PCI_X_STATUS, in tg3_get_invariants()
|
| A D | bnx2.h | 6975 int pcix_cap; member
|
Completed in 109 milliseconds