Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dtcds.c372 TCDS_CIR_CLR(cir, sc->sc_resetbits); in tcds_scsi_reset()
411 TCDS_CIR_CLR(cir, sc->sc_dmabits); in tcds_dma_enable()
425 TCDS_CIR_CLR(cir, sc->sc_intrbits); in tcds_scsi_isintr()
454 TCDS_CIR_CLR(ir0, TCDS_CIR_ALLINTR); in tcds_intr()
H A Dtcdsreg.h84 #define TCDS_CIR_CLR(c, b) c = ((c | TCDS_CIR_ALLINTR) & ~b) macro