Searched refs:target_cmd (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | uthum.c | 282 uthum_issue_cmd(struct uthum_softc *sc, uint8_t target_cmd, int delay) in uthum_issue_cmd() argument 297 cmdbuf[0] = target_cmd; in uthum_issue_cmd() 320 uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf, in uthum_read_data() argument 330 if (uthum_issue_cmd(sc, target_cmd, 50)) in uthum_read_data()
|
/openbsd/sys/dev/ic/ |
H A D | aic7xxx_inline.h | 479 sizeof(struct target_cmd) * AHC_TMODE_CMDS, in ahc_sync_tqinfifo() 508 /*len*/sizeof(struct target_cmd), in ahc_check_cmdcmpltqueues()
|
H A D | aic7xxxvar.h | 650 struct target_cmd { struct 1057 struct target_cmd *targetcmds;
|
H A D | aic79xx.h | 671 struct target_cmd { struct 1177 struct target_cmd *targetcmds;
|
H A D | adwlib.h | 797 u_int8_t target_cmd; member
|
H A D | aic79xx.c | 262 struct target_cmd *cmd); 6076 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init() 6091 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init() 6092 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init() 6093 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init() 9656 struct target_cmd *cmd; in ahd_run_tqinfifo() 9672 sizeof(struct target_cmd), in ahd_run_tqinfifo() 9692 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd() 10559 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo() 10589 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues()
|
H A D | aic7xxx.c | 242 struct target_cmd *cmd); 4703 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init() 4718 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init() 7061 struct target_cmd *cmd; in ahc_run_tqinfifo() 7085 sizeof(struct target_cmd), in ahc_run_tqinfifo() 7115 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
|