Home
last modified time | relevance | path

Searched refs:osc (Results 1 – 25 of 71) sorted by relevance

123

/NextBSD/sys/gnu/dts/arm/
HDvexpress-v2p-ca5s.dts131 oscclk0: osc@0 {
133 compatible = "arm,vexpress-osc";
140 oscclk1: osc@1 {
142 compatible = "arm,vexpress-osc";
149 osc@2 {
151 compatible = "arm,vexpress-osc";
158 oscclk3: osc@3 {
160 compatible = "arm,vexpress-osc";
167 osc@4 {
169 compatible = "arm,vexpress-osc";
[all …]
HDvexpress-v2p-ca15-tc1.dts129 osc@0 {
131 compatible = "arm,vexpress-osc";
138 osc@4 {
140 compatible = "arm,vexpress-osc";
147 oscclk5: osc@5 {
149 compatible = "arm,vexpress-osc";
156 smbclk: osc@6 {
158 compatible = "arm,vexpress-osc";
165 oscclk7: osc@7 {
167 compatible = "arm,vexpress-osc";
[all …]
HDvexpress-v2p-ca15_a7.dts208 osc@0 {
210 compatible = "arm,vexpress-osc";
217 osc@1 {
219 compatible = "arm,vexpress-osc";
226 osc@2 {
228 compatible = "arm,vexpress-osc";
235 osc@3 {
237 compatible = "arm,vexpress-osc";
244 osc@4 {
246 compatible = "arm,vexpress-osc";
[all …]
HDvexpress-v2p-ca9.dts190 osc@0 {
192 compatible = "arm,vexpress-osc";
199 oscclk1: osc@1 {
201 compatible = "arm,vexpress-osc";
208 smbclk: oscclk2: osc@2 {
210 compatible = "arm,vexpress-osc";
HDstih415-clock.dtsi43 clk_s_a0_osc_prediv: clk-s-a0-osc-prediv {
50 clock-output-names = "clk-s-a0-osc-prediv";
101 clk_s_a1_osc_prediv: clk-s-a1-osc-prediv {
108 clock-output-names = "clk-s-a1-osc-prediv";
177 clk_m_a0_osc_prediv: clk-m-a0-osc-prediv {
184 clock-output-names = "clk-m-a0-osc-prediv";
291 clk_m_a1_osc_prediv: clk-m-a1-osc-prediv {
298 clock-output-names = "clk-m-a1-osc-prediv";
413 clk_m_a2_osc_prediv: clk-m-a2-osc-prediv {
420 clock-output-names = "clk-m-a2-osc-prediv";
HDecx-common.dtsi149 osc: oscillator { label
158 clocks = <&osc>;
165 clocks = <&osc>;
186 clocks = <&osc>;
HDvexpress-v2m-rs1.dtsi372 osc@0 {
374 compatible = "arm,vexpress-osc";
381 v2m_oscclk1: osc@1 {
383 compatible = "arm,vexpress-osc";
390 v2m_oscclk2: osc@2 {
392 compatible = "arm,vexpress-osc";
HDvexpress-v2m.dtsi371 osc@0 {
373 compatible = "arm,vexpress-osc";
380 v2m_oscclk1: osc@1 {
382 compatible = "arm,vexpress-osc";
389 v2m_oscclk2: osc@2 {
391 compatible = "arm,vexpress-osc";
HDstihxxx-b2120.dtsi62 st,osc-rdy;
66 st,osc-force-ext;
HDstih416-clock.dtsi44 clk_s_a0_osc_prediv: clk-s-a0-osc-prediv {
51 clock-output-names = "clk-s-a0-osc-prediv";
102 clk_s_a1_osc_prediv: clk-s-a1-osc-prediv {
109 clock-output-names = "clk-s-a1-osc-prediv";
179 clk_m_a0_osc_prediv: clk-m-a0-osc-prediv {
186 clock-output-names = "clk-m-a0-osc-prediv";
293 clk_m_a1_osc_prediv: clk-m-a1-osc-prediv {
300 clock-output-names = "clk-m-a1-osc-prediv";
415 clk_m_a2_osc_prediv: clk-m-a2-osc-prediv {
422 clock-output-names = "clk-m-a2-osc-prediv";
HDge863-pro3.dtsi19 compatible = "atmel,osc", "fixed-clock";
HDmpa1600.dts25 compatible = "atmel,osc", "fixed-clock";
HDtny_a9260_common.dtsi24 compatible = "atmel,osc", "fixed-clock";
HDpxa27x.dtsi42 * The muxing of external clocks/internal dividers for osc* clock
HDtny_a9263.dts29 compatible = "atmel,osc", "fixed-clock";
HDat91sam9x5cm.dtsi21 compatible = "atmel,osc", "fixed-clock";
HDusb_a9260_common.dtsi16 compatible = "atmel,osc", "fixed-clock";
HDimx51-apf51.dts29 osc {
HDat91rm9200ek.dts25 compatible = "atmel,osc", "fixed-clock";
HDrk3066a.dtsi121 compatible = "snps,dw-apb-timer-osc";
129 compatible = "snps,dw-apb-timer-osc";
137 compatible = "snps,dw-apb-timer-osc";
/NextBSD/sys/dev/ath/ath_rate/onoe/
HDonoe.c421 struct onoe_softc *osc; in ath_rate_attach() local
423 osc = malloc(sizeof(struct onoe_softc), M_DEVBUF, M_NOWAIT|M_ZERO); in ath_rate_attach()
424 if (osc == NULL) in ath_rate_attach()
426 osc->arc.arc_space = sizeof(struct onoe_node); in ath_rate_attach()
429 return &osc->arc; in ath_rate_attach()
435 struct onoe_softc *osc = (struct onoe_softc *) arc; in ath_rate_detach() local
437 free(osc, M_DEVBUF); in ath_rate_detach()
/NextBSD/sys/sparc64/pci/
HDschizo.c267 struct schizo_softc *asc, *sc, *osc; in schizo_attach() local
320 osc = NULL; in schizo_attach()
325 osc = asc; in schizo_attach()
329 if (osc == NULL) { in schizo_attach()
338 if (mtx_initialized(osc->sc_mtx) == 0) in schizo_attach()
340 sc->sc_mtx = osc->sc_mtx; in schizo_attach()
568 (osc != NULL && ((struct schizo_icarg *)intr_vectors[ in schizo_attach()
570 sica_sc == osc)) in schizo_attach()
580 osc != NULL) in schizo_attach()
587 schizo_set_intr(osc, 0, STX_PCIERR_B_INO, in schizo_attach()
[all …]
HDpsycho.c283 struct psycho_softc *asc, *sc, *osc; in psycho_attach() local
340 osc = NULL; in psycho_attach()
345 osc = asc; in psycho_attach()
349 if (osc == NULL) { in psycho_attach()
358 if (mtx_initialized(osc->sc_mtx) == 0) in psycho_attach()
360 sc->sc_mtx = osc->sc_mtx; in psycho_attach()
435 if (osc == NULL) { in psycho_attach()
525 sc->sc_is = osc->sc_is; in psycho_attach()
550 if (osc == NULL) { in psycho_attach()
/NextBSD/sys/dev/cx/
HDcxddk.h386 int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2);
388 int rev, int osc);
/NextBSD/sys/dev/ctau/
HDctau.c351 int type, long osc) in ct_init_board() argument
361 b->osc = osc; in ct_init_board()
419 long osc = (inb (BSR3(port)) & BSR3_ZERO) ? 8192000 : 10000000; in ct_init() local
457 ct_init_board (b, num, port, irq, dma, type, osc); in ct_init()
1109 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc); in ct_update_chan()
1113 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc); in ct_update_chan()
1117 ct_compute_clock (c->board->osc, c->baud, &rxbr, &tmc); in ct_update_chan()

123