Searched refs:TCDS_CIR_CLR (Results 1 – 2 of 2) sorted by relevance
372 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()
84 #define TCDS_CIR_CLR(c, b) c = ((c | TCDS_CIR_ALLINTR) & ~b) macro