Searched refs:PCI_X_CMD (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 420 #define PCI_X_CMD 2 /* Modes & Features */ macro
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 877 p_setw(perm, PCI_X_CMD, NO_VIRT, (u16)ALL_WRITE); in init_pci_cap_pcix_perm() 1335 ret = pci_read_config_word(pdev, pos + PCI_X_CMD, &word); in vfio_cap_len()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_pci.c | 476 int pci_x_cmd = cap_x + PCI_X_CMD; in setup_pci_cmd()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | sky2.c | 1666 cmd = sky2_pci_read16(hw, cap + PCI_X_CMD); in sky2_hw_up() 1668 sky2_pci_write16(hw, cap + PCI_X_CMD, cmd); in sky2_hw_up()
|
| /linux/drivers/net/ethernet/broadcom/ |
| 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()
|
| /linux/drivers/scsi/ |
| H A D | ipr.c | 766 rc = pci_read_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD, in ipr_save_pcix_cmd_reg() 790 rc = pci_write_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD, in ipr_set_pcix_cmd_reg()
|