Home
last modified time | relevance | path

Searched refs:PCIEM_LINK_CTL_ECPM (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c528 cfg &= ~PCIEM_LINK_CTL_ECPM; /* CLKREQ# */ in bhnd_pci_wars_hwup()
634 lcreg |= PCIEM_LINK_CTL_ECPM; /* CLKREQ# */ in bhnd_pci_wars_hwdown()
/freebsd/sys/dev/pci/
H A Dpcireg.h855 #define PCIEM_LINK_CTL_ECPM 0x0100 macro
/freebsd/usr.sbin/pciconf/
H A Dcap.c660 printf(" ClockPM %s", (ctl & PCIEM_LINK_CTL_ECPM) ? in cap_express()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h121 #define PCI_EXP_LNKCTL_CLKREQ_EN PCIEM_LINK_CTL_ECPM /* Enable clock PM */
/freebsd/sys/dev/re/
H A Dif_re.c1377 if ((ctl & (PCIEM_LINK_CTL_ECPM | in re_attach()
1379 ctl &= ~(PCIEM_LINK_CTL_ECPM | in re_attach()