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

/linux-4.1.27/drivers/tty/serial/
H A Dioc4_serial.c996 uint32_t this_ir, this_mir; ioc4_intr() local
1007 this_mir = this_ir = pending_intrs(soft, intr_type); ioc4_intr()
1014 if ((this_mir = this_ir & intr_info->sd_bits)) { ioc4_intr()
1019 intr_info->sd_intr(intr_info->sd_info, this_mir); ioc4_intr()
1020 this_ir &= ~this_mir; ioc4_intr()

Completed in 89 milliseconds