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

/netbsd-current/sys/dev/ic/
H A Dsiopvar_common.h76 struct siop_common_cmd { struct
185 void siop_setuptables(struct siop_common_cmd *);
188 int siop_wdtr_neg(struct siop_common_cmd *);
189 int siop_sdtr_neg(struct siop_common_cmd *);
190 int siop_ppr_neg(struct siop_common_cmd *);
191 void siop_sdtr_msg(struct siop_common_cmd *, int, int, int);
192 void siop_wdtr_msg(struct siop_common_cmd *, int, int);
193 void siop_ppr_msg(struct siop_common_cmd *, int, int, int);
195 int siop_iwr(struct siop_common_cmd *);
204 void siop_ma (struct siop_common_cmd *);
[all...]
H A Dsiopvar.h35 * In struct siop_common_cmd siop_xfer will point to this.
51 struct siop_common_cmd cmd_c;
80 * per target struct; siop_common_cmd->target and siop_common_softc->targets[]
H A Desiopvar.h45 * In struct siop_common_cmd siop_xfer will point to this.
64 struct siop_common_cmd cmd_c;
110 * per target struct; siop_common_cmd->target and siop_common_softc->targets[]
H A Dsiop_common.c251 siop_setuptables(struct siop_common_cmd *siop_cmd)
335 siop_wdtr_neg(struct siop_common_cmd *siop_cmd)
415 siop_ppr_neg(struct siop_common_cmd *siop_cmd)
522 siop_sdtr_neg(struct siop_common_cmd *siop_cmd)
653 siop_sdtr_msg(struct siop_common_cmd *siop_cmd, int offset, int ssync, int soff)
666 siop_wdtr_msg(struct siop_common_cmd *siop_cmd, int offset, int wide)
678 siop_ppr_msg(struct siop_common_cmd *siop_cmd, int offset, int ssync, int soff)
724 siop_ma(struct siop_common_cmd *siop_cmd)
792 siop_sdp(struct siop_common_cmd *siop_cmd, int offset)
852 siop_update_resid(struct siop_common_cmd *siop_cm
[all...]

Completed in 70 milliseconds