Symbol: PCIER_LINK_CTL
sys/compat/linuxkpi/common/include/linux/pci.h
120
#define PCI_EXP_LNKCTL PCIER_LINK_CTL /* Link Control */
sys/compat/linuxkpi/common/include/linux/pci.h
633
#define PCI_EXP_LNKCTL PCIER_LINK_CTL
sys/dev/alc/if_alc.c
1160
PCIER_LINK_CTL);
sys/dev/alc/if_alc.c
1175
CSR_WRITE_2(sc, sc->alc_expcap + PCIER_LINK_CTL,
sys/dev/alc/if_alc.c
1300
ctl = CSR_READ_2(sc, sc->alc_expcap + PCIER_LINK_CTL);
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
521
cfg = pcie_read_config(sc->pci_dev, PCIER_LINK_CTL, 2);
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
530
pcie_write_config(sc->pci_dev, PCIER_LINK_CTL, cfg, 2);
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
632
lcreg = pcie_read_config(sc->pci_dev, PCIER_LINK_CTL, 2);
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
638
pcie_write_config(sc->pci_dev, PCIER_LINK_CTL, lcreg, 2);
sys/dev/cxgb/cxgb_osdep.h
182
#define PCI_EXP_LNKCTL PCIER_LINK_CTL
sys/dev/cxgbe/osdep.h
127
#define PCI_EXP_LNKCTL PCIER_LINK_CTL
sys/dev/cxgbe/t4_main.c
2732
lctl = v + PCIER_LINK_CTL;
sys/dev/e1000/if_em.c
5371
reg = base + PCIER_LINK_CTL;
sys/dev/iwm/if_iwm_pcie_trans.c
448
lctl = pci_read_config(sc->sc_dev, pcie_ptr + PCIER_LINK_CTL,
sys/dev/iwn/if_iwn.c
6499
reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
sys/dev/iwn/if_iwn.c
8578
reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
sys/dev/iwx/if_iwx.c
2520
lctl = pci_read_config(sc->sc_dev, pcie_ptr + PCIER_LINK_CTL,
sys/dev/pci/pci.c
6252
WREG(PCIER_LINK_CTL, cfg->pcie_link_ctl);
sys/dev/pci/pci.c
6372
cfg->pcie_link_ctl = RREG(PCIER_LINK_CTL);
sys/dev/pci/pci.c
6823
v = pci_read_config(port, pcie_location + PCIER_LINK_CTL, 2);
sys/dev/pci/pci.c
6825
pci_write_config(port, pcie_location + PCIER_LINK_CTL, v, 2);
sys/dev/pci/pci.c
6829
pci_write_config(port, pcie_location + PCIER_LINK_CTL, v, 2);
sys/dev/re/if_re.c
1386
PCIER_LINK_CTL, 2);
sys/dev/re/if_re.c
1392
PCIER_LINK_CTL, ctl, 2);
sys/dev/re/if_re.c
3678
sc->rl_expcap + PCIER_LINK_CTL, 2);
sys/dev/re/if_re.c
3682
sc->rl_expcap + PCIER_LINK_CTL, ctl, 2);
sys/dev/rge/if_rge.c
455
ecap + PCIER_LINK_CTL, 2);
sys/dev/rge/if_rge.c
459
ecap + PCIER_LINK_CTL, lctl, 2);
sys/dev/rtsx/rtsx.c
1049
pci_write_config(sc->rtsx_dev, sc->rtsx_pcie_cap + PCIER_LINK_CTL + 1, 1, 1);
sys/dev/rtsx/rtsx.c
898
val = pci_read_config(sc->rtsx_dev, sc->rtsx_pcie_cap + PCIER_LINK_CTL, 1);
sys/dev/rtsx/rtsx.c
899
pci_write_config(sc->rtsx_dev, sc->rtsx_pcie_cap + PCIER_LINK_CTL, val & 0xfc, 1);
sys/dev/rtwn/pci/rtwn_pci_attach.c
648
lcsr = pci_read_config(dev, cap_off + PCIER_LINK_CTL, 4);
sys/dev/rtwn/pci/rtwn_pci_attach.c
650
pci_write_config(dev, cap_off + PCIER_LINK_CTL, lcsr, 4);
sys/dev/sume/if_sume.c
624
linkctl = pci_read_config(dev, capmem + PCIER_LINK_CTL, 2);
sys/dev/sume/if_sume.c
625
pci_write_config(dev, capmem + PCIER_LINK_CTL, (linkctl |
sys/dev/wpi/if_wpi.c
3819
reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);
sys/dev/wpi/if_wpi.c
5155
reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);
usr.sbin/pciconf/cap.c
654
ctl = read_config(fd, &p->pc_sel, ptr + PCIER_LINK_CTL, 2);
usr.sbin/pciconf/cap.c
659
ctl = read_config(fd, &p->pc_sel, ptr + PCIER_LINK_CTL, 2);