Home
last modified time | relevance | path

Searched refs:raw_tx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/rc/
H A Dene_ir.c607 u8 raw_tx; in ene_tx_sample() local
641 raw_tx = min(dev->tx_sample , (unsigned int)ENE_CIRRLC_OUT_MASK); in ene_tx_sample()
642 dev->tx_sample -= raw_tx; in ene_tx_sample()
644 dbg("TX: sample %8d (%s)", raw_tx * sample_period, in ene_tx_sample()
647 raw_tx |= ENE_CIRRLC_OUT_PULSE; in ene_tx_sample()
650 dev->tx_reg ? ENE_CIRRLC_OUT1 : ENE_CIRRLC_OUT0, raw_tx); in ene_tx_sample()