Lines Matching +full:0 +full:x7f
161 clk = of_clk_get(node, 0); in _register_dpll()
225 parent_name = of_clk_get_parent_name(node, 0); in _register_dpll_x2()
250 if (ret <= 0) { in _register_dpll_x2()
252 } else if (ti_clk_get_reg_addr(node, 0, &clk_hw->clksel_reg)) { in _register_dpll_x2()
286 u8 dpll_mode = 0; in of_ti_dpll_setup()
316 if (ti_clk_get_reg_addr(node, 0, &dd->control_reg)) in of_ti_dpll_setup()
414 .idlest_mask = 0x1, in of_ti_omap3_dpll_setup()
415 .enable_mask = 0x7, in of_ti_omap3_dpll_setup()
416 .autoidle_mask = 0x7, in of_ti_omap3_dpll_setup()
417 .mult_mask = 0x7ff << 8, in of_ti_omap3_dpll_setup()
418 .div1_mask = 0x7f, in of_ti_omap3_dpll_setup()
422 .freqsel_mask = 0xf0, in of_ti_omap3_dpll_setup()
439 .idlest_mask = 0x1, in of_ti_omap3_core_dpll_setup()
440 .enable_mask = 0x7, in of_ti_omap3_core_dpll_setup()
441 .autoidle_mask = 0x7, in of_ti_omap3_core_dpll_setup()
442 .mult_mask = 0x7ff << 16, in of_ti_omap3_core_dpll_setup()
443 .div1_mask = 0x7f << 8, in of_ti_omap3_core_dpll_setup()
447 .freqsel_mask = 0xf0, in of_ti_omap3_core_dpll_setup()
458 .idlest_mask = 0x1 << 1, in of_ti_omap3_per_dpll_setup()
459 .enable_mask = 0x7 << 16, in of_ti_omap3_per_dpll_setup()
460 .autoidle_mask = 0x7 << 3, in of_ti_omap3_per_dpll_setup()
461 .mult_mask = 0x7ff << 8, in of_ti_omap3_per_dpll_setup()
462 .div1_mask = 0x7f, in of_ti_omap3_per_dpll_setup()
466 .freqsel_mask = 0xf00000, in of_ti_omap3_per_dpll_setup()
478 .idlest_mask = 0x1 << 1, in of_ti_omap3_per_jtype_dpll_setup()
479 .enable_mask = 0x7 << 16, in of_ti_omap3_per_jtype_dpll_setup()
480 .autoidle_mask = 0x7 << 3, in of_ti_omap3_per_jtype_dpll_setup()
481 .mult_mask = 0xfff << 8, in of_ti_omap3_per_jtype_dpll_setup()
482 .div1_mask = 0x7f, in of_ti_omap3_per_jtype_dpll_setup()
486 .sddiv_mask = 0xff << 24, in of_ti_omap3_per_jtype_dpll_setup()
487 .dco_mask = 0xe << 20, in of_ti_omap3_per_jtype_dpll_setup()
501 .idlest_mask = 0x1, in of_ti_omap4_dpll_setup()
502 .enable_mask = 0x7, in of_ti_omap4_dpll_setup()
503 .autoidle_mask = 0x7, in of_ti_omap4_dpll_setup()
504 .mult_mask = 0x7ff << 8, in of_ti_omap4_dpll_setup()
505 .div1_mask = 0x7f, in of_ti_omap4_dpll_setup()
520 .idlest_mask = 0x1, in of_ti_omap5_mpu_dpll_setup()
521 .enable_mask = 0x7, in of_ti_omap5_mpu_dpll_setup()
522 .autoidle_mask = 0x7, in of_ti_omap5_mpu_dpll_setup()
523 .mult_mask = 0x7ff << 8, in of_ti_omap5_mpu_dpll_setup()
524 .div1_mask = 0x7f, in of_ti_omap5_mpu_dpll_setup()
541 .idlest_mask = 0x1, in of_ti_omap4_core_dpll_setup()
542 .enable_mask = 0x7, in of_ti_omap4_core_dpll_setup()
543 .autoidle_mask = 0x7, in of_ti_omap4_core_dpll_setup()
544 .mult_mask = 0x7ff << 8, in of_ti_omap4_core_dpll_setup()
545 .div1_mask = 0x7f, in of_ti_omap4_core_dpll_setup()
562 .idlest_mask = 0x1, in of_ti_omap4_m4xen_dpll_setup()
563 .enable_mask = 0x7, in of_ti_omap4_m4xen_dpll_setup()
564 .autoidle_mask = 0x7, in of_ti_omap4_m4xen_dpll_setup()
565 .mult_mask = 0x7ff << 8, in of_ti_omap4_m4xen_dpll_setup()
566 .div1_mask = 0x7f, in of_ti_omap4_m4xen_dpll_setup()
570 .m4xen_mask = 0x800, in of_ti_omap4_m4xen_dpll_setup()
583 .idlest_mask = 0x1, in of_ti_omap4_jtype_dpll_setup()
584 .enable_mask = 0x7, in of_ti_omap4_jtype_dpll_setup()
585 .autoidle_mask = 0x7, in of_ti_omap4_jtype_dpll_setup()
586 .mult_mask = 0xfff << 8, in of_ti_omap4_jtype_dpll_setup()
587 .div1_mask = 0xff, in of_ti_omap4_jtype_dpll_setup()
591 .sddiv_mask = 0xff << 24, in of_ti_omap4_jtype_dpll_setup()
605 .idlest_mask = 0x1, in of_ti_am3_no_gate_dpll_setup()
606 .enable_mask = 0x7, in of_ti_am3_no_gate_dpll_setup()
607 .ssc_enable_mask = 0x1 << 12, in of_ti_am3_no_gate_dpll_setup()
608 .ssc_downspread_mask = 0x1 << 14, in of_ti_am3_no_gate_dpll_setup()
609 .mult_mask = 0x7ff << 8, in of_ti_am3_no_gate_dpll_setup()
610 .div1_mask = 0x7f, in of_ti_am3_no_gate_dpll_setup()
611 .ssc_deltam_int_mask = 0x3 << 18, in of_ti_am3_no_gate_dpll_setup()
612 .ssc_deltam_frac_mask = 0x3ffff, in of_ti_am3_no_gate_dpll_setup()
613 .ssc_modfreq_mant_mask = 0x7f, in of_ti_am3_no_gate_dpll_setup()
614 .ssc_modfreq_exp_mask = 0x7 << 8, in of_ti_am3_no_gate_dpll_setup()
630 .idlest_mask = 0x1, in of_ti_am3_jtype_dpll_setup()
631 .enable_mask = 0x7, in of_ti_am3_jtype_dpll_setup()
632 .mult_mask = 0x7ff << 8, in of_ti_am3_jtype_dpll_setup()
633 .div1_mask = 0x7f, in of_ti_am3_jtype_dpll_setup()
650 .idlest_mask = 0x1, in of_ti_am3_no_gate_jtype_dpll_setup()
651 .enable_mask = 0x7, in of_ti_am3_no_gate_jtype_dpll_setup()
652 .mult_mask = 0x7ff << 8, in of_ti_am3_no_gate_jtype_dpll_setup()
653 .div1_mask = 0x7f, in of_ti_am3_no_gate_jtype_dpll_setup()
671 .idlest_mask = 0x1, in of_ti_am3_dpll_setup()
672 .enable_mask = 0x7, in of_ti_am3_dpll_setup()
673 .ssc_enable_mask = 0x1 << 12, in of_ti_am3_dpll_setup()
674 .ssc_downspread_mask = 0x1 << 14, in of_ti_am3_dpll_setup()
675 .mult_mask = 0x7ff << 8, in of_ti_am3_dpll_setup()
676 .div1_mask = 0x7f, in of_ti_am3_dpll_setup()
677 .ssc_deltam_int_mask = 0x3 << 18, in of_ti_am3_dpll_setup()
678 .ssc_deltam_frac_mask = 0x3ffff, in of_ti_am3_dpll_setup()
679 .ssc_modfreq_mant_mask = 0x7f, in of_ti_am3_dpll_setup()
680 .ssc_modfreq_exp_mask = 0x7 << 8, in of_ti_am3_dpll_setup()
695 .idlest_mask = 0x1, in of_ti_am3_core_dpll_setup()
696 .enable_mask = 0x7, in of_ti_am3_core_dpll_setup()
697 .mult_mask = 0x7ff << 8, in of_ti_am3_core_dpll_setup()
698 .div1_mask = 0x7f, in of_ti_am3_core_dpll_setup()
714 .enable_mask = 0x3, in of_ti_omap2_core_dpll_setup()
715 .mult_mask = 0x3ff << 12, in of_ti_omap2_core_dpll_setup()
716 .div1_mask = 0xf << 8, in of_ti_omap2_core_dpll_setup()