Searched refs:PCI_X_CMD (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pci/ |
| H A D | pci.c | 1713 pci_read_config_word(dev, pos + PCI_X_CMD, in pci_save_pcix_state() 1731 pci_write_config_word(dev, pos + PCI_X_CMD, cap[i++]); in pci_restore_pcix_state() 5728 if (pci_read_config_word(dev, cap + PCI_X_CMD, &cmd)) in pcix_get_mmrbc() 5765 if (pci_read_config_word(dev, cap + PCI_X_CMD, &cmd)) in pcix_set_mmrbc() 5775 if (pci_write_config_word(dev, cap + PCI_X_CMD, cmd)) in pcix_set_mmrbc()
|
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 425 #define PCI_X_CMD 2 /* Modes & Features */ macro
|
| /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 | 1664 cmd = sky2_pci_read16(hw, cap + PCI_X_CMD); in sky2_hw_up() 1666 sky2_pci_write16(hw, cap + PCI_X_CMD, cmd); in sky2_hw_up()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H 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()
|
| H A D | tg3.c | 9079 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 9082 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 10593 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 10602 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()
|