Searched refs:lpi_ctl0 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c5103 u32 lpi_ctl0; local
5105 lpi_ctl0 = mvreg_read(pp, MVNETA_LPI_CTRL_0);
5110 eee->tx_lpi_timer = (lpi_ctl0) >> 8; // * scale;
5119 u32 lpi_ctl0; local
5127 lpi_ctl0 = mvreg_read(pp, MVNETA_LPI_CTRL_0);
5128 lpi_ctl0 &= ~(0xff << 8);
5129 lpi_ctl0 |= eee->tx_lpi_timer << 8;
5130 mvreg_write(pp, MVNETA_LPI_CTRL_0, lpi_ctl0);

Completed in 264 milliseconds