Searched refs:sc_channel (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/arm/ti/
H A Dti_sdma.c128 struct ti_sdma_channel sc_channel[NUM_DMA_CHANNELS]; member in struct:ti_sdma_softc
238 channel = &sc->sc_channel[ch];
352 channel = &sc->sc_channel[*ch];
477 sc->sc_channel[ch].reg_cicr = 0x0000;
489 sc->sc_channel[ch].need_reg_write = 1;
538 sc->sc_channel[ch].reg_cicr = flags;
550 sc->sc_channel[ch].need_reg_write = 1;
646 channel = &sc->sc_channel[ch];
740 channel = &sc->sc_channel[ch];
831 sc->sc_channel[c
[all...]
/freebsd-12-stable/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c61 struct scsipi_channel sc_channel; member in struct:scsitest
250 memset(&sc->sc_channel, 0, sizeof(sc->sc_channel));
251 sc->sc_channel.chan_bustype = &scsi_bustype;
252 sc->sc_channel.chan_ntargets = 2;
253 sc->sc_channel.chan_nluns = 1;
254 sc->sc_channel.chan_id = 0;
255 sc->sc_channel.chan_flags = SCSIPI_CHAN_NOSETTLE;
256 sc->sc_channel.chan_adapter = &sc->sc_adapter;
258 config_found_ia(self, "scsi", &sc->sc_channel, scsiprin
[all...]
/freebsd-12-stable/sys/sparc64/sbus/
H A Dlsi64854var.h43 int sc_channel; member in struct:lsi64854_softc
H A Ddma_sbus.c202 lsc->sc_channel = L64854_CHANNEL_SCSI;
225 lsc->sc_channel = L64854_CHANNEL_ENET;
H A Dlsi64854.c121 * sc_channel (one of SCSI, ENET, PP)
137 switch (sc->sc_channel) {
333 if (sc->sc_rev > DMAREV_1 && sc->sc_channel == L64854_CHANNEL_SCSI) {
/freebsd-12-stable/sys/dev/esp/
H A Desp_sbus.c269 lsc->sc_channel = L64854_CHANNEL_SCSI;

Completed in 114 milliseconds