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

/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c173 struct ie_sys_ctl_block *pscb,
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) argument
984 if ( pscb ) {
985 pscb->ie_command = cmd;
986 host2ie(sc, pscb, IE_IBASE + IE_SCB_OFF, sizeof *pscb);
1020 if ( pscb )
1021 ie2host(sc, IE_IBASE + IE_SCB_OFF, pscb, sizeof *pscb );

Completed in 97 milliseconds