Home
last modified time | relevance | path

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

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp.h79 #define PHYSTATUS BIT(6) macro
H A Dphy-qcom-qmp-pcie.c3557 .phy_status = PHYSTATUS,
3584 .phy_status = PHYSTATUS,
3613 .phy_status = PHYSTATUS,
3640 .phy_status = PHYSTATUS,
3668 .phy_status = PHYSTATUS,
3694 .phy_status = PHYSTATUS,
3755 .phy_status = PHYSTATUS,
3778 .phy_status = PHYSTATUS,
3815 .phy_status = PHYSTATUS,
3852 .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-usb-legacy.c860 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_legacy_power_on()
H A Dphy-qcom-qmp-usbc.c1035 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usbc_usb_power_on()
H A Dphy-qcom-qmp-usb.c1974 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_usb_power_on()
H A Dphy-qcom-qmp-combo.c3905 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_combo_usb_power_on()
/linux/drivers/net/ethernet/
H A Dfealnx.c249 PHYSTATUS = 0x00001000, /* physical address received */ enumerator