/linux-4.4.14/drivers/clk/versatile/ |
D | clk-vexpress-osc.c | 29 #define to_vexpress_osc(osc) container_of(osc, struct vexpress_osc, hw) argument 34 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_recalc_rate() local 37 regmap_read(osc->reg, 0, &rate); in vexpress_osc_recalc_rate() 45 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_round_rate() local 47 if (WARN_ON(osc->rate_min && rate < osc->rate_min)) in vexpress_osc_round_rate() 48 rate = osc->rate_min; in vexpress_osc_round_rate() 50 if (WARN_ON(osc->rate_max && rate > osc->rate_max)) in vexpress_osc_round_rate() 51 rate = osc->rate_max; in vexpress_osc_round_rate() 59 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_set_rate() local 61 return regmap_write(osc->reg, 0, rate); in vexpress_osc_set_rate() [all …]
|
D | Makefile | 6 obj-$(CONFIG_CLK_VEXPRESS_OSC) += clk-vexpress-osc.o
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 55 static struct lu_object *osc2lu(struct osc_object *osc) in osc2lu() argument 57 return &osc->oo_cl.co_lu; in osc2lu() 75 struct osc_object *osc = lu2osc(obj); in osc_object_init() local 79 osc->oo_oinfo = cconf->u.coc_oinfo; in osc_object_init() 80 spin_lock_init(&osc->oo_seatbelt); in osc_object_init() 82 INIT_LIST_HEAD(&osc->oo_inflight[i]); in osc_object_init() 84 INIT_LIST_HEAD(&osc->oo_ready_item); in osc_object_init() 85 INIT_LIST_HEAD(&osc->oo_hp_ready_item); in osc_object_init() 86 INIT_LIST_HEAD(&osc->oo_write_item); in osc_object_init() 87 INIT_LIST_HEAD(&osc->oo_read_item); in osc_object_init() [all …]
|
D | osc_cache.c | 59 struct client_obd *cli, struct osc_object *osc); 1219 static inline int osc_is_ready(struct osc_object *osc) in osc_is_ready() argument 1221 return !list_empty(&osc->oo_ready_item) || in osc_is_ready() 1222 !list_empty(&osc->oo_hp_ready_item); in osc_is_ready() 1531 struct osc_object *osc = oap->oap_obj; in osc_enter_cache() local 1532 struct lov_oinfo *loi = osc->oo_oinfo; in osc_enter_cache() 1634 static int osc_max_rpc_in_flight(struct client_obd *cli, struct osc_object *osc) in osc_max_rpc_in_flight() argument 1636 int hprpc = !!list_empty(&osc->oo_hp_exts); in osc_max_rpc_in_flight() 1644 static int osc_makes_rpc(struct client_obd *cli, struct osc_object *osc, in osc_makes_rpc() argument 1657 if (atomic_read(&osc->oo_nr_writes) == 0) in osc_makes_rpc() [all …]
|
D | Makefile | 1 obj-$(CONFIG_LUSTRE_FS) += osc.o 2 osc-y := osc_request.o osc_dev.o osc_object.o \
|
D | osc_io.c | 105 struct osc_object *osc = NULL; /* to keep gcc happy */ in osc_io_submit() local 122 osc = cl2osc(ios->cis_obj); in osc_io_submit() 123 cli = osc_cli(osc); in osc_io_submit() 142 LASSERT(osc == oap->oap_obj); in osc_io_submit() 174 result = osc_queue_sync_pages(env, osc, &list, cmd, in osc_io_submit() 182 result = osc_queue_sync_pages(env, osc, &list, cmd, brw_flags); in osc_io_submit() 578 struct osc_object *osc = cl2osc(obj); in osc_io_fsync_start() local 586 result = osc_cache_writeback_range(env, osc, start, end, 0, in osc_io_fsync_start() 600 rc = osc_cache_wait_range(env, osc, start, end); in osc_io_fsync_start() 603 rc = osc_fsync_ost(env, osc, fio); in osc_io_fsync_start()
|
D | osc_dev.c | 109 static struct lu_device *osc2lu_dev(struct osc_device *osc) in osc2lu_dev() argument 111 return &osc->od_cl.cd_lu_dev; in osc2lu_dev() 171 LU_TYPE_INIT_FINI(osc, &osc_key, &osc_session_key);
|
D | lproc_osc.c | 571 LPROC_SEQ_FOPS_RO_TYPE(osc, connect_flags); 572 LPROC_SEQ_FOPS_RO_TYPE(osc, server_uuid); 573 LPROC_SEQ_FOPS_RO_TYPE(osc, conn_uuid); 574 LPROC_SEQ_FOPS_RO_TYPE(osc, timeouts); 575 LPROC_SEQ_FOPS_RO_TYPE(osc, state); 577 LPROC_SEQ_FOPS_WR_ONLY(osc, ping); 579 LPROC_SEQ_FOPS_RW_TYPE(osc, import); 580 LPROC_SEQ_FOPS_RW_TYPE(osc, pinger_recov);
|
D | osc_cl_internal.h | 437 int osc_prep_async_page(struct osc_object *osc, struct osc_page *ops, 456 struct osc_object *osc);
|
D | osc_page.c | 504 struct osc_object *osc = cl2osc(obj); in osc_page_init() local 511 result = osc_prep_async_page(osc, opg, vmpage, in osc_page_init() 531 result = osc_lru_reserve(env, osc, opg); in osc_page_init()
|
/linux-4.4.14/drivers/clk/at91/ |
D | clk-slow.c | 79 struct clk_slow_osc *osc = to_clk_slow_osc(hw); in clk_slow_osc_prepare() local 80 void __iomem *sckcr = osc->sckcr; in clk_slow_osc_prepare() 88 usleep_range(osc->startup_usec, osc->startup_usec + 1); in clk_slow_osc_prepare() 95 struct clk_slow_osc *osc = to_clk_slow_osc(hw); in clk_slow_osc_unprepare() local 96 void __iomem *sckcr = osc->sckcr; in clk_slow_osc_unprepare() 107 struct clk_slow_osc *osc = to_clk_slow_osc(hw); in clk_slow_osc_is_prepared() local 108 void __iomem *sckcr = osc->sckcr; in clk_slow_osc_is_prepared() 130 struct clk_slow_osc *osc; in at91_clk_register_slow_osc() local 137 osc = kzalloc(sizeof(*osc), GFP_KERNEL); in at91_clk_register_slow_osc() 138 if (!osc) in at91_clk_register_slow_osc() [all …]
|
D | clk-main.c | 74 struct clk_main_osc *osc = dev_id; in clk_main_osc_irq_handler() local 76 wake_up(&osc->wait); in clk_main_osc_irq_handler() 77 disable_irq_nosync(osc->irq); in clk_main_osc_irq_handler() 84 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_prepare() local 85 struct at91_pmc *pmc = osc->pmc; in clk_main_osc_prepare() 98 enable_irq(osc->irq); in clk_main_osc_prepare() 99 wait_event(osc->wait, in clk_main_osc_prepare() 108 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_unprepare() local 109 struct at91_pmc *pmc = osc->pmc; in clk_main_osc_unprepare() 124 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_is_prepared() local [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | 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 …]
|
D | 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 …]
|
D | vexpress-v2p-ca15_a7.dts | 230 osc@0 { 232 compatible = "arm,vexpress-osc"; 239 osc@1 { 241 compatible = "arm,vexpress-osc"; 248 osc@2 { 250 compatible = "arm,vexpress-osc"; 257 osc@3 { 259 compatible = "arm,vexpress-osc"; 266 osc@4 { 268 compatible = "arm,vexpress-osc"; [all …]
|
D | bcm-cygnus-clock.dtsi | 38 osc: oscillator { label 48 clocks = <&osc>; 74 clocks = <&osc>; 101 clocks = <&osc>; 110 clocks = <&osc>; 121 clocks = <&osc>;
|
D | 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";
|
D | vexpress-v2p-ca9.dts | 193 osc@0 { 195 compatible = "arm,vexpress-osc"; 202 oscclk1: osc@1 { 204 compatible = "arm,vexpress-osc"; 211 smbclk: oscclk2: osc@2 { 213 compatible = "arm,vexpress-osc";
|
D | ecx-common.dtsi | 149 osc: oscillator { label 158 clocks = <&osc>; 165 clocks = <&osc>; 186 clocks = <&osc>;
|
D | stihxxx-b2120.dtsi | 78 st,osc-rdy; 82 st,osc-force-ext;
|
D | vexpress-v2m-rs1.dtsi | 374 osc@0 { 376 compatible = "arm,vexpress-osc"; 383 v2m_oscclk1: osc@1 { 385 compatible = "arm,vexpress-osc"; 392 v2m_oscclk2: osc@2 { 394 compatible = "arm,vexpress-osc";
|
D | vexpress-v2m.dtsi | 373 osc@0 { 375 compatible = "arm,vexpress-osc"; 382 v2m_oscclk1: osc@1 { 384 compatible = "arm,vexpress-osc"; 391 v2m_oscclk2: osc@2 { 393 compatible = "arm,vexpress-osc";
|
D | stih418-b2199.dts | 94 st,osc-rdy; 98 st,osc-force-ext;
|
D | 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";
|
D | ge863-pro3.dtsi | 19 compatible = "atmel,osc", "fixed-clock";
|
D | mpa1600.dts | 25 compatible = "atmel,osc", "fixed-clock";
|
D | imx6ul.dtsi | 81 "pll1_bypass_src", "osc"; 104 osc: clock-osc { label 108 clock-output-names = "osc"; 341 clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>; 342 clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
|
D | tny_a9260_common.dtsi | 24 compatible = "atmel,osc", "fixed-clock";
|
D | tny_a9263.dts | 29 compatible = "atmel,osc", "fixed-clock";
|
D | usb_a9260_common.dtsi | 16 compatible = "atmel,osc", "fixed-clock";
|
D | imx51-apf51.dts | 29 osc {
|
D | at91-cosino.dtsi | 34 compatible = "atmel,osc", "fixed-clock";
|
D | usb_a9263.dts | 29 compatible = "atmel,osc", "fixed-clock";
|
D | pxa3xx.dtsi | 101 * The muxing of external clocks/internal dividers for osc* clock
|
D | pm9g45.dts | 29 compatible = "atmel,osc", "fixed-clock";
|
D | at91-foxg20.dts | 31 compatible = "atmel,osc", "fixed-clock";
|
D | imx7d.dtsi | 117 osc: clock-osc { label 121 clock-output-names = "osc"; 567 clocks = <&ckil>, <&osc>; 568 clock-names = "ckil", "osc";
|
D | at91-qil_a9260.dts | 28 compatible = "atmel,osc", "fixed-clock";
|
D | animeo_ip.dts | 40 compatible = "atmel,osc", "fixed-clock";
|
D | pxa27x.dtsi | 111 * The muxing of external clocks/internal dividers for osc* clock
|
D | at91-ariag25.dts | 42 compatible = "atmel,osc", "fixed-clock";
|
D | rk3066a.dtsi | 149 compatible = "snps,dw-apb-timer-osc"; 157 compatible = "snps,dw-apb-timer-osc"; 165 compatible = "snps,dw-apb-timer-osc";
|
D | at91sam9n12.dtsi | 109 compatible = "atmel,at91sam9x5-clk-main-rc-osc"; 117 compatible = "atmel,at91rm9200-clk-main-osc"; 400 compatible = "atmel,at91sam9x5-clk-slow-osc"; 406 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
|
D | sama5d2.dtsi | 316 compatible = "atmel,at91sam9x5-clk-main-rc-osc"; 325 compatible = "atmel,at91rm9200-clk-main-osc"; 937 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 945 compatible = "atmel,at91sam9x5-clk-slow-osc";
|
D | logicpd-torpedo-som.dtsi | 156 compatible = "ti,twl4030-power-idle-osc-off", "ti,twl4030-power-idle";
|
D | imx50.dtsi | 73 osc { 74 compatible = "fsl,imx-osc", "fixed-clock";
|
D | bcm2835.dtsi | 201 clock-output-names = "osc";
|
D | imx6qdl-microsom.dtsi | 86 pinctrl_microsom_brcm_osc: microsom-brcm-osc {
|
D | imx25.dtsi | 60 osc { 61 compatible = "fsl,imx-osc", "fixed-clock";
|
D | at91sam9x5.dtsi | 117 compatible = "atmel,at91sam9x5-clk-main-rc-osc"; 125 compatible = "atmel,at91rm9200-clk-main-osc"; 400 compatible = "atmel,at91sam9x5-clk-slow-osc"; 406 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
|
D | imx51.dtsi | 70 osc { 71 compatible = "fsl,imx-osc", "fixed-clock";
|
D | imx6sx.dtsi | 107 osc: clock@1 { label 112 clock-output-names = "osc"; 536 clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>; 537 clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
|
D | sama5d3.dtsi | 919 compatible = "atmel,at91sam9x5-clk-main-rc-osc"; 928 compatible = "atmel,at91rm9200-clk-main-osc"; 1297 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 1305 compatible = "atmel,at91sam9x5-clk-slow-osc";
|
D | omap3-beagle-xm.dts | 282 compatible = "ti,twl4030-power-beagleboard-xm", "ti,twl4030-power-idle-osc-off";
|
D | imx53.dtsi | 102 osc { 103 compatible = "fsl,imx-osc", "fixed-clock";
|
D | at91sam9g45.dtsi | 126 compatible = "atmel,at91rm9200-clk-main-osc"; 1230 compatible = "atmel,at91sam9x5-clk-slow-osc"; 1237 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
|
D | at91sam9rl.dtsi | 1050 compatible = "atmel,at91sam9x5-clk-slow-osc"; 1057 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
|
D | sama5d4.dtsi | 398 compatible = "atmel,at91sam9x5-clk-main-rc-osc"; 407 compatible = "atmel,at91rm9200-clk-main-osc"; 1314 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 1322 compatible = "atmel,at91sam9x5-clk-slow-osc";
|
D | imx6qdl.dtsi | 75 osc { 76 compatible = "fsl,imx-osc", "fixed-clock";
|
D | tegra20-whistler.dts | 53 nvidia,function = "osc";
|
D | at91sam9261.dtsi | 580 compatible = "atmel,at91rm9200-clk-main-osc";
|
D | sun5i.dtsi | 85 compatible = "allwinner,sun4i-a10-osc-clk";
|
D | imx6sl.dtsi | 88 osc {
|
D | at91rm9200.dtsi | 109 compatible = "atmel,at91rm9200-clk-main-osc";
|
D | at91sam9263.dtsi | 105 compatible = "atmel,at91rm9200-clk-main-osc";
|
D | at91sam9260.dtsi | 112 compatible = "atmel,at91rm9200-clk-main-osc";
|
D | omap3-n900.dts | 417 compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off";
|
D | sun4i-a10.dtsi | 178 compatible = "allwinner,sun4i-a10-osc-clk";
|
D | sun7i-a20.dtsi | 182 compatible = "allwinner,sun4i-a10-osc-clk";
|
/linux-4.4.14/arch/avr32/boards/hammerhead/ |
D | flash.c | 177 struct clk *osc; in hammerhead_usbh_init() local 198 osc = clk_get(NULL, "osc1"); in hammerhead_usbh_init() 199 if (IS_ERR(osc)) { in hammerhead_usbh_init() 200 ret = PTR_ERR(osc); in hammerhead_usbh_init() 204 ret = clk_set_parent(gclk, osc); in hammerhead_usbh_init() 235 clk_put(osc); in hammerhead_usbh_init()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-rs5c372.c | 252 static int rs5c372_get_trim(struct i2c_client *client, int *osc, int *trim) in rs5c372_get_trim() argument 257 if (osc) in rs5c372_get_trim() 258 *osc = (tmp & RS5C372_TRIM_XSL) ? 32000 : 32768; in rs5c372_get_trim() 419 int err, osc, trim; in rs5c372_rtc_proc() local 421 err = rs5c372_get_trim(to_i2c_client(dev), &osc, &trim); in rs5c372_rtc_proc() 424 osc / 1000, osc % 1000); in rs5c372_rtc_proc() 462 int err, osc; in rs5c372_sysfs_show_osc() local 464 err = rs5c372_get_trim(to_i2c_client(dev), &osc, NULL); in rs5c372_sysfs_show_osc() 468 return sprintf(buf, "%d.%03d KHz\n", osc / 1000, osc % 1000); in rs5c372_sysfs_show_osc() 470 static DEVICE_ATTR(osc, S_IRUGO, rs5c372_sysfs_show_osc, NULL);
|
/linux-4.4.14/arch/xtensa/boot/dts/ |
D | xtfpga.dtsi | 39 osc: main-oscillator { label 64 clocks = <&osc>; 72 clocks = <&osc>; 91 clocks = <&osc>;
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | nvidia,tegra30-car.txt | 13 the 32 KHz "32k_in", and the board-specific oscillator "osc". 45 osc: clock@0 { 61 clocks = <&clk_32k> <&osc>;
|
D | nvidia,tegra114-car.txt | 13 the 32 KHz "32k_in", and the board-specific oscillator "osc". 45 osc: clock@0 { 61 clocks = <&clk_32k> <&osc>;
|
D | nvidia,tegra20-car.txt | 13 the 32 KHz "32k_in", and the board-specific oscillator "osc". 45 osc: clock@0 { 61 clocks = <&clk_32k> <&osc>;
|
D | clock-bindings.txt | 83 clocks = <&osc 1>, <&ref 0>; 89 The baud clock is connected to output 1 of the &osc device, and the register 95 osc: oscillator { 99 clock-output-names = "osc"; 107 clocks = <&osc 0>; 120 clocks = <&osc 0>, <&pll 1>; 128 * The oscillator is fixed-frequency, and provides one clock output, named "osc". 153 clocks = <&osc 0>, <&pll 1>;
|
D | at91-clock.txt | 13 "atmel,at91sam9x5-clk-slow-osc": 16 "atmel,at91sam9x5-clk-slow-rc-osc": 33 "atmel,at91rm9200-clk-main-osc" 34 "atmel,at91sam9x5-clk-main-rc-osc" 109 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 116 - clocks : shall encode the main osc source clk sources (see atmel datasheet). 119 - atmel,osc-bypass : boolean property. Set this when a clock signal is directly 124 compatible = "atmel,at91rm9200-clk-slow-osc"; 181 compatible = "atmel,at91sam9x5-clk-main-rc-osc"; 192 - clocks : shall encode the main osc source clk sources (see atmel datasheet). [all …]
|
D | nvidia,tegra124-car.txt | 13 the 32 KHz "32k_in", and the board-specific oscillator "osc". 70 osc: clock@0 { 86 clocks = <&clk_32k> <&osc>;
|
D | brcm,iproc-clocks.txt | 33 osc: oscillator { 43 clocks = <&osc>; 73 osc: oscillator { 83 clocks = <&osc>;
|
D | imx7d-clock.txt | 9 - clock-names: should include entries "ckil", "osc"
|
D | imx6ul-clock.txt | 9 - clock-names: should include entries "ckil", "osc", "ipp_di0" and "ipp_di1"
|
D | imx6sx-clock.txt | 9 - clock-names: should include entries "ckil", "osc", "ipp_di0" and "ipp_di1"
|
D | axi-clkgen.txt | 21 clocks = <&osc 1>;
|
D | prima2-clock.txt | 16 osc 1
|
D | brcm,bcm2835-cprman.txt | 27 clock-output-names = "osc";
|
D | imx25-clock.txt | 16 osc 1
|
D | sunxi.txt | 9 "allwinner,sun4i-a10-osc-clk" - for a gatable oscillator 122 compatible = "allwinner,sun4i-a10-osc-clk";
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | vexpress-sysreg.txt | 73 "arm,vexpress-osc" 84 - second cell of each group defines device number (eg. osc 0, 85 osc 1 etc.) 94 osc@0 { 95 compatible = "arm,vexpress-osc";
|
D | vexpress.txt | 208 osc@0 { 209 compatible = "arm,vexpress-osc";
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-tegra-fixed.c | 37 struct clk *clk, *osc; in tegra_osc_clk_init() local 55 osc = clk_register_fixed_rate(NULL, "osc", NULL, CLK_IS_ROOT, in tegra_osc_clk_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-prediv.txt | 26 clk_m_a2_osc_prediv: clk-m-a2-osc-prediv { 33 clock-output-names = "clk-m-a2-osc-prediv";
|
D | st,clkgen.txt | 75 clk_s_a0_osc_prediv: clk-s-a0-osc-prediv { 82 clock-output-names = "clk-s-a0-osc-prediv";
|
/linux-4.4.14/drivers/char/hw_random/ |
D | mxc-rnga.c | 110 u32 ctrl, osc; in mxc_rnga_init() local 118 osc = __raw_readl(mxc_rng->mem + RNGA_STATUS); in mxc_rnga_init() 119 if (osc & RNGA_STATUS_OSC_DEAD) { in mxc_rnga_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-miphy28lp.txt | 34 - st,osc-rdy : to check the MIPHY0_OSC_RDY status in the glue-logic. This 37 - st,osc-force-ext : to select the external oscillator. This can change from 65 st,osc-rdy; 81 st,osc-force-ext;
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | maxim,max310x.txt | 17 "osc" if an external clock source is used. 31 clock-names = "osc";
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | vexpress-v2m-rs1.dtsi | 374 osc@0 { 376 compatible = "arm,vexpress-osc"; 383 v2m_oscclk1: osc@1 { 385 compatible = "arm,vexpress-osc"; 392 v2m_oscclk2: osc@2 { 394 compatible = "arm,vexpress-osc";
|
D | vexpress-v2f-1xv7-ca53x2.dts | 96 smbclk: osc@4 { 98 compatible = "arm,vexpress-osc";
|
D | rtsm_ve-motherboard.dtsi | 241 v2m_oscclk1: osc@1 { 243 compatible = "arm,vexpress-osc";
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 12 "ti,twl4030-power-idle-osc-off" 20 When using ti,twl4030-power-idle-osc-off, the TI recommended
|
/linux-4.4.14/drivers/staging/lustre/lustre/ |
D | Makefile | 1 obj-$(CONFIG_LUSTRE_FS) += libcfs/ obdclass/ ptlrpc/ fld/ osc/ mgc/ \
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | mpc5125twr.dts | 63 osc: osc { label 107 clocks = <&osc>; 108 clock-names = "osc";
|
D | mpc5121.dtsi | 87 osc: osc { label 142 clocks = <&osc>; 143 clock-names = "osc";
|
D | ac14xx.dts | 143 osc {
|
/linux-4.4.14/drivers/clk/sirf/ |
D | clk-prima2.c | 61 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator 134 prima2_clks[osc] = clk_register_fixed_rate(NULL, "osc", NULL, in prima2_clk_init()
|
D | clk-atlas6.c | 62 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator 135 atlas6_clks[osc] = clk_register_fixed_rate(NULL, "osc", NULL, in atlas6_clk_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | allwinner,sun4i-timer.txt | 16 clocks = <&osc>;
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 497 What: /sys/fs/lustre/{mdc,osc}/{connection_name}/max_rpcs_in_flight 507 What: /sys/fs/lustre/osc/{connection_name}/max_pages_per_rpc 516 What: /sys/fs/lustre/osc/{connection_name}/active 523 What: /sys/fs/lustre/osc/{connection_name}/checksums 531 What: /sys/fs/lustre/osc/{connection_name}/contention_seconds 540 What: /sys/fs/lustre/osc/{connection_name}/cur_dirty_bytes 547 What: /sys/fs/lustre/osc/{connection_name}/cur_grant_bytes 558 What: /sys/fs/lustre/osc/{connection_name}/cur_lost_grant_bytes 565 What: /sys/fs/lustre/osc/{connection_name}/grant_shrink_interval 572 What: /sys/fs/lustre/osc/{connection_name}/destroys_in_flight [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | opencores-ethoc.txt | 21 clocks = <&osc>;
|
/linux-4.4.14/drivers/mfd/ |
D | twl-core.c | 1010 struct clk *osc; in clocks_init() local 1014 osc = clk_get(dev, "fck"); in clocks_init() 1015 if (IS_ERR(osc)) { in clocks_init() 1021 rate = clk_get_rate(osc); in clocks_init() 1022 clk_put(osc); in clocks_init()
|
/linux-4.4.14/arch/arm64/boot/dts/marvell/ |
D | berlin4ct.dtsi | 95 osc: osc { label 278 clocks = <&osc>;
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | dw-apb.txt | 7 "snps,dw-apb-timer-osc" <DEPRECATED>
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | usb-nop-xceiv.txt | 30 clocks = <&osc 0>;
|
/linux-4.4.14/drivers/media/tuners/ |
D | max2165.c | 135 static int max2165_set_osc(struct max2165_priv *priv, u8 osc /*MHz*/) in max2165_set_osc() argument 139 v = (osc / 2); in max2165_set_osc()
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-ocores.txt | 59 clocks = <&osc>;
|
/linux-4.4.14/drivers/clk/imx/ |
D | clk-imx25.c | 66 dummy, osc, mpll, upll, mpll_cpu_3_4, cpu_sel, cpu, ahb, usb_div, ipg, enumerator 105 clk[osc] = imx_clk_fixed("osc", osc_rate); in __mx25_clocks_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 623 static int class_add_profile(int proflen, char *prof, int osclen, char *osc, in class_add_profile() argument 643 LASSERT(osclen == (strlen(osc) + 1)); in class_add_profile() 644 lprof->lp_dt = kmemdup(osc, osclen, GFP_NOFS); in class_add_profile()
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | codec.txt | 147 /* vref/mid, clk and osc on, active */
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | simple-card.txt | 111 clocks = <&osc>;
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 958 struct super_block *sb, char *osc, char *mdc) in ldebugfs_register_mountpoint() argument 971 LASSERT(osc != NULL); in ldebugfs_register_mountpoint() 1077 obd = class_name2obd(osc); in ldebugfs_register_mountpoint()
|
D | llite_internal.h | 663 struct super_block *sb, char *osc, char *mdc);
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra20-pinmux.txt | 111 osc, owr, pcie, plla_out, pllc_out1, pllm_out1, pllp_out2, pllp_out3,
|
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 3958 unsigned int osc = info->base_clock; in set_rate() local 3967 div = osc/rate; in set_rate() 3968 if (!(osc % rate) && div) in set_rate()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tegra20.c | 1929 FUNCTION(osc),
|
/linux-4.4.14/ |
D | MAINTAINERS | 1687 F: drivers/clk/versatile/clk-vexpress-osc.c
|