Searched refs:sc_ch (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/powerpc/powermac/
H A Data_dbdma.h40 struct ata_channel sc_ch; member in struct:ata_dbdma_channel
H A Data_dbdma.c130 if (sc->sc_ch.dma.flags & ATA_DMA_ACTIVE) {
148 sc->sc_ch.dma.flags |= ATA_DMA_ACTIVE;
165 sc->sc_ch.dma.flags &= ~ATA_DMA_ACTIVE;
180 sc->sc_ch.dma.flags &= ~ATA_DMA_ACTIVE;
271 sc->sc_ch.dma.start = ata_dbdma_start;
272 sc->sc_ch.dma.stop = ata_dbdma_stop;
273 sc->sc_ch.dma.load = ata_dbdma_load;
274 sc->sc_ch.dma.reset = ata_dbdma_reset;
280 sc->sc_ch.dma.segsize = 126 * DEV_BSIZE;
283 sc->sc_ch
[all...]
H A Data_macio.c129 struct ata_dbdma_channel sc_ch; member in struct:ata_macio_softc
189 ch = &sc->sc_ch.sc_ch;
220 sc->sc_ch.dbdma_rid = 1;
221 sc->sc_ch.dbdma_regs = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
222 &sc->sc_ch.dbdma_rid, RF_ACTIVE);
249 sc->sc_ch.sc_ch.hw.begin_transaction = ata_macio_begin_transaction;
H A Data_kauai.c105 struct ata_dbdma_channel sc_ch; member in struct:ata_kauai_softc
255 ch = &sc->sc_ch.sc_ch;
287 sc->sc_ch.dbdma_rid = 1;
288 sc->sc_ch.dbdma_regs = sc->sc_memr;
289 sc->sc_ch.dbdma_offset = ATA_KAUAI_DBDMAOFFSET;
313 sc->sc_ch.sc_ch.hw.begin_transaction = ata_kauai_begin_transaction;
/freebsd-10.0-release/sys/dev/ct/
H A Dbshw_machdep.c83 struct ct_bus_access_handle *chp = &ct->sc_ch;
103 struct ct_bus_access_handle *chp = &ct->sc_ch;
183 struct ct_bus_access_handle *chp = &ct->sc_ch;
192 struct ct_bus_access_handle *chp = &ct->sc_ch;
208 struct ct_bus_access_handle *chp = &ct->sc_ch;
252 count = cthw_get_count(&ct->sc_ch);
286 struct ct_bus_access_handle *chp = &ct->sc_ch;
390 struct ct_bus_access_handle *chp = &ct->sc_ch;
463 count = cthw_get_count(&ct->sc_ch);
524 struct ct_bus_access_handle *chp = &ct->sc_ch;
[all...]
H A Dctvar.h67 struct ct_bus_access_handle sc_ch; /* bus access handle */ member in struct:ct_softc
H A Dct.c169 struct ct_bus_access_handle *chp = &ct->sc_ch;
357 struct ct_bus_access_handle *chp = &ct->sc_ch;
429 struct ct_bus_access_handle *chp = &ct->sc_ch;
459 struct ct_bus_access_handle *chp = &ct->sc_ch;
530 struct ct_bus_access_handle *chp = &ct->sc_ch;
583 struct ct_bus_access_handle *chp = &ct->sc_ch;
644 struct ct_bus_access_handle *chp = &ct->sc_ch;
742 struct ct_bus_access_handle *chp = &ct->sc_ch;
785 struct ct_bus_access_handle *chp = &ct->sc_ch;
805 struct ct_bus_access_handle *chp = &ct->sc_ch;
[all...]
H A Dct_isa.c171 struct ct_bus_access_handle *chp = &ct->sc_ch;

Completed in 136 milliseconds