Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-pci-arasan.c21 #define PHY_WRITE BIT(8) macro
112 sdhci_writew(host, (PHY_WRITE | offset), PHY_ADDR_REG); in arasan_phy_write()
/linux/drivers/net/usb/
H A Dpegasus.h22 #define PHY_WRITE 0x20 macro
H A Drtl8150.c44 #define PHY_WRITE 0x20 macro
250 tmp = indx | PHY_WRITE | PHY_GO; in write_mii_word()
H A Dpegasus.c191 if (cmd & PHY_WRITE) { in __mii_op()
230 return __mii_op(pegasus, phy, indx, regd, PHY_WRITE); in write_mii_word()