Home
last modified time | relevance | path

Searched refs:PHY_STAT_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h367 #define PHY_STAT_MASK 0x0007 macro
H A Dr8152.c1070 ocp_data = ocp_reg_read(tp, OCP_PHY_STATUS) & PHY_STAT_MASK; in r8153_init()
/openbmc/linux/drivers/net/usb/
H A Dr8152.c620 #define PHY_STAT_MASK 0x0007 macro
3732 data &= PHY_STAT_MASK; in r8153_phy_status()