Symbol: siop_common_cmd
sys/dev/ic/esiopvar.h
64
struct siop_common_cmd cmd_c;
sys/dev/ic/siop_common.c
251
siop_setuptables(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
335
siop_wdtr_neg(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
415
siop_ppr_neg(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
522
siop_sdtr_neg(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
653
siop_sdtr_msg(struct siop_common_cmd *siop_cmd, int offset, int ssync, int soff)
sys/dev/ic/siop_common.c
666
siop_wdtr_msg(struct siop_common_cmd *siop_cmd, int offset, int wide)
sys/dev/ic/siop_common.c
678
siop_ppr_msg(struct siop_common_cmd *siop_cmd, int offset, int ssync, int soff)
sys/dev/ic/siop_common.c
724
siop_ma(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
792
siop_sdp(struct siop_common_cmd *siop_cmd, int offset)
sys/dev/ic/siop_common.c
852
siop_update_resid(struct siop_common_cmd *siop_cmd, int offset)
sys/dev/ic/siop_common.c
882
siop_iwr(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siopvar.h
51
struct siop_common_cmd cmd_c;
sys/dev/ic/siopvar_common.h
185
void siop_setuptables(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
188
int siop_wdtr_neg(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
189
int siop_sdtr_neg(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
190
int siop_ppr_neg(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
191
void siop_sdtr_msg(struct siop_common_cmd *, int, int, int);
sys/dev/ic/siopvar_common.h
192
void siop_wdtr_msg(struct siop_common_cmd *, int, int);
sys/dev/ic/siopvar_common.h
193
void siop_ppr_msg(struct siop_common_cmd *, int, int, int);
sys/dev/ic/siopvar_common.h
195
int siop_iwr(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
204
void siop_ma (struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
205
void siop_sdp(struct siop_common_cmd *, int);
sys/dev/ic/siopvar_common.h
206
void siop_update_resid(struct siop_common_cmd *, int);