Searched refs:PCIER_LINK_CTL (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/sys/dev/cxgbe/ |
| HD | osdep.h | 129 #define PCI_EXP_LNKCTL PCIER_LINK_CTL
|
| /NextBSD/sys/dev/cxgb/ |
| HD | cxgb_osdep.h | 219 #define PCI_EXP_LNKCTL PCIER_LINK_CTL
|
| /NextBSD/sys/dev/iwm/ |
| HD | if_iwm_pcie_trans.c | 387 reg = pci_read_config(sc->sc_dev, PCIER_LINK_CTL, sizeof(reg)); in iwm_apm_config()
|
| /NextBSD/sys/dev/pci/ |
| HD | pcireg.h | 759 #define PCIER_LINK_CTL 0x10 macro
|
| HD | pci.c | 5191 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/ |
| HD | pci.h | 92 #define PCI_EXP_LNKCTL PCIER_LINK_CTL /* Link Control */
|
| /NextBSD/usr.sbin/pciconf/ |
| HD | cap.c | 479 ctl = read_config(fd, &p->pc_sel, ptr + PCIER_LINK_CTL, 2); in cap_express()
|
| /NextBSD/sys/dev/alc/ |
| HD | if_alc.c | 1145 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/ |
| HD | if_rtwn.c | 308 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/ |
| HD | if_re.c | 1365 PCIER_LINK_CTL, 2); in re_attach() 1369 PCIER_LINK_CTL, ctl, 2); in re_attach()
|
| /NextBSD/sys/dev/wpi/ |
| HD | if_wpi.c | 3802 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/ |
| HD | if_iwn.c | 6282 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/ |
| HD | if_em.c | 5335 reg = base + PCIER_LINK_CTL; in em_disable_aspm()
|