Searched refs:tsi108_write_mii (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/tundra/ |
H A D | tsi108_eth.c | 202 static void tsi108_write_mii(struct tsi108_prv_data *data, in tsi108_write_mii() function 227 tsi108_write_mii(data, reg, val); in tsi108_mdio_write() 1210 tsi108_write_mii(data, MII_BMCR, BMCR_RESET); in tsi108_init_phy() 1220 tsi108_write_mii(data, 0x09, 0x0300); in tsi108_init_phy() 1221 tsi108_write_mii(data, 0x10, 0x1020); in tsi108_init_phy() 1222 tsi108_write_mii(data, 0x1c, 0x8c00); in tsi108_init_phy() 1225 tsi108_write_mii(data, in tsi108_init_phy() 1267 tsi108_write_mii(data, MII_BMCR, BMCR_PDOWN); in tsi108_kill_phy()
|