HomeSort by: relevance | last modified time | path
    Searched defs:sbsc (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/sbus/
if_hme_sbus.c 87 struct sbus_softc *sbsc = device_private(parent); local in function:hmeattach_sbus
164 sbusburst = sbsc->sc_burst;
lebuffer.c 79 struct sbus_softc *sbsc = device_private(parent); local in function:lebufattach
107 sbusburst = sbsc->sc_burst;
125 sbus_setup_attach_args(sbsc,
dma_sbus.c 131 struct sbus_softc *sbsc = device_private(parent); local in function:dmaattach_sbus
160 sbusburst = sbsc->sc_burst;
212 sbus_setup_attach_args(sbsc, sbt, sc->sc_dmatag, node, &sax);
cs4231_sbus.c 141 struct cs4231_sbus_softc *sbsc; local in function:cs4231_sbus_attach
146 sbsc = device_private(self);
147 sc = &sbsc->sc_cs4231;
149 sbsc->sc_bt = sc->sc_bustag = sa->sa_bustag;
152 sbsc->sc_pint = sparc_softintr_establish(IPL_SCHED,
154 sbsc->sc_rint = sparc_softintr_establish(IPL_SCHED,
174 APC_DMA_SIZE, &sbsc->sc_bh);
184 cs4231_sbus_intr, sbsc);
186 audio_attach_mi(&audiocs_sbus_hw_if, sbsc, self);
228 struct cs4231_sbus_softc *sbsc; local in function:cs4231_sbus_trigger_output
314 struct cs4231_sbus_softc *sbsc; local in function:cs4231_sbus_halt_output
360 struct cs4231_sbus_softc *sbsc; local in function:cs4231_sbus_trigger_input
445 struct cs4231_sbus_softc *sbsc; local in function:cs4231_sbus_halt_input
491 struct cs4231_sbus_softc *sbsc; local in function:cs4231_sbus_intr
    [all...]
qec.c 101 struct sbus_softc *sbsc = device_private(parent); local in function:qecattach
154 sbusburst = sbsc->sc_burst;
208 sbus_setup_attach_args(sbsc,
esp_sbus.c 153 struct sbus_softc *sbsc = device_private(parent); local in function:espattach_sbus
171 sc->sc_freq = sbsc->sc_clockfreq;
228 sbusburst = sbsc->sc_burst;
isp_sbus.c 124 struct sbus_softc *sbsc = device_private(parent); local in function:isp_sbus_attach
165 sbusburst = sbsc->sc_burst;
bpp.c 159 struct sbus_softc *sbsc = device_private(parent); local in function:bppattach
187 sbusburst = sbsc->sc_burst;
  /src/sys/arch/x68k/x68k/
autoconf.c 175 struct scsibus_softc *sbsc; local in function:scsi_find
212 sbsc = device_private(scsibus);
213 periph = scsipi_lookup_periph(sbsc->sc_channel,
  /src/sys/arch/sun3/sun3/
autoconf.c 255 struct scsibus_softc *sbsc; local in function:scsi_find
268 sbsc = device_private(scsibus);
269 periph = scsipi_lookup_periph(sbsc->sc_channel, target, lun);
  /src/sys/arch/sun68k/sun68k/
autoconf.c 387 struct scsibus_softc *sbsc; local in function:scsi_find
399 sbsc = device_private(scsibus);
400 periph = scsipi_lookup_periph(sbsc->sc_channel, target, lun);
  /src/sys/arch/sparc/sparc/
autoconf.c 1877 struct scsibus_softc *sbsc = local in function:device_register
1883 if ((bp-1)->dev != device_parent(sbsc->sc_dev))

Completed in 16 milliseconds