Searched refs:sendto_mii (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 977 static void sendto_mii(u32 command, int data, u_long ioaddr); 4847 sendto_mii(MII_MWR | MII_WR, data, ioaddr); in mii_wdata() 4859 sendto_mii(MII_MWR | MII_WR, addr, ioaddr); in mii_address() 4868 sendto_mii(MII_MWR | MII_WR, 1, ioaddr); in mii_ta() 4869 sendto_mii(MII_MWR | MII_WR, 0, ioaddr); in mii_ta() 4890 sendto_mii(u32 command, int data, u_long ioaddr) in sendto_mii() function
|