Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twe/
H A Dtwe.c163 status_reg = TWE_STATUS(sc); in twe_setup()
377 status_reg = TWE_STATUS(sc); in twe_intr()
1140 status_reg = TWE_STATUS(sc); in twe_start()
1193 status_reg = TWE_STATUS(sc); in twe_done()
1278 status_reg = TWE_STATUS(sc); in twe_wait_status()
1300 status_reg = TWE_STATUS(sc); in twe_drain_response_queue()
1335 status_reg = TWE_STATUS(sc); in twe_soft_reset()
1905 status_reg = TWE_STATUS(sc); in twe_print_controller()
H A Dtwe_compat.h60 #define TWE_STATUS(sc) (u_int32_t)bus_read_4((sc)->twe_io, 0x4) macro