Searched refs:tsi108_write_mii (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 223 static void tsi108_write_mii(struct tsi108_prv_data *data, in tsi108_write_mii() function 248 tsi108_write_mii(data, reg, val); in tsi108_mdio_write() 1228 tsi108_write_mii(data, MII_BMCR, BMCR_RESET); in tsi108_init_phy() 1238 tsi108_write_mii(data, 0x09, 0x0300); in tsi108_init_phy() 1239 tsi108_write_mii(data, 0x10, 0x1020); in tsi108_init_phy() 1240 tsi108_write_mii(data, 0x1c, 0x8c00); in tsi108_init_phy() 1243 tsi108_write_mii(data, in tsi108_init_phy() 1285 tsi108_write_mii(data, MII_BMCR, BMCR_PDOWN); in tsi108_kill_phy()
|