Searched refs:sendto_mii (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 977 static void sendto_mii(u32 command, int data, u_long ioaddr); 4855 sendto_mii(MII_MWR | MII_WR, data, ioaddr); in mii_wdata() 4867 sendto_mii(MII_MWR | MII_WR, addr, ioaddr); in mii_address() 4876 sendto_mii(MII_MWR | MII_WR, 1, ioaddr); in mii_ta() 4877 sendto_mii(MII_MWR | MII_WR, 0, ioaddr); in mii_ta() 4898 sendto_mii(u32 command, int data, u_long ioaddr) in sendto_mii() function
|