Searched refs:PCI_X_CMD (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/include/uapi/linux/ |
| D | pci_regs.h | 415 #define PCI_X_CMD 2 /* Modes & Features */ macro
|
| /Linux-v6.1/drivers/pci/ |
| D | pci.c | 1582 pci_read_config_word(dev, pos + PCI_X_CMD, in pci_save_pcix_state() 1600 pci_write_config_word(dev, pos + PCI_X_CMD, cap[i++]); in pci_restore_pcix_state() 5954 if (pci_read_config_word(dev, cap + PCI_X_CMD, &cmd)) in pcix_get_mmrbc() 5991 if (pci_read_config_word(dev, cap + PCI_X_CMD, &cmd)) in pcix_set_mmrbc() 6001 if (pci_write_config_word(dev, cap + PCI_X_CMD, cmd)) in pcix_set_mmrbc()
|
| /Linux-v6.1/drivers/vfio/pci/ |
| D | vfio_pci_config.c | 863 p_setw(perm, PCI_X_CMD, NO_VIRT, (u16)ALL_WRITE); in init_pci_cap_pcix_perm() 1314 ret = pci_read_config_word(pdev, pos + PCI_X_CMD, &word); in vfio_cap_len()
|
| /Linux-v6.1/arch/powerpc/sysdev/ |
| D | fsl_pci.c | 476 int pci_x_cmd = cap_x + PCI_X_CMD; in setup_pci_cmd()
|
| /Linux-v6.1/drivers/net/ethernet/marvell/ |
| D | sky2.c | 1665 cmd = sky2_pci_read16(hw, cap + PCI_X_CMD); in sky2_hw_up() 1667 sky2_pci_write16(hw, cap + PCI_X_CMD, cmd); in sky2_hw_up()
|
| /Linux-v6.1/drivers/net/ethernet/broadcom/ |
| D | bnx2.c | 4934 pci_read_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip() 4936 pci_write_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip()
|
| D | tg3.c | 8977 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 8980 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 10503 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 10512 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw()
|
| /Linux-v6.1/drivers/scsi/ |
| D | ipr.c | 777 if (pci_read_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD, in ipr_save_pcix_cmd_reg() 799 if (pci_write_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD, in ipr_set_pcix_cmd_reg()
|