Symbol: siop_common_cmd
sys/dev/ic/siop_common.c
227
siop_setuptables(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
322
siop_wdtr_neg(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
401
siop_ppr_neg(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
514
siop_sdtr_neg(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
647
siop_sdtr_msg(struct siop_common_cmd *siop_cmd, int offset, int ssync, int soff)
sys/dev/ic/siop_common.c
659
siop_wdtr_msg(struct siop_common_cmd *siop_cmd, int offset, int wide)
sys/dev/ic/siop_common.c
670
siop_ppr_msg(struct siop_common_cmd *siop_cmd, int offset, int ssync, int soff)
sys/dev/ic/siop_common.c
685
siop_ma(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siop_common.c
751
siop_sdp(struct siop_common_cmd *siop_cmd, int offset)
sys/dev/ic/siop_common.c
810
siop_update_resid(struct siop_common_cmd *siop_cmd, int offset)
sys/dev/ic/siop_common.c
840
siop_iwr(struct siop_common_cmd *siop_cmd)
sys/dev/ic/siopvar.h
66
struct siop_common_cmd cmd_c;
sys/dev/ic/siopvar_common.h
187
void siop_setuptables(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
190
int siop_wdtr_neg(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
191
int siop_sdtr_neg(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
192
int siop_ppr_neg(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
193
void siop_sdtr_msg(struct siop_common_cmd *, int, int, int);
sys/dev/ic/siopvar_common.h
194
void siop_wdtr_msg(struct siop_common_cmd *, int, int);
sys/dev/ic/siopvar_common.h
195
void siop_ppr_msg(struct siop_common_cmd *, int, int, int);
sys/dev/ic/siopvar_common.h
197
int siop_iwr(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
203
void siop_ma(struct siop_common_cmd *);
sys/dev/ic/siopvar_common.h
204
void siop_sdp(struct siop_common_cmd *, int);
sys/dev/ic/siopvar_common.h
205
void siop_update_resid(struct siop_common_cmd *, int);