Home
last modified time | relevance | path

Searched refs:READ_PHY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_scsi.h49 #define READ_PHY 0x17 macro
H A Drtsx_scsi.c2350 case READ_PHY: in app_cmd()
/openbmc/u-boot/drivers/net/
H A Dax88180.c75 if (((tmpval & READ_PHY) == 0) && ((tmpval & WRITE_PHY) == 0)) in ax88180_mdio_check_complete()
88 OUTW (dev, (READ_PHY | (regaddr << 8) | priv->PhyAddr), MDIOCTRL); in ax88180_mdio_read()
H A Dax88180.h252 #define READ_PHY 0x00004000 macro