Home
last modified time | relevance | path

Searched refs:PCIE_LCSR_LINKSPEED (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dppb.c172 u_int ls = __SHIFTOUT(reg, PCIE_LCSR_LINKSPEED); in ppb_fix_pcie()
H A Dpcireg.h948 #define PCIE_LCSR_LINKSPEED __BITS(19, 16) /* Link Speed */ macro
H A Dpci_subr.c1689 pci_print_pcie_linkspeed(__SHIFTOUT(reg, PCIE_LCSR_LINKSPEED)); in pci_conf_print_pcie_cap()
H A Dif_bnx.c524 sc->link_speed = (link_status & PCIE_LCSR_LINKSPEED) >> 16; in bnx_probe_pci_caps()