Searched refs:PHYSTATUS (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/phy/qualcomm/ |
D | phy-qcom-qmp.h | 66 #define PHYSTATUS BIT(6) macro
|
D | phy-qcom-qmp-pcie.c | 2851 .phy_status = PHYSTATUS, 2878 .phy_status = PHYSTATUS, 2907 .phy_status = PHYSTATUS, 2934 .phy_status = PHYSTATUS, 2962 .phy_status = PHYSTATUS, 2990 .phy_status = PHYSTATUS, 3013 .phy_status = PHYSTATUS, 3050 .phy_status = PHYSTATUS, 3087 .phy_status = PHYSTATUS, 3112 .phy_status = PHYSTATUS, [all …]
|
D | phy-qcom-qmp-pcie-msm8996.c | 455 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_pcie_msm8996_power_on()
|
D | phy-qcom-qmp-usbc.c | 554 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usbc_power_on()
|
D | phy-qcom-qmp-usb-legacy.c | 860 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_legacy_power_on()
|
D | phy-qcom-qmp-usb.c | 1751 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_power_on()
|
D | phy-qcom-qmp-combo.c | 2885 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_combo_usb_power_on()
|
/linux-6.12.1/drivers/net/ethernet/ |
D | fealnx.c | 249 PHYSTATUS = 0x00001000, /* physical address received */ enumerator
|