Searched refs:CB1_INT (Results 1 – 1 of 1) sorted by relevance
120 #define CB1_INT 0x10 /* transition on CB1 input */ macro470 out_8(&via1[IER], IER_SET | SR_INT | CB1_INT); in via_pmu_start()1319 out_8(&via1[IER], CB1_INT | IER_CLR); in pmu_suspend()1343 out_8(&via1[IER], CB1_INT | IER_SET); in pmu_resume()1595 intr = in_8(&via1[IFR]) & (SR_INT | CB1_INT); in via_pmu_interrupt()1601 intr = CB1_INT; in via_pmu_interrupt()1617 if (intr & CB1_INT) { in via_pmu_interrupt()1857 out_8(&via1[IER], IER_SET | SR_INT | CB1_INT); in restore_via_state()