Searched refs:sendto_mii (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 977 static void sendto_mii(u32 command, int data, u_long ioaddr); 4854 sendto_mii(MII_MWR | MII_WR, data, ioaddr); in mii_wdata() 4866 sendto_mii(MII_MWR | MII_WR, addr, ioaddr); in mii_address() 4875 sendto_mii(MII_MWR | MII_WR, 1, ioaddr); in mii_ta() 4876 sendto_mii(MII_MWR | MII_WR, 0, ioaddr); in mii_ta() 4897 sendto_mii(u32 command, int data, u_long ioaddr) in sendto_mii() function
|