Home
last modified time | relevance | path

Searched refs:esc_command (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/acorn32/podulebus/
H A Desc.c442 *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() local
637 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 …]
H A Dcosc.c144 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()
H A Descreg.h46 vu_char *esc_command; /* rw: Chip command reg */ member