Symbol: PCI_PCIE_LCSR
sys/dev/pci/drm/drm_linux.c
2843
lcsr = pci_conf_read(pc, tag, pos + PCI_PCIE_LCSR);
sys/dev/pci/if_alc.c
1000
CSR_WRITE_2(sc, sc->alc_expcap + PCI_PCIE_LCSR, linkcfg);
sys/dev/pci/if_alc.c
1126
base + PCI_PCIE_LCSR) >> 16;
sys/dev/pci/if_alc.c
985
linkcfg = CSR_READ_2(sc, sc->alc_expcap + PCI_PCIE_LCSR);
sys/dev/pci/if_athn_pci.c
276
psc->sc_cap_off + PCI_PCIE_LCSR);
sys/dev/pci/if_athn_pci.c
279
psc->sc_cap_off + PCI_PCIE_LCSR, reg);
sys/dev/pci/if_bge.c
2702
sc->bge_expcap + PCI_PCIE_LCSR);
sys/dev/pci/if_bge.c
2705
sc->bge_expcap + PCI_PCIE_LCSR, reg);
sys/dev/pci/if_em.c
3450
offset + PCI_PCIE_LCSR);
sys/dev/pci/if_em.c
3467
offset + PCI_PCIE_LCSR, val);
sys/dev/pci/if_iwm.c
1739
sc->sc_cap_off + PCI_PCIE_LCSR);
sys/dev/pci/if_iwn.c
4797
sc->sc_cap_off + PCI_PCIE_LCSR);
sys/dev/pci/if_iwn.c
6831
sc->sc_cap_off + PCI_PCIE_LCSR);
sys/dev/pci/if_iwx.c
2442
sc->sc_cap_off + PCI_PCIE_LCSR);
sys/dev/pci/if_myx.c
567
offset + PCI_PCIE_LCSR);
sys/dev/pci/if_qwx_pci.c
2156
psc->sc_cap_off + PCI_PCIE_LCSR);
sys/dev/pci/if_qwx_pci.c
2163
pci_conf_write(psc->sc_pc, psc->sc_tag, psc->sc_cap_off + PCI_PCIE_LCSR,
sys/dev/pci/if_qwx_pci.c
2176
psc->sc_cap_off + PCI_PCIE_LCSR, psc->sc_lcsr);
sys/dev/pci/if_qwz_pci.c
2023
psc->sc_cap_off + PCI_PCIE_LCSR);
sys/dev/pci/if_qwz_pci.c
2030
pci_conf_write(psc->sc_pc, psc->sc_tag, psc->sc_cap_off + PCI_PCIE_LCSR,
sys/dev/pci/if_qwz_pci.c
2043
psc->sc_cap_off + PCI_PCIE_LCSR, psc->sc_lcsr);
sys/dev/pci/if_re_pci.c
181
reg = pci_conf_read(pc, pa->pa_tag, offset + PCI_PCIE_LCSR);
sys/dev/pci/if_re_pci.c
184
pci_conf_write(pc, pa->pa_tag, offset + PCI_PCIE_LCSR, reg);
sys/dev/pci/if_rge.c
289
offset + PCI_PCIE_LCSR);
sys/dev/pci/if_rge.c
292
pci_conf_write(pa->pa_pc, pa->pa_tag, offset + PCI_PCIE_LCSR,
sys/dev/pci/if_rtwn.c
349
sc->sc_cap_off + PCI_PCIE_LCSR);
sys/dev/pci/if_rtwn.c
352
sc->sc_cap_off + PCI_PCIE_LCSR, lcsr);
sys/dev/pci/if_wpi.c
2369
sc->sc_cap_off + PCI_PCIE_LCSR);
usr.sbin/pcidump/pcidump.c
590
if (pci_read(bus, dev, func, ptr + PCI_PCIE_LCSR, &lcsr) != 0)