| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | aic79xx_pci.c | 507 PCIR_STATUS + 1, /*bytes*/1); in ahd_pci_test_register_access() 508 aic_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1, in ahd_pci_test_register_access() 537 PCIR_STATUS + 1, /*bytes*/1); in ahd_pci_test_register_access() 538 aic_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1, in ahd_pci_test_register_access() 876 PCIR_STATUS + 1, /*bytes*/1); in ahd_pci_intr() 877 aic_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1, in ahd_pci_intr()
|
| HD | aic7xxx_pci.c | 1307 PCIR_STATUS + 1, /*bytes*/1); in ahc_pci_test_register_access() 1308 aic_pci_write_config(ahc->dev_softc, PCIR_STATUS + 1, in ahc_pci_test_register_access() 1319 PCIR_STATUS + 1, /*bytes*/1); in ahc_pci_test_register_access() 1328 PCIR_STATUS + 1, /*bytes*/1); in ahc_pci_test_register_access() 1329 aic_pci_write_config(ahc->dev_softc, PCIR_STATUS + 1, in ahc_pci_test_register_access() 2019 PCIR_STATUS + 1, /*bytes*/1); in ahc_pci_intr() 2052 aic_pci_write_config(ahc->dev_softc, PCIR_STATUS + 1, in ahc_pci_intr()
|
| HD | aic79xx.c | 5526 aic_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1, in ahd_reset()
|
| /freebsd-13-stable/usr.sbin/pciconf/ |
| HD | err.c | 144 sta = read_config(fd, &p->pc_sel, PCIR_STATUS, 2); in list_errors()
|
| HD | cap.c | 872 sta = read_config(fd, &p->pc_sel, PCIR_STATUS, 2); in list_caps() 1298 sta = read_config(fd, &p->pc_sel, PCIR_STATUS, 2); in pci_find_cap()
|
| /freebsd-13-stable/sys/dev/twe/ |
| HD | twe_freebsd.c | 641 pci_write_config(sc->twe_dev, PCIR_STATUS, TWE_PCI_CLEAR_PARITY_ERROR, 2); in twe_clear_pci_parity_error() 651 pci_write_config(sc->twe_dev, PCIR_STATUS, TWE_PCI_CLEAR_PCI_ABORT, 2); in twe_clear_pci_abort()
|
| /freebsd-13-stable/usr.sbin/bhyve/ |
| HD | pci_passthru.c | 227 sts = read_config(&sel, PCIR_STATUS, 2); in cfginitmsi() 991 *rv = read_config(&sc->psc_sel, PCIR_STATUS, 2) << 16 | in passthru_cfgread_default()
|
| HD | pci_emul.c | 1007 sts = pci_get_cfgdata16(pi, PCIR_STATUS); in pci_emul_add_capability() 1020 pci_set_cfgdata16(pi, PCIR_STATUS, sts|PCIM_STATUS_CAPPRESENT); in pci_emul_add_capability() 1355 sts = pci_get_cfgdata16(pi, PCIR_STATUS); in pci_emul_iscap()
|
| /freebsd-13-stable/sys/dev/bhnd/bhndb/ |
| HD | bhndb_pci.c | 1083 pci_status = pci_read_config(pci_dev, PCIR_STATUS, 2); in bhndb_enable_pci_clocks() 1085 pci_write_config(pci_dev, PCIR_STATUS, pci_status, 2); in bhndb_enable_pci_clocks()
|
| /freebsd-13-stable/sys/dev/pci/ |
| HD | pcireg.h | 96 #define PCIR_STATUS 0x06 macro
|
| HD | pci.c | 722 cfg->statreg = REG(PCIR_STATUS, 2); in pci_fill_devinfo() 742 if (REG(PCIR_STATUS, 2) & PCIM_STATUS_CAPPRESENT) in pci_fill_devinfo() 1539 status = pci_read_config(child, PCIR_STATUS, 2); in pci_find_cap_method() 6740 status = pci_read_config(dev, PCIR_STATUS, 2); in pci_print_faulted_dev() 6826 status1 = status = pci_read_config(dev, PCIR_STATUS, 2); in DB_COMMAND() 6832 pci_write_config(dev, PCIR_STATUS, status, 2); in DB_COMMAND()
|
| /freebsd-13-stable/sys/powerpc/powermac/ |
| HD | cpcht.c | 253 if (!(PCIB_READ_CONFIG(dev, b, s, f, PCIR_STATUS, 2) in cpcht_configure_htbridge()
|
| /freebsd-13-stable/sys/dev/ocs_fc/ |
| HD | ocs_pci.c | 878 val = pci_read_config(ocs->dev, PCIR_STATUS, 2); in ocs_pci_intx_filter()
|
| /freebsd-13-stable/sys/dev/msk/ |
| HD | if_msk.c | 1385 status = pci_read_config(sc->msk_dev, PCIR_STATUS, 2); in mskc_reset() 1388 pci_write_config(sc->msk_dev, PCIR_STATUS, status | in mskc_reset() 3509 v16 = pci_read_config(sc->msk_dev, PCIR_STATUS, 2); in msk_intr_hwerr() 3511 pci_write_config(sc->msk_dev, PCIR_STATUS, v16 | in msk_intr_hwerr()
|
| /freebsd-13-stable/sys/dev/vr/ |
| HD | if_vr.c | 1760 pcis = pci_read_config(sc->vr_dev, PCIR_STATUS, 2); in vr_error() 1763 pci_write_config(sc->vr_dev, PCIR_STATUS, pcis, 2); in vr_error()
|
| /freebsd-13-stable/sys/dev/cas/ |
| HD | if_cas.c | 1924 status = pci_read_config(sc->sc_dev, PCIR_STATUS, 2); in cas_eint() 1926 pci_write_config(sc->sc_dev, PCIR_STATUS, status, 2); in cas_eint()
|
| /freebsd-13-stable/sys/dev/bwi/ |
| HD | if_bwi.c | 678 status = pci_read_config(sc->sc_dev, PCIR_STATUS, 2); in bwi_power_on() 680 pci_write_config(sc->sc_dev, PCIR_STATUS, status, 2); in bwi_power_on()
|
| /freebsd-13-stable/sys/dev/iwm/ |
| HD | if_iwm.c | 5955 reg = pci_read_config(dev, PCIR_STATUS, sizeof(reg)); in iwm_pci_attach() 5960 pci_write_config(dev, PCIR_STATUS, reg, sizeof(reg)); in iwm_pci_attach()
|
| /freebsd-13-stable/sys/dev/sym/ |
| HD | sym_hipd.c | 3727 pci_sts = pci_read_config(np->device, PCIR_STATUS, 2); in sym_log_hard_error() 3729 pci_write_config(np->device, PCIR_STATUS, pci_sts, 2); in sym_log_hard_error()
|
| /freebsd-13-stable/sys/dev/aacraid/ |
| HD | aacraid.c | 1941 status = pci_read_config(dev, PCIR_STATUS, 2); in aac_find_pci_capability()
|
| /freebsd-13-stable/sys/dev/cxgb/ |
| HD | cxgb_main.c | 1158 status = pci_read_config(dev, PCIR_STATUS, 2); in t3_os_find_pci_capability()
|