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

/drivers/scsi/
H A Dipr.c682 int pcix_cmd_reg = pci_find_capability(ioa_cfg->pdev, PCI_CAP_ID_PCIX); local
684 if (pcix_cmd_reg == 0)
687 if (pci_read_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD,
706 int pcix_cmd_reg = pci_find_capability(ioa_cfg->pdev, PCI_CAP_ID_PCIX); local
708 if (pcix_cmd_reg) {
709 if (pci_write_config_word(ioa_cfg->pdev, pcix_cmd_reg + PCI_X_CMD,

Completed in 48 milliseconds