Searched refs:pcix_cmd_reg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dipr.c760 int pcix_cmd_reg = pci_find_capability(ioa_cfg->pdev, PCI_CAP_ID_PCIX); local
763 if (pcix_cmd_reg == 0)
766 rc = pci_read_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD,
786 int pcix_cmd_reg = pci_find_capability(ioa_cfg->pdev, PCI_CAP_ID_PCIX); local
789 if (pcix_cmd_reg) {
790 rc = pci_write_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD,

Completed in 164 milliseconds