Searched refs:comp_result (Results 1 – 2 of 2) sorted by relevance
1328 bool comp_result; in fusb302_interrupt_handle() local1388 comp_result = !!(status0 & FUSB_REG_STATUS0_COMP); in fusb302_interrupt_handle()1389 debug("IRQ: COMP_CHNG, comp=%s\n", comp_result ? "true" : "false"); in fusb302_interrupt_handle()1390 if (comp_result) { in fusb302_interrupt_handle()
1512 bool comp_result; in fusb302_irq_work() local1572 comp_result = !!(status0 & FUSB_REG_STATUS0_COMP); in fusb302_irq_work()1574 comp_result ? "true" : "false"); in fusb302_irq_work()1575 if (comp_result) { in fusb302_irq_work()