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

/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c172 static int command_and_wait( struct ie_softc *sc, u_short cmd,
665 if (command_and_wait(sc, IE_RU_ABORT|IE_CU_ABORT, 0, 0, 0, 0, 0))
668 if (command_and_wait(sc, IE_RU_DISABLE|IE_CU_STOP, 0, 0, 0, 0, 0))
713 if ( command_and_wait(sc, IE_CU_START, &scb, &cmd, ptr, sizeof cmd,
824 command_and_wait(sc, IE_RU_START, &scb, 0, 0, 0, 0);
870 if ( command_and_wait(sc, IE_CU_START, &scb, &cmd, ptr, sizeof cmd,
892 if ( command_and_wait(sc, IE_CU_START, &scb, &iasetup_cmd, ptr, sizeof cmd,
958 if ( command_and_wait(sc, IE_RU_DISABLE, &scb, 0, 0, 0, 0) )
973 command_and_wait(struct ie_softc *sc, u_short cmd, struct ie_sys_ctl_block *pscb, void *pcmd, int ocmd, int scmd, int mask) function
1337 command_and_wait(s
[all...]

Completed in 47 milliseconds