Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/pcie/
H A Daspm.c145 u32 val = enable ? PCI_EXP_LNKCTL_CLKREQ_EN : 0; in pcie_set_clkpm_nocheck()
149 PCI_EXP_LNKCTL_CLKREQ_EN, in pcie_set_clkpm_nocheck()
185 if (!(reg16 & PCI_EXP_LNKCTL_CLKREQ_EN)) in pcie_clkpm_cap_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h561 #define PCI_EXP_LNKCTL_CLKREQ_EN 0x0100 /* Enable clkreq */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h562 #define PCI_EXP_LNKCTL_CLKREQ_EN 0x0100 /* Enable clkreq */ macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c185 value &= PCI_EXP_LNKCTL_CLKREQ_EN; in _rtl_pci_switch_clk_req()
188 PCI_EXP_LNKCTL_CLKREQ_EN, in _rtl_pci_switch_clk_req()
271 PCI_EXP_LNKCTL_CLKREQ_EN : 0); in rtl_pci_enable_aspm()
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c810 new &= ~PCI_EXP_LNKCTL_CLKREQ_EN; in mvebu_pci_bridge_emul_pcie_conf_write()
/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c1319 0, PCI_EXP_LNKCTL_CLKREQ_EN); in rtsx_pci_init_hw()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dpci.c1428 if (link_ctrl & PCI_EXP_LNKCTL_CLKREQ_EN) in rtw_pci_link_cfg()
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c2735 PCI_EXP_LNKCTL_CLKREQ_EN); in rtl_disable_clock_request()
2741 PCI_EXP_LNKCTL_CLKREQ_EN); in rtl_enable_clock_request()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c4032 PCI_EXP_LNKCTL_CLKREQ_EN); in tg3_power_down_prepare()
5076 PCI_EXP_LNKCTL_CLKREQ_EN); in tg3_setup_copper_phy()
5079 PCI_EXP_LNKCTL_CLKREQ_EN); in tg3_setup_copper_phy()
16435 if (lnkctl & PCI_EXP_LNKCTL_CLKREQ_EN) { in tg3_get_invariants()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dpci.c3529 if (link_ctrl & PCI_EXP_LNKCTL_CLKREQ_EN) in rtw89_pci_link_cfg()