Searched refs:synth_shift_bits (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_lmc.c655 synth_shift_bits(softc_t *sc, u_int32_t data, u_int32_t len) function
692 synth_shift_bits(sc, synth->n, 7);
693 synth_shift_bits(sc, synth->m, 7);
694 synth_shift_bits(sc, synth->v, 1);
695 synth_shift_bits(sc, synth->x, 2);
696 synth_shift_bits(sc, synth->r, 2);
697 synth_shift_bits(sc, 0x16, 5); /* enable clk/x output */
H A Dif_lmc.h1217 static void synth_shift_bits(softc_t *, u_int32_t, u_int32_t);

Completed in 170 milliseconds