Home
last modified time | relevance | path

Searched refs:clk_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/clk/
Dclk-u300.c875 u32 clk_type; in of_u300_syscon_clk_init() local
879 if (of_property_read_u32(np, "clock-type", &clk_type)) { in of_u300_syscon_clk_init()
891 switch (clk_type) { in of_u300_syscon_clk_init()
905 pr_err("unknown clock type %x specified\n", clk_type); in of_u300_syscon_clk_init()
912 if (u3clk->type == clk_type && u3clk->id == clk_id) in of_u300_syscon_clk_init()
929 if (clk_type == U300_CLK_TYPE_REST && clk_id == 5) in of_u300_syscon_clk_init()
931 if (clk_type == U300_CLK_TYPE_REST && clk_id == 9) in of_u300_syscon_clk_init()
933 if (clk_type == U300_CLK_TYPE_REST && clk_id == 12) in of_u300_syscon_clk_init()
/linux-4.1.27/drivers/phy/
Dphy-xgene.c546 enum clk_type_t clk_type; /* Input clock selection */ member
717 enum clk_type_t clk_type) in xgene_phy_cfg_cmu_clk_type() argument
730 if (clk_type == CLK_EXT_DIFF) { in xgene_phy_cfg_cmu_clk_type()
740 } else if (clk_type == CLK_INT_DIFF) { in xgene_phy_cfg_cmu_clk_type()
750 } else if (clk_type == CLK_INT_SING) { in xgene_phy_cfg_cmu_clk_type()
771 enum clk_type_t clk_type) in xgene_phy_sata_cfg_cmu_core() argument
817 if (clk_type == CLK_EXT_DIFF) in xgene_phy_sata_cfg_cmu_core()
1147 enum clk_type_t clk_type) in xgene_phy_cal_rdy_chk() argument
1247 enum clk_type_t clk_type) in xgene_phy_pdwn_force_vco() argument
1264 enum clk_type_t clk_type, int ssc_enable) in xgene_phy_hw_init_sata() argument
[all …]
/linux-4.1.27/drivers/input/
Devdev.c59 int clk_type; member
116 time = client->clk_type == EV_CLK_REAL ? in __evdev_queue_syn_dropped()
118 client->clk_type == EV_CLK_MONO ? in __evdev_queue_syn_dropped()
150 if (client->clk_type == clkid) in evdev_set_clk_type()
156 client->clk_type = EV_CLK_REAL; in evdev_set_clk_type()
159 client->clk_type = EV_CLK_MONO; in evdev_set_clk_type()
162 client->clk_type = EV_CLK_BOOT; in evdev_set_clk_type()
223 event.time = ktime_to_timeval(ev_time[client->clk_type]); in evdev_pass_values()
/linux-4.1.27/drivers/video/fbdev/aty/
Datyfb_base.c2344 u8 dac_type, dac_subtype, clk_type; in aty_init() local
2352 clk_type = CLK_ATI18818_1; in aty_init()
2361 clk_type = CLK_IBMRGB514; in aty_init()
2382 switch (clk_type) { in aty_init()