Home
last modified time | relevance | path

Searched refs:ALLOC_INT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/smc/
H A Dif_smc.c559 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()
H A Dif_smcreg.h199 #define ALLOC_INT 0x0008 /* Allocation complete */ macro