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

/linux-4.4.14/drivers/media/rc/
H A Dwinbond-cir.c91 #define WBCIR_REG_SP3_ASCR 0x07 /* Aux Status and Control */ macro
137 /* TX End-Of-Transmission bit for WBCIR_REG_SP3_ASCR */
139 /* RX disable bit for WBCIR_REG_SP3_ASCR */
141 /* TX data underrun error bit for WBCIR_REG_SP3_ASCR */
377 outb(WBCIR_RX_DISABLE, data->sbase + WBCIR_REG_SP3_ASCR); wbcir_idle_rx()
459 outb(WBCIR_TX_UNDERRUN, data->sbase + WBCIR_REG_SP3_ASCR); wbcir_irq_tx()
467 outb(WBCIR_TX_EOT, data->sbase + WBCIR_REG_SP3_ASCR); wbcir_irq_tx()
508 if (inb(data->sbase + WBCIR_REG_SP3_ASCR) & WBCIR_TX_UNDERRUN) wbcir_irq_handler()
984 outb(0xE0, data->sbase + WBCIR_REG_SP3_ASCR); wbcir_init_hw()

Completed in 39 milliseconds