Home
last modified time | relevance | path

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

/linux-6.15/drivers/phy/qualcomm/
H A Dphy-qcom-qmp.h66 #define PHYSTATUS BIT(6) macro
H A Dphy-qcom-qmp-pcie.c3251 .phy_status = PHYSTATUS,
3278 .phy_status = PHYSTATUS,
3307 .phy_status = PHYSTATUS,
3334 .phy_status = PHYSTATUS,
3362 .phy_status = PHYSTATUS,
3388 .phy_status = PHYSTATUS,
3449 .phy_status = PHYSTATUS,
3472 .phy_status = PHYSTATUS,
3509 .phy_status = PHYSTATUS,
3546 .phy_status = PHYSTATUS,
[all …]
H A Dphy-qcom-qmp-pcie-msm8996.c455 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_pcie_msm8996_power_on()
H A Dphy-qcom-qmp-usbc.c554 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usbc_power_on()
H A Dphy-qcom-qmp-usb-legacy.c860 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_legacy_power_on()
H A Dphy-qcom-qmp-usb.c1813 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_power_on()
H A Dphy-qcom-qmp-combo.c2981 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_combo_usb_power_on()
/linux-6.15/drivers/net/ethernet/
H A Dfealnx.c249 PHYSTATUS = 0x00001000, /* physical address received */ enumerator