Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/amr/
H A Damrreg.h590 #define AMR_QGET_INITSTATUS(sc) pci_read_config((sc)->amr_dev, 0x9c, 1) macro
H A Damr.c2204 device_printf(sc->amr_dev, "initial init status %x\n", AMR_QGET_INITSTATUS(sc)); in amr_quartz_init()
2209 while ((status = AMR_QGET_INITSTATUS(sc)) != AMR_QINIT_DONE) { in amr_quartz_init()