Searched refs:osc (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/dev/ath/ath_rate/onoe/
H A Donoe.c421 struct onoe_softc *osc; local
423 osc = malloc(sizeof(struct onoe_softc), M_DEVBUF, M_NOWAIT|M_ZERO);
424 if (osc == NULL)
426 osc->arc.arc_space = sizeof(struct onoe_node);
429 return &osc->arc;
435 struct onoe_softc *osc = (struct onoe_softc *) arc; local
437 free(osc, M_DEVBUF);
/freebsd-10.1-release/sys/sparc64/pci/
H A Dschizo.c275 struct schizo_softc *asc, *sc, *osc; local
328 osc = NULL;
333 osc = asc;
337 if (osc == NULL) {
346 if (mtx_initialized(osc->sc_mtx) == 0)
348 sc->sc_mtx = osc->sc_mtx;
634 (osc != NULL && ((struct schizo_icarg *)intr_vectors[
636 sica_sc == osc))
646 osc != NULL)
653 schizo_set_intr(osc,
[all...]
H A Dpsycho.c290 struct psycho_softc *asc, *sc, *osc; local
348 osc = NULL;
353 osc = asc;
357 if (osc == NULL) {
366 if (mtx_initialized(osc->sc_mtx) == 0)
368 sc->sc_mtx = osc->sc_mtx;
479 if (osc == NULL) {
569 sc->sc_is = osc->sc_is;
612 if (osc == NULL) {
/freebsd-10.1-release/sys/dev/cx/
H A Dcxddk.h386 int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2);
388 int rev, int osc);
H A Dcsigma.c437 int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2)
483 switch (osc) {
811 int rev, int osc)
844 c->oscfreq = (osc & BSR2X_OSC_33) ? 33000000L : 20000000L;
859 strcat (b->name, (osc & BSR2X_OSC_33) ? "c" : "a");
436 cx_init_board(cx_board_t *b, int num, port_t port, int irq, int dma, int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2) argument
810 cx_init_2x(cx_board_t *b, int num, port_t port, int irq, int dma, int rev, int osc) argument
/freebsd-10.1-release/sys/dev/ctau/
H A Dctddk.h446 unsigned long osc; /* oscillator frequency: 10MHz or 8.192 */ member in struct:_ct_board_t
489 int type, long osc);
H A Dctau.c351 int type, long osc)
361 b->osc = osc;
419 long osc = (inb (BSR3(port)) & BSR3_ZERO) ? 8192000 : 10000000; local
457 ct_init_board (b, num, port, irq, dma, type, osc);
1109 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc);
1113 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc);
1117 ct_compute_clock (c->board->osc, c->baud, &rxbr, &tmc);
350 ct_init_board(ct_board_t *b, int num, port_t port, int irq, int dma, int type, long osc) argument
H A Dif_ct.c687 ct_init_board (b, b->num, b->port, irq, drq, b->type, b->osc);
692 b->osc == 20000000 ? "20" : "16.384");
/freebsd-10.1-release/sys/dev/cp/
H A Dcpddk.h237 unsigned long osc; /* oscillator frequency */ member in struct:_cp_board_t
H A Dif_cp.c479 printf ("cp%d: %s, clock %ld MHz\n", unit, b->name, b->osc / 1000000);
/freebsd-10.1-release/sys/dev/ce/
H A Dtau32-ddk.h294 unsigned __int32 osc, sync; member in union:tag_TAU32_tsc

Completed in 129 milliseconds