| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-lochnagar.c | 147 struct lochnagar_clk *lclk = lochnagar_hw_to_lclk(hw); in lochnagar_clk_prepare() local 148 struct lochnagar_clk_priv *priv = lclk->priv; in lochnagar_clk_prepare() 152 ret = regmap_update_bits(regmap, lclk->cfg_reg, in lochnagar_clk_prepare() 153 lclk->ena_mask, lclk->ena_mask); in lochnagar_clk_prepare() 156 lclk->name, ret); in lochnagar_clk_prepare() 163 struct lochnagar_clk *lclk = lochnagar_hw_to_lclk(hw); in lochnagar_clk_unprepare() local 164 struct lochnagar_clk_priv *priv = lclk->priv; in lochnagar_clk_unprepare() 168 ret = regmap_update_bits(regmap, lclk->cfg_reg, lclk->ena_mask, 0); in lochnagar_clk_unprepare() 171 lclk->name, ret); in lochnagar_clk_unprepare() 176 struct lochnagar_clk *lclk = lochnagar_hw_to_lclk(hw); in lochnagar_clk_set_parent() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-rcar.c | 38 #define RCAR_USB3_LCLK 0xa44 /* LCLK Select */ 64 /* LCLK Select */ 90 /* LCLK Select */ in xhci_rcar_start_gen2()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_debug.c | 52 u64 lclk = 0; in dp_debug_read_info() local 176 lclk = debug->link->link_params.rate * 1000; in dp_debug_read_info() 178 "\t\tlclk = %lld\n", lclk); in dp_debug_read_info()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.c | 67 int (*calc_scaling) (unsigned long pclk, unsigned long lclk, 2106 static int check_horiz_timing_omap3(unsigned long pclk, unsigned long lclk, in check_horiz_timing_omap3() argument 2124 blank = div_u64((u64)(t->hbp + t->hsw + t->hfp) * lclk, pclk); in check_horiz_timing_omap3() 2138 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk); in check_horiz_timing_omap3() 2149 val = div_u64((u64)nonactive * lclk, pclk); in check_horiz_timing_omap3() 2251 static int dispc_ovl_calc_scaling_24xx(unsigned long pclk, unsigned long lclk, in dispc_ovl_calc_scaling_24xx() argument 2297 static int dispc_ovl_calc_scaling_34xx(unsigned long pclk, unsigned long lclk, in dispc_ovl_calc_scaling_34xx() argument 2328 error = check_horiz_timing_omap3(pclk, lclk, mgr_timings, in dispc_ovl_calc_scaling_34xx() 2363 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, in_width, in dispc_ovl_calc_scaling_34xx() 2382 static int dispc_ovl_calc_scaling_44xx(unsigned long pclk, unsigned long lclk, in dispc_ovl_calc_scaling_44xx() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | pxafb.c | 993 * PixelClock = LCLK 997 * PCD = LCLK 1002 * LCLK = LCD/Memory Clock 1008 * The function get_lclk_frequency_10khz returns LCLK in units of 1009 * 10khz. Calling the result of this function lclk gives us the 1012 * PCD = (lclk * 10^4 ) * ( pixclock * 10^-12 ) 1238 unsigned long lclk = clk_get_rate(fbi->clk); in setup_smart_timing() local 1248 LCCR1_BegLnDel(__smart_timing(t1, lclk)) | in setup_smart_timing() 1249 LCCR1_EndLnDel(__smart_timing(t2, lclk)) | in setup_smart_timing() 1250 LCCR1_HorSnchWdth(__smart_timing(t3, lclk)); in setup_smart_timing() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | arcturus_ppt.h | 56 uint32_t lclk[MAX_PCIE_CONF]; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 101 unsigned long pclk, unsigned long lclk, 2130 static int check_horiz_timing_omap3(unsigned long pclk, unsigned long lclk, in check_horiz_timing_omap3() argument 2150 lclk, pclk); in check_horiz_timing_omap3() 2164 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk); in check_horiz_timing_omap3() 2175 val = div_u64((u64)nonactive * lclk, pclk); in check_horiz_timing_omap3() 2278 unsigned long pclk, unsigned long lclk, in dispc_ovl_calc_scaling_24xx() argument 2327 unsigned long pclk, unsigned long lclk, in dispc_ovl_calc_scaling_34xx() argument 2360 error = check_horiz_timing_omap3(pclk, lclk, vm, in dispc_ovl_calc_scaling_34xx() 2395 if (check_horiz_timing_omap3(pclk, lclk, vm, pos_x, in_width, in dispc_ovl_calc_scaling_34xx() 2415 unsigned long pclk, unsigned long lclk, in dispc_ovl_calc_scaling_44xx() argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | aspeed,ast2500-pinctrl.yaml | 50 I2C6, I2C7, I2C8, I2C9, LAD0, LAD1, LAD2, LAD3, LCLK, LFRAME, LPCHC,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | smu7.h | 43 #define SMU7_MAX_LEVELS_GIO SMU__NUM_LCLK_DPM_LEVELS // LCLK Levels
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | smu7.h | 43 #define SMU7_MAX_LEVELS_GIO SMU__NUM_LCLK_DPM_LEVELS // LCLK Levels
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | autoconf.h | 183 //#define CONFIG_LPS_LCLK_WD_TIMER // Watch Dog timer in LPS LCLK
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | autoconf.h | 223 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | autoconf.h | 198 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | autoconf.h | 204 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init_early.c | 118 * specific. LCLK(a free running clk signal) is muxed with IFC_CS3 on P1010 SOC in cpu_init_early_f()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | ast2500.dtsi | 311 function = "LCLK"; 312 groups = "LCLK";
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | autoconf.h | 198 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | autoconf.h | 233 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | autoconf.h | 205 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | autoconf.h | 255 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | autoconf.h | 209 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | autoconf.h | 211 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | autoconf.h | 290 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | autoconf.h | 255 #define CONFIG_LPS_LCLK_WD_TIMER /* Watch Dog timer in LPS LCLK */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | samsung-fimc.txt | 72 - clock-frequency: maximum FIMC local clock (LCLK) frequency;
|