Lines Matching defs:ESP_regs
155 struct ESP_regs { struct
157 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 */
179 volatile unchar esp_cfact; /* wo Clock conversion factor 0x24 */
203 struct ESP_regs { argument
204 unsigned char io_addr[64]; /* dummy */
240 struct ESP_regs { struct
241 unsigned int io_addr;