Searched refs:TWE_CONTROL (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/twe/
H A Dtwe_compat.h76 #define TWE_CONTROL(sc, val) bus_write_4((sc)->twe_io, 0x0, (u_int32_t)val) macro
H A Dtwe.c697 TWE_CONTROL(sc,
709 TWE_CONTROL(sc, TWE_CONTROL_DISABLE_INTERRUPTS);
1315 TWE_CONTROL(sc, TWE_CONTROL_CLEAR_ATTENTION_INTERRUPT);
1353 TWE_CONTROL(sc, TWE_CONTROL_CLEAR_HOST_INTERRUPT);
1370 TWE_CONTROL(sc, TWE_CONTROL_CLEAR_ATTENTION_INTERRUPT);
1389 TWE_CONTROL(sc, TWE_CONTROL_MASK_COMMAND_INTERRUPT);
H A Dtwereg.h57 #define TWE_SOFT_RESET(sc) TWE_CONTROL(sc, TWE_CONTROL_ISSUE_SOFT_RESET | \
H A Dtwe_freebsd.c642 TWE_CONTROL(sc, TWE_CONTROL_CLEAR_PARITY_ERROR);
652 TWE_CONTROL(sc, TWE_CONTROL_CLEAR_PCI_ABORT);

Completed in 124 milliseconds