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

/drivers/media/rc/
H A Dene_ir.c536 u8 tx_puls_width; local
549 tx_puls_width = dev->tx_period / (100 / dev->tx_duty_cycle);
551 if (!tx_puls_width)
552 tx_puls_width = 1;
555 dbg("TX: pulse width = %d * 500 ns", tx_puls_width);
558 ene_write_reg(dev, ENE_CIRMOD_HPRD, tx_puls_width);

Completed in 1373 milliseconds