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

/openbsd-current/sys/dev/pci/
H A Dif_re_pci.c181 reg = pci_conf_read(pc, pa->pa_tag, offset + PCI_PCIE_LCSR);
184 pci_conf_write(pc, pa->pa_tag, offset + PCI_PCIE_LCSR, reg);
H A Dif_athn_pci.c276 psc->sc_cap_off + PCI_PCIE_LCSR);
279 psc->sc_cap_off + PCI_PCIE_LCSR, reg);
H A Dpcireg.h585 #define PCI_PCIE_LCSR 0x10 macro
H A Dif_rtwn.c349 sc->sc_cap_off + PCI_PCIE_LCSR);
352 sc->sc_cap_off + PCI_PCIE_LCSR, lcsr);
H A Dif_alc.c985 linkcfg = CSR_READ_2(sc, sc->alc_expcap + PCI_PCIE_LCSR);
1000 CSR_WRITE_2(sc, sc->alc_expcap + PCI_PCIE_LCSR, linkcfg);
1126 base + PCI_PCIE_LCSR) >> 16;
H A Dif_qwx_pci.c2145 psc->sc_cap_off + PCI_PCIE_LCSR);
2152 pci_conf_write(psc->sc_pc, psc->sc_tag, psc->sc_cap_off + PCI_PCIE_LCSR,
2165 psc->sc_cap_off + PCI_PCIE_LCSR, psc->sc_lcsr);
H A Dif_em.c3449 offset + PCI_PCIE_LCSR);
3466 offset + PCI_PCIE_LCSR, val);
H A Dif_rge.c264 offset + PCI_PCIE_LCSR);
267 pci_conf_write(pa->pa_pc, pa->pa_tag, offset + PCI_PCIE_LCSR,
H A Dif_myx.c567 offset + PCI_PCIE_LCSR);
H A Dif_bge.c2702 sc->bge_expcap + PCI_PCIE_LCSR);
2705 sc->bge_expcap + PCI_PCIE_LCSR, reg);
H A Dif_iwn.c4797 sc->sc_cap_off + PCI_PCIE_LCSR);
6831 sc->sc_cap_off + PCI_PCIE_LCSR);
H A Dif_wpi.c2369 sc->sc_cap_off + PCI_PCIE_LCSR);
H A Dif_iwx.c2392 sc->sc_cap_off + PCI_PCIE_LCSR);
H A Dif_iwm.c1739 sc->sc_cap_off + PCI_PCIE_LCSR);
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c572 if (pci_read(bus, dev, func, ptr + PCI_PCIE_LCSR, &lcsr) != 0)
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_linux.c2745 lcsr = pci_conf_read(pc, tag, pos + PCI_PCIE_LCSR);

Completed in 457 milliseconds