Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mwl/
H A Dmwl.c220 static int mwlWaitForCmdComplete(struct mwl_softc *, uint16_t);
1158 if (!mwlWaitForCmdComplete(sc, 0x8000 | cmd)) { in mwlExecuteCmd()
1178 mwlWaitForCmdComplete(struct mwl_softc *sc, uint16_t cmdCode) in mwlWaitForCmdComplete() function