Home
last modified time | relevance | path

Searched refs:PCIER_LINK_CTL (Results 1 – 13 of 13) sorted by relevance

/NextBSD/sys/dev/cxgbe/
HDosdep.h129 #define PCI_EXP_LNKCTL PCIER_LINK_CTL
/NextBSD/sys/dev/cxgb/
HDcxgb_osdep.h219 #define PCI_EXP_LNKCTL PCIER_LINK_CTL
/NextBSD/sys/dev/iwm/
HDif_iwm_pcie_trans.c387 reg = pci_read_config(sc->sc_dev, PCIER_LINK_CTL, sizeof(reg)); in iwm_apm_config()
/NextBSD/sys/dev/pci/
HDpcireg.h759 #define PCIER_LINK_CTL 0x10 macro
HDpci.c5191 WREG(PCIER_LINK_CTL, cfg->pcie_link_ctl); in pci_cfg_restore_pcie()
5304 cfg->pcie_link_ctl = RREG(PCIER_LINK_CTL); in pci_cfg_save_pcie()
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDpci.h92 #define PCI_EXP_LNKCTL PCIER_LINK_CTL /* Link Control */
/NextBSD/usr.sbin/pciconf/
HDcap.c479 ctl = read_config(fd, &p->pc_sel, ptr + PCIER_LINK_CTL, 2); in cap_express()
/NextBSD/sys/dev/alc/
HDif_alc.c1145 PCIER_LINK_CTL); in alc_aspm_813x()
1160 CSR_WRITE_2(sc, sc->alc_expcap + PCIER_LINK_CTL, in alc_aspm_813x()
1285 ctl = CSR_READ_2(sc, sc->alc_expcap + PCIER_LINK_CTL); in alc_init_pcie()
/NextBSD/sys/dev/rtwn/
HDif_rtwn.c308 lcsr = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4); in rtwn_attach()
310 pci_write_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, lcsr, 4); in rtwn_attach()
/NextBSD/sys/dev/re/
HDif_re.c1365 PCIER_LINK_CTL, 2); in re_attach()
1369 PCIER_LINK_CTL, ctl, 2); in re_attach()
/NextBSD/sys/dev/wpi/
HDif_wpi.c3802 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1); in wpi_set_pslevel()
5137 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1); in wpi_apm_init()
/NextBSD/sys/dev/iwn/
HDif_iwn.c6282 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4); in iwn_set_pslevel()
8288 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4); in iwn_apm_init()
/NextBSD/sys/dev/e1000/
HDif_em.c5335 reg = base + PCIER_LINK_CTL; in em_disable_aspm()