Searched refs:ALLOC_INT (Results 1 – 2 of 2) sorted by relevance
559 if (smc_read_1(sc, IST) & ALLOC_INT) { in smc_start_locked()560 smc_write_1(sc, ACK, ALLOC_INT); in smc_start_locked()570 sc->smc_mask |= ALLOC_INT; in smc_start_locked()915 if (status & ALLOC_INT) { in smc_task_intr()916 smc_write_1(sc, ACK, ALLOC_INT); in smc_task_intr()917 sc->smc_mask &= ~ALLOC_INT; in smc_task_intr()
199 #define ALLOC_INT 0x0008 /* Allocation complete */ macro