Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/pcie/
Daspm.c130 u32 val = enable ? PCI_EXP_LNKCTL_CLKREQ_EN : 0; in pcie_set_clkpm_nocheck()
134 PCI_EXP_LNKCTL_CLKREQ_EN, in pcie_set_clkpm_nocheck()
167 if (!(reg16 & PCI_EXP_LNKCTL_CLKREQ_EN)) in pcie_clkpm_cap_init()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h530 #define PCI_EXP_LNKCTL_CLKREQ_EN 0x0100 /* Enable clkreq */ macro
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c728 value &= ~PCI_EXP_LNKCTL_CLKREQ_EN; in mvebu_sw_pci_bridge_write()
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c5610 PCI_EXP_LNKCTL_CLKREQ_EN); in rtl_disable_clock_request()
5616 PCI_EXP_LNKCTL_CLKREQ_EN); in rtl_enable_clock_request()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c4035 PCI_EXP_LNKCTL_CLKREQ_EN); in tg3_power_down_prepare()
5070 PCI_EXP_LNKCTL_CLKREQ_EN); in tg3_setup_copper_phy()
5073 PCI_EXP_LNKCTL_CLKREQ_EN); in tg3_setup_copper_phy()
16399 if (lnkctl & PCI_EXP_LNKCTL_CLKREQ_EN) { in tg3_get_invariants()