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

/freebsd-11-stable/sys/dev/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.c2268 device_printf(sc->amr_dev, "initial init status %x\n", AMR_SGET_INITSTATUS(sc));
2273 while ((status = AMR_SGET_INITSTATUS(sc)) != AMR_SINIT_DONE) {

Completed in 107 milliseconds