| /NextBSD/sys/gnu/dts/arm/ |
| HD | vexpress-v2p-ca5s.dts | 131 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 …]
|
| HD | vexpress-v2p-ca15-tc1.dts | 129 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 …]
|
| HD | vexpress-v2p-ca15_a7.dts | 208 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 …]
|
| HD | vexpress-v2p-ca9.dts | 190 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";
|
| HD | stih415-clock.dtsi | 43 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";
|
| HD | ecx-common.dtsi | 149 osc: oscillator { label 158 clocks = <&osc>; 165 clocks = <&osc>; 186 clocks = <&osc>;
|
| HD | vexpress-v2m-rs1.dtsi | 372 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";
|
| HD | vexpress-v2m.dtsi | 371 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";
|
| HD | stihxxx-b2120.dtsi | 62 st,osc-rdy; 66 st,osc-force-ext;
|
| HD | stih416-clock.dtsi | 44 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";
|
| HD | ge863-pro3.dtsi | 19 compatible = "atmel,osc", "fixed-clock";
|
| HD | mpa1600.dts | 25 compatible = "atmel,osc", "fixed-clock";
|
| HD | tny_a9260_common.dtsi | 24 compatible = "atmel,osc", "fixed-clock";
|
| HD | pxa27x.dtsi | 42 * The muxing of external clocks/internal dividers for osc* clock
|
| HD | tny_a9263.dts | 29 compatible = "atmel,osc", "fixed-clock";
|
| HD | at91sam9x5cm.dtsi | 21 compatible = "atmel,osc", "fixed-clock";
|
| HD | usb_a9260_common.dtsi | 16 compatible = "atmel,osc", "fixed-clock";
|
| HD | imx51-apf51.dts | 29 osc {
|
| HD | at91rm9200ek.dts | 25 compatible = "atmel,osc", "fixed-clock";
|
| HD | rk3066a.dtsi | 121 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/ |
| HD | onoe.c | 421 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/ |
| HD | schizo.c | 267 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 …]
|
| HD | psycho.c | 283 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/ |
| HD | cxddk.h | 386 int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2); 388 int rev, int osc);
|
| /NextBSD/sys/dev/ctau/ |
| HD | ctau.c | 351 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()
|