command_and_wait  282 dev/isa/if_ie.c static int command_and_wait(struct ie_softc *, int,
command_and_wait  926 dev/isa/if_ie.c 				command_and_wait(sc, IE_RU_START, 0, 0);
command_and_wait 1216 dev/isa/if_ie.c 	command_and_wait(sc, IE_CU_START, 0, 0);
command_and_wait 1796 dev/isa/if_ie.c 	if (command_and_wait(sc, IE_RU_ABORT | IE_CU_ABORT, 0, 0))
command_and_wait 1799 dev/isa/if_ie.c 	if (command_and_wait(sc, IE_RU_DISABLE | IE_CU_STOP, 0, 0))
command_and_wait 1876 dev/isa/if_ie.c 	if (command_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
command_and_wait 1999 dev/isa/if_ie.c 	if (command_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
command_and_wait 2039 dev/isa/if_ie.c 		if (command_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
command_and_wait 2061 dev/isa/if_ie.c 		if (command_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
command_and_wait 2088 dev/isa/if_ie.c 	command_and_wait(sc, IE_RU_START, 0, 0);
command_and_wait 2113 dev/isa/if_ie.c 	command_and_wait(sc, IE_RU_DISABLE, 0, 0);