Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_scsi.h48 #define WRITE_PHY 0x07 macro
H A Drtsx_scsi.c2354 case WRITE_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()
106 OUTW (dev, (WRITE_PHY | (regaddr << 8) | priv->PhyAddr), MDIOCTRL); in ax88180_mdio_write()
H A Dax88180.h253 #define WRITE_PHY 0x00008000 macro