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

/netbsd-current/sys/dev/pci/
H A Dif_wmreg.h1666 #define HSFSTS_DONE 0x0001 /* Flash Cycle Done */ macro
H A Dif_wm.c14627 hsfsts |= HSFSTS_DONE;
14657 hsfsts |= HSFSTS_DONE;
14701 if (hsfsts & HSFSTS_DONE)
14706 if ((hsfsts & HSFSTS_DONE) == 1 && (hsfsts & HSFSTS_ERR) == 0)
14806 } else if ((hsfsts & HSFSTS_DONE) == 0)

Completed in 127 milliseconds