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

  /src/sys/arch/arm/gemini/
obio_timer.c 142 struct geminitmr_softc xsc; variable in typeref:struct:geminitmr_softc
  /src/sys/dev/pcmcia/
mhzc.c 707 struct mhzc_softc *xsc = device_private(device_parent(sc->sc_dev)); local in function:sm_mhzc_enable
709 return mhzc_enable(xsc, MHZC_ETHERNET_ENABLED);
715 struct mhzc_softc *xsc = device_private(device_parent(sc->sc_dev)); local in function:sm_mhzc_disable
717 mhzc_disable(xsc, MHZC_ETHERNET_ENABLED);
  /src/sys/arch/next68k/dev/
if_xe.c 152 struct xe_softc *xsc = device_private(self); local in function:findchannel_defer
153 struct mb8795_softc *sc = &xsc->sc_mb8795;
156 if (!xsc->sc_txdma) {
157 xsc->sc_txdma = nextdma_findchannel ("enetx");
158 if (xsc->sc_txdma == NULL)
162 if (!xsc->sc_rxdma) {
163 xsc->sc_rxdma = nextdma_findchannel ("enetr");
164 if (xsc->sc_rxdma == NULL)
169 device_xname(xsc->sc_txdma->sc_dev),
170 device_xname(xsc->sc_rxdma->sc_dev))
226 struct xe_softc *xsc = device_private(self); local in function:xe_attach
296 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_read_reg
304 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_write_reg
312 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_reset
342 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_rx_setup
361 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_rx_go
371 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_rx_mbuf
409 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_tx_setup
419 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_tx_go
429 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_tx_mbuf
498 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_tx_isactive
512 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_tx_completed
533 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_tx_shutdown
584 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_rx_completed
612 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_rx_shutdown
637 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_rxmap_load
701 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_rx_continue
739 struct xe_softc *xsc = (struct xe_softc *)sc; local in function:xe_dma_tx_continue
    [all...]
  /src/sys/dev/usb/
ulpt.c 159 static void ulpt_tick(void *xsc);
844 void *xsc; local in function:ulpt_read_cb
847 usbd_get_xfer_status(xfer, &xsc, NULL, &n, &err);
848 sc = xsc;
870 ulpt_tick(void *xsc)
872 struct ulpt_softc *sc = xsc;

Completed in 13 milliseconds