Searched refs:lpi_ctl0 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c5104 u32 lpi_ctl0; local
5106 lpi_ctl0 = mvreg_read(pp, MVNETA_LPI_CTRL_0);
5111 eee->tx_lpi_timer = (lpi_ctl0) >> 8; // * scale;
5120 u32 lpi_ctl0; local
5128 lpi_ctl0 = mvreg_read(pp, MVNETA_LPI_CTRL_0);
5129 lpi_ctl0 &= ~(0xff << 8);
5130 lpi_ctl0 |= eee->tx_lpi_timer << 8;
5131 mvreg_write(pp, MVNETA_LPI_CTRL_0, lpi_ctl0);

Completed in 149 milliseconds