Searched refs:PCI_STATUS (Results 1 - 25 of 60) sorted by last modified time

123

/linux-master/include/uapi/linux/
H A Dpci_regs.h53 #define PCI_STATUS 0x06 /* 16 bits */ macro
/linux-master/drivers/pci/
H A Dprobe.c1376 pci_write_config_word(dev, PCI_STATUS, 0xffff);
H A Dpci.c207 * pci_status_get_and_clear_errors - return and clear error bits in PCI_STATUS
210 * Returns error bits set in PCI_STATUS and clears them.
217 ret = pci_read_config_word(pdev, PCI_STATUS, &status);
223 pci_write_config_word(pdev, PCI_STATUS, status);
471 pci_bus_read_config_word(bus, devfn, PCI_STATUS, &status);
3209 pci_read_config_word(dev, PCI_STATUS, &status);
H A Dirq.c204 BUILD_BUG_ON(PCI_COMMAND + 2 != PCI_STATUS);
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c347 status = cdns_pcie_ep_fn_readw(pcie, fn, PCI_STATUS);
350 cdns_pcie_ep_fn_writew(pcie, fn, PCI_STATUS, status);
/linux-master/drivers/i2c/busses/
H A Di2c-i801.c628 pci_read_config_word(priv->pci_dev, PCI_STATUS, &pcists);
1733 pci_read_config_word(priv->pci_dev, PCI_STATUS, &pcists);
/linux-master/drivers/net/ethernet/realtek/
H A D8139cp.c618 pci_read_config_word(cp->pdev, PCI_STATUS, &pci_status);
619 pci_write_config_word(cp->pdev, PCI_STATUS, pci_status);
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c3454 pci_write_config_word(sp->pdev, PCI_STATUS, 0x8000);
3459 /* Clearing PCI_STATUS error reflected here */
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c2858 pci_err = sky2_pci_read16(hw, PCI_STATUS);
2863 sky2_pci_write16(hw, PCI_STATUS,
3263 status = sky2_pci_read16(hw, PCI_STATUS);
3265 sky2_pci_write16(hw, PCI_STATUS, status);
H A Dskge.c3322 pci_read_config_word(pdev, PCI_STATUS, &pci_status);
3332 pci_write_config_word(pdev, PCI_STATUS, pci_status);
3538 pci_read_config_word(hw->pdev, PCI_STATUS, &pci_status);
3539 pci_write_config_word(hw->pdev, PCI_STATUS,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7768 pci_read_config_word(vfdev, PCI_STATUS, &status_reg);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c1134 pci_read_config_word(adapter->pdev, PCI_STATUS, &pci_status);
/linux-master/drivers/nvme/host/
H A Dpci.c1259 result = pci_read_config_word(to_pci_dev(dev->dev), PCI_STATUS,
1263 "controller is down; will reset: CSTS=0x%x, PCI_STATUS=0x%hx\n",
1267 "controller is down; will reset: CSTS=0x%x, PCI_STATUS read failed (%d)\n",
/linux-master/samples/vfio-mdev/
H A Dmdpy.c122 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_STATUS],
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c671 p_setw(perm, PCI_STATUS, PCI_STATUS_CAP_LIST, NO_WRITE);
1525 ret = pci_read_config_word(pdev, PCI_STATUS, &status);
1602 __le16 *vstatus = (__le16 *)&vdev->vconfig[PCI_STATUS];
/linux-master/drivers/scsi/
H A D3w-xxxx.c274 pci_write_config_word(tw_dev->tw_pci_dev, PCI_STATUS, TW_PCI_CLEAR_PCI_ABORT);
H A D3w-9xxx.c921 pci_write_config_word(tw_dev->tw_pci_dev, PCI_STATUS, TW_PCI_CLEAR_PCI_ABORT);
/linux-master/arch/sparc/kernel/
H A Dpsycho_common.c276 0, PCI_STATUS);
283 printk(KERN_ERR "%s: PCI bus error, PCI_STATUS[%04x]\n",
H A Dpci_schizo.c625 pbm->pci_ops->read(pbm->pci_bus, 0, PCI_STATUS, 2, &stat);
631 printk("%s: PCI bus error, PCI_STATUS[%04x]\n",
633 pbm->pci_ops->write(pbm->pci_bus, 0, PCI_STATUS, 2, 0xffff);
H A Dleon_pci_grpci1.c482 grpci1_cfg_r16(priv, TGT, 0, PCI_STATUS, &status);
507 grpci1_cfg_w16(priv, TGT, 0, PCI_STATUS, status);
H A Dpci_sabre.c390 pci_write_config_word(pdev, PCI_STATUS, 0xffff);
/linux-master/arch/powerpc/sysdev/
H A Dmpic.c577 s = readw(devbase + PCI_STATUS);
/linux-master/drivers/pci/pcie/
H A Ddpc.c311 pci_write_config_word(pdev, PCI_STATUS, 0xffff);
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-host.c217 if (rcar_read_conf(pcie, RCONF(PCI_STATUS)) &
/linux-master/drivers/edac/
H A Dedac_pci_sysfs.c486 where = secondary ? PCI_SEC_STATUS : PCI_STATUS;

Completed in 370 milliseconds

123