Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/twe/
HDtwe.c163 status_reg = TWE_STATUS(sc); in twe_setup()
378 status_reg = TWE_STATUS(sc); in twe_intr()
1131 status_reg = TWE_STATUS(sc); in twe_start()
1182 status_reg = TWE_STATUS(sc); in twe_done()
1265 status_reg = TWE_STATUS(sc); in twe_wait_status()
1287 status_reg = TWE_STATUS(sc); in twe_drain_response_queue()
1322 status_reg = TWE_STATUS(sc); in twe_soft_reset()
1887 status_reg = TWE_STATUS(sc); in twe_print_controller()
HDtwe_compat.h75 #define TWE_STATUS(sc) (u_int32_t)bus_read_4((sc)->twe_io, 0x4) macro