Searched refs:tsi108_write_mii (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 215 static void tsi108_write_mii(struct tsi108_prv_data *data, in tsi108_write_mii() function 240 tsi108_write_mii(data, reg, val); in tsi108_mdio_write() 1222 tsi108_write_mii(data, MII_BMCR, BMCR_RESET); in tsi108_init_phy() 1232 tsi108_write_mii(data, 0x09, 0x0300); in tsi108_init_phy() 1233 tsi108_write_mii(data, 0x10, 0x1020); in tsi108_init_phy() 1234 tsi108_write_mii(data, 0x1c, 0x8c00); in tsi108_init_phy() 1237 tsi108_write_mii(data, in tsi108_init_phy() 1279 tsi108_write_mii(data, MII_BMCR, BMCR_PDOWN); in tsi108_kill_phy()
|