Home
last modified time | relevance | path

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

/freebsd/sys/dev/mvs/
H A Dmvs.c821 mvs_getstatus(device_t dev, int clear) in mvs_getstatus() function
847 status = mvs_getstatus(dev, 1); in mvs_legacy_intr()
855 if ((status = mvs_getstatus(dev, 1)) & ATA_S_BUSY) { in mvs_legacy_intr()
857 if ((status = mvs_getstatus(dev, 1)) & ATA_S_BUSY) in mvs_legacy_intr()
1935 while (((st = mvs_getstatus(dev, 0)) & (s | c)) != s) { in mvs_wait()
2125 status = mvs_getstatus(dev, 0); in mvs_softreset()