Lines Matching defs:pciide_channel
92 struct pciide_channel { /* per-channel data */ struct
93 struct channel_softc wdc_channel; /* generic part */
94 const char *name;
95 int hw_ok; /* hardware mapped & OK? */
96 int compat; /* is it compat? */
97 int dma_in_progress;
98 void *ih; /* compat or pci handle */
99 bus_space_handle_t ctl_baseioh; /* ctrl regs blk, native mode */
101 struct pciide_dma_maps {
106 } dma_maps[2];
113 uint8_t idedma_cmd;