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

/freebsd-10.2-release/sys/dev/cmx/
H A Dcmx.c340 cmx_sync_write_SCR(struct cmx_softc *sc, uint8_t val) function
474 * device has available, or any of the errors that cmx_sync_write_SCR
563 if ((rv = cmx_sync_write_SCR(sc, SCR_READER_TO_HOST_DONE)) != 0) {
598 if ((rv = cmx_sync_write_SCR(sc, SCR_HOST_TO_READER_START)) != 0) {
610 cmx_sync_write_SCR(sc, SCR_HOST_TO_READER_DONE);
630 if ((rv = cmx_sync_write_SCR(sc, SCR_HOST_TO_READER_DONE)) != 0) {

Completed in 91 milliseconds