Searched refs:ALLOC_INT (Results 1 – 2 of 2) sorted by relevance
562 if (smc_read_1(sc, IST) & ALLOC_INT) { in smc_start_locked()563 smc_write_1(sc, ACK, ALLOC_INT); in smc_start_locked()573 sc->smc_mask |= ALLOC_INT; in smc_start_locked()918 if (status & ALLOC_INT) { in smc_task_intr()919 smc_write_1(sc, ACK, ALLOC_INT); in smc_task_intr()920 sc->smc_mask &= ~ALLOC_INT; in smc_task_intr()
199 #define ALLOC_INT 0x0008 /* Allocation complete */ macro