Home
last modified time | relevance | path

Searched refs:pcix_cap (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/pci/hotplug/
Dshpchp_hpc.c445 u8 pi, pcix_cap; in hpc_get_adapter_speed() local
453 pcix_cap = (slot_reg & PCIX_CAP_MASK_PI1) >> PCIX_CAP_SHIFT; in hpc_get_adapter_speed()
456 pcix_cap = (slot_reg & PCIX_CAP_MASK_PI2) >> PCIX_CAP_SHIFT; in hpc_get_adapter_speed()
463 __func__, slot_reg, pcix_cap, m66_cap); in hpc_get_adapter_speed()
465 switch (pcix_cap) { in hpc_get_adapter_speed()
/linux-6.6.21/arch/powerpc/include/asm/
Deeh.h138 int pcix_cap; /* Saved PCIx capability */ member
/linux-6.6.21/arch/powerpc/platforms/pseries/
Deeh_pseries.c408 edev->pcix_cap = pseries_eeh_find_cap(pdn, PCI_CAP_ID_PCIX); in pseries_eeh_init_edev()
/linux-6.6.21/arch/powerpc/kernel/
Deeh.c202 cap = edev->pcix_cap; in eeh_dump_dev_log()
/linux-6.6.21/arch/powerpc/platforms/powernv/
Deeh-powernv.c358 edev->pcix_cap = pnv_eeh_find_cap(pdn, PCI_CAP_ID_PCIX); in pnv_eeh_probe()
/linux-6.6.21/drivers/net/ethernet/broadcom/
Dbnx2.c4918 pci_read_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip()
4920 pci_write_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip()
8162 bp->pcix_cap = pci_find_capability(pdev, PCI_CAP_ID_PCIX); in bnx2_init_board()
8163 if (bp->pcix_cap == 0) { in bnx2_init_board()
Dtg3.h3271 int pcix_cap; member
Dtg3.c8983 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state()
8986 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state()
10516 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw()
10525 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw()
16456 tp->pcix_cap = pci_find_capability(tp->pdev, PCI_CAP_ID_PCIX); in tg3_get_invariants()
16457 if (!tp->pcix_cap) { in tg3_get_invariants()
16610 tp->pcix_cap + PCI_X_STATUS, in tg3_get_invariants()
Dbnx2.h6975 int pcix_cap; member