Searched refs:PCI_X_CMD (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | pci_regs.h | 399 #define PCI_X_CMD 2 /* Modes & Features */ macro
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 1024 pci_read_config_word(dev, pos + PCI_X_CMD, in pci_save_pcix_state() 1042 pci_write_config_word(dev, pos + PCI_X_CMD, cap[i++]); in pci_restore_pcix_state() 4264 if (pci_read_config_word(dev, cap + PCI_X_CMD, &cmd)) in pcix_get_mmrbc() 4301 if (pci_read_config_word(dev, cap + PCI_X_CMD, &cmd)) in pcix_set_mmrbc() 4311 if (pci_write_config_word(dev, cap + PCI_X_CMD, cmd)) in pcix_set_mmrbc()
|
/linux-4.4.14/drivers/vfio/pci/ |
D | vfio_pci_config.c | 750 p_setw(perm, PCI_X_CMD, NO_VIRT, (u16)ALL_WRITE); in init_pci_cap_pcix_perm() 1096 ret = pci_read_config_word(pdev, pos + PCI_X_CMD, &word); in vfio_cap_len()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | fsl_pci.c | 460 int pci_x_cmd = cap_x + PCI_X_CMD; in setup_pci_cmd()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | sky2.c | 1679 cmd = sky2_pci_read16(hw, cap + PCI_X_CMD); in sky2_hw_up() 1681 sky2_pci_write16(hw, cap + PCI_X_CMD, cmd); in sky2_hw_up()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 4926 pci_read_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip() 4928 pci_write_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip()
|
D | tg3.c | 8966 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 8969 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 10474 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 10483 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw()
|
/linux-4.4.14/drivers/scsi/ |
D | ipr.c | 789 if (pci_read_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD, in ipr_save_pcix_cmd_reg() 811 if (pci_write_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD, in ipr_set_pcix_cmd_reg()
|