Searched refs:PCIER_LINK_CTL (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c501 /* Override ASPM/ECPM settings in SPROM shadow and PCIER_LINK_CTL */
519 cfg = pcie_read_config(sc->pci_dev, PCIER_LINK_CTL, 2);
528 pcie_write_config(sc->pci_dev, PCIER_LINK_CTL, cfg, 2);
630 lcreg = pcie_read_config(sc->pci_dev, PCIER_LINK_CTL, 2);
636 pcie_write_config(sc->pci_dev, PCIER_LINK_CTL, lcreg, 2);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h127 #define PCI_EXP_LNKCTL PCIER_LINK_CTL
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h219 #define PCI_EXP_LNKCTL PCIER_LINK_CTL
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_pcie_trans.c411 reg = pci_read_config(sc->sc_dev, PCIER_LINK_CTL, sizeof(reg));
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h117 #define PCI_EXP_LNKCTL PCIER_LINK_CTL /* Link Control */
489 #define PCI_EXP_LNKCTL PCIER_LINK_CTL
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c627 linkctl = pci_read_config(dev, capmem + PCIER_LINK_CTL, 2);
628 pci_write_config(dev, capmem + PCIER_LINK_CTL, (linkctl |
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h843 #define PCIER_LINK_CTL 0x10 macro
H A Dpci.c5838 WREG(PCIER_LINK_CTL, cfg->pcie_link_ctl);
5956 cfg->pcie_link_ctl = RREG(PCIER_LINK_CTL);
6350 v = pci_read_config(port, pcie_location + PCIER_LINK_CTL, 2);
6352 pci_write_config(port, pcie_location + PCIER_LINK_CTL, v, 2);
6356 pci_write_config(port, pcie_location + PCIER_LINK_CTL, v, 2);
/freebsd-11-stable/usr.sbin/pciconf/
H A Dcap.c510 ctl = read_config(fd, &p->pc_sel, ptr + PCIER_LINK_CTL, 2);
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c1151 PCIER_LINK_CTL);
1166 CSR_WRITE_2(sc, sc->alc_expcap + PCIER_LINK_CTL,
1291 ctl = CSR_READ_2(sc, sc->alc_expcap + PCIER_LINK_CTL);
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c1367 PCIER_LINK_CTL, 2);
1371 PCIER_LINK_CTL, ctl, 2);
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c308 lcsr = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
310 pci_write_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, lcsr, 4);
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3798 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);
5133 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c6326 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
8334 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c5556 reg = base + PCIER_LINK_CTL;

Completed in 178 milliseconds