Home
last modified time | relevance | path

Searched refs:PHYSTATUS (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/phy/qualcomm/
Dphy-qcom-qmp.h66 #define PHYSTATUS BIT(6) macro
Dphy-qcom-qmp-pcie.c2851 .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 …]
Dphy-qcom-qmp-pcie-msm8996.c455 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_pcie_msm8996_power_on()
Dphy-qcom-qmp-usbc.c554 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usbc_power_on()
Dphy-qcom-qmp-usb-legacy.c860 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_legacy_power_on()
Dphy-qcom-qmp-usb.c1751 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_power_on()
Dphy-qcom-qmp-combo.c2885 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_combo_usb_power_on()
/linux-6.12.1/drivers/net/ethernet/
Dfealnx.c249 PHYSTATUS = 0x00001000, /* physical address received */ enumerator