Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/phy/qualcomm/
Dphy-qcom-qmp-pcie.c44 #define PHYSTATUS BIT(6) macro
2410 .phy_status = PHYSTATUS,
2437 .phy_status = PHYSTATUS,
2466 .phy_status = PHYSTATUS,
2493 .phy_status = PHYSTATUS,
2516 .phy_status = PHYSTATUS,
2553 .phy_status = PHYSTATUS,
2590 .phy_status = PHYSTATUS,
2615 .phy_status = PHYSTATUS,
2644 .phy_status = PHYSTATUS,
[all …]
Dphy-qcom-qmp-pcie-msm8996.c34 #define PHYSTATUS BIT(6) macro
511 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_pcie_msm8996_power_on()
Dphy-qcom-qmp-usb-legacy.c36 #define PHYSTATUS BIT(6) macro
893 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_legacy_power_on()
Dphy-qcom-qmp-usb.c35 #define PHYSTATUS BIT(6) macro
1753 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_power_on()
Dphy-qcom-qmp-combo.c42 #define PHYSTATUS BIT(6) macro
2593 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_combo_usb_power_on()
/linux-6.6.21/drivers/net/ethernet/
Dfealnx.c249 PHYSTATUS = 0x00001000, /* physical address received */ enumerator