target_cmd
u_int8_t target_cmd;
sizeof(struct target_cmd) * AHD_TMODE_CMDS,
/*len*/sizeof(struct target_cmd),
struct target_cmd *cmd);
driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
ahd->targetcmds = (struct target_cmd *)next_vaddr;
next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
struct target_cmd *cmd;
sizeof(struct target_cmd),
ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
struct target_cmd *targetcmds;
struct target_cmd *cmd);
driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
struct target_cmd *cmd;
sizeof(struct target_cmd),
ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
sizeof(struct target_cmd) * AHC_TMODE_CMDS,
/*len*/sizeof(struct target_cmd),
struct target_cmd *targetcmds;
uthum_issue_cmd(struct uthum_softc *sc, uint8_t target_cmd, int delay)
cmdbuf[0] = target_cmd;
uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf,
if (uthum_issue_cmd(sc, target_cmd, 50))