Searched defs:ESP_regs (Results 1 – 1 of 1) sorted by relevance
155 struct ESP_regs { struct157 volatile unchar esp_tclow; /* rw Low bits of the transfer count 0x00 */159 volatile unchar esp_tcmed; /* rw Mid bits of the transfer count 0x04 */161 volatile unchar esp_fdata; /* rw FIFO data bits 0x08 */163 volatile unchar esp_cmnd; /* rw SCSI command bits 0x0c */165 volatile unchar esp_status; /* ro ESP status register 0x10 */168 volatile unchar esp_intrpt; /* ro Kind of interrupt 0x14 */171 volatile unchar esp_sstep; /* ro Sequence step register 0x18 */174 volatile unchar esp_fflags; /* ro Bits of current FIFO info 0x1c */177 volatile unchar esp_cfg1; /* rw First configuration register 0x20 */[all …]