Searched refs:pci_reg (Results 1 – 3 of 3) sorted by relevance
/drivers/virt/acrn/ |
D | ioreq.c | 320 int offset, pci_cfg_addr, pci_reg; in handle_cf8cfc() local 347 pci_reg = (pci_cfg_addr & PCI_LOWREG_MASK) + in handle_cf8cfc() 349 req->reqs.pci_request.reg = pci_reg + offset; in handle_cf8cfc()
|
/drivers/scsi/pm8001/ |
D | pm8001_init.c | 1044 u32 pci_reg; in pm8001_pci_probe() local 1062 pci_read_config_dword(pdev, PCI_COMMAND, &pci_reg); in pm8001_pci_probe() 1063 pci_reg |= 0x157; in pm8001_pci_probe() 1064 pci_write_config_dword(pdev, PCI_COMMAND, pci_reg); in pm8001_pci_probe()
|
/drivers/scsi/ |
D | pmcraid.c | 548 u16 pci_reg; in pmcraid_bist_done() local 550 rc = pci_read_config_word(pinstance->pdev, PCI_COMMAND, &pci_reg); in pmcraid_bist_done() 553 if ((rc != PCIBIOS_SUCCESSFUL || (!(pci_reg & PCI_COMMAND_MEMORY))) && in pmcraid_bist_done() 641 u16 pci_reg; in pmcraid_reset_alert() local 648 rc = pci_read_config_word(pinstance->pdev, PCI_COMMAND, &pci_reg); in pmcraid_reset_alert() 649 if ((rc == PCIBIOS_SUCCESSFUL) && (pci_reg & PCI_COMMAND_MEMORY)) { in pmcraid_reset_alert()
|