Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/amr/
H A Damrreg.h652 #define AMR_SGET_INITSTATUS(sc) bus_space_read_1 (sc->amr_btag, sc->amr_bhandle, AMR_SMBOX_ENABLE) macro
H A Damr.c2231 device_printf(sc->amr_dev, "initial init status %x\n", AMR_SGET_INITSTATUS(sc)); in amr_std_init()
2236 while ((status = AMR_SGET_INITSTATUS(sc)) != AMR_SINIT_DONE) { in amr_std_init()