Searched refs:esc_command (Results 1 – 3 of 3) sorted by relevance
442 *rp->esc_command = ESC_CMD_RESET_CHIP; in escreset()444 *rp->esc_command = ESC_CMD_NOP; in escreset()461 *rp->esc_command = ESC_CMD_RESET_SCSI_BUS; in escreset()589 *rp->esc_command = ESC_CMD_TRANSFER_INFO;598 *rp->esc_command = ESC_CMD_TRANSFER_INFO;624 vu_char *esc_command; in esc_ixfer() local637 esc_command = rp->esc_command; in esc_ixfer()650 *esc_command = ESC_CMD_TRANSFER_INFO; in esc_ixfer()667 *esc_command = ESC_CMD_TRANSFER_INFO; in esc_ixfer()755 *rp->esc_command = cmd; in esc_select_unit()[all …]
144 rp->esc.esc_command = &esc[COSC_ESCOFFSET_COMMAND]; in coscattach()158 *rp->esc.esc_command = ESC_CMD_RESET_CHIP; in coscattach()160 *rp->esc.esc_command = ESC_CMD_NOP; in coscattach()
46 vu_char *esc_command; /* rw: Chip command reg */ member