Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h204 #define SET_PHYAD(x) (((x)&0x1F)<< 11 ) /* Set PHY Device Address */ macro
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h202 #define SET_PHYAD(x) (((x)&0x1F)<< 11 ) /* Set PHY Device Address */ macro
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h205 #define SET_PHYAD(x) (((x)&0x1F)<< 11 ) /* Set PHY Device Address */ macro
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c278 bfin_write_EMAC_STAADD(SET_PHYAD((u16) phy_addr) | in bfin_mdiobus_read()
302 bfin_write_EMAC_STAADD(SET_PHYAD((u16) phy_addr) | in bfin_mdiobus_write()