Searched defs:siisata_channel (Results 1 – 1 of 1) sorted by relevance
88 struct siisata_channel { struct89 struct ata_channel ata_channel;90 bus_space_handle_t sch_scontrol;91 bus_space_handle_t sch_sstatus;92 bus_space_handle_t sch_serror;94 bus_dma_segment_t sch_prb_seg;95 int sch_prb_nseg;96 bus_dmamap_t sch_prbd;98 struct siisata_prb *sch_prb[SIISATA_MAX_SLOTS];99 bus_addr_t sch_bus_prb[SIISATA_MAX_SLOTS];[all …]