clkflags 227 arch/powerpc/platforms/512x/clock-commonclk.c int clkflags; clkflags 229 arch/powerpc/platforms/512x/clock-commonclk.c clkflags = CLK_SET_RATE_PARENT; clkflags 230 arch/powerpc/platforms/512x/clock-commonclk.c return clk_register_fixed_factor(NULL, name, parent_name, clkflags, clkflags 235 arch/powerpc/platforms/512x/clock-commonclk.c const char *name, const char *parent_name, u8 clkflags, clkflags 239 arch/powerpc/platforms/512x/clock-commonclk.c return clk_register_divider(NULL, name, parent_name, clkflags, clkflags 260 arch/powerpc/platforms/512x/clock-commonclk.c int clkflags; clkflags 263 arch/powerpc/platforms/512x/clock-commonclk.c clkflags = CLK_SET_RATE_PARENT; clkflags 265 arch/powerpc/platforms/512x/clock-commonclk.c return clk_register_gate(NULL, name, parent_name, clkflags, clkflags 273 arch/powerpc/platforms/512x/clock-commonclk.c int clkflags; clkflags 276 arch/powerpc/platforms/512x/clock-commonclk.c clkflags = CLK_SET_RATE_PARENT; clkflags 279 arch/powerpc/platforms/512x/clock-commonclk.c parent_names, parent_count, clkflags, clkflags 263 drivers/clk/clk-highbank.c static void __init hb_clk_init(struct device_node *node, const struct clk_ops *ops, unsigned long clkflags) clkflags 292 drivers/clk/clk-highbank.c init.flags = clkflags; clkflags 959 drivers/clk/sunxi/clk-sunxi.c int flags, clkflags; clkflags 1017 drivers/clk/sunxi/clk-sunxi.c clkflags = !strcmp("pll5", parent) ? 0 : CLK_SET_RATE_PARENT; clkflags 1082 drivers/clk/sunxi/clk-sunxi.c clkflags | clkflags 293 drivers/gpu/drm/imx/ipuv3-crtc.c sig_cfg.clkflags = IPU_DI_CLKMODE_SYNC | IPU_DI_CLKMODE_EXT; clkflags 295 drivers/gpu/drm/imx/ipuv3-crtc.c sig_cfg.clkflags = IPU_DI_CLKMODE_EXT; clkflags 297 drivers/gpu/drm/imx/ipuv3-crtc.c sig_cfg.clkflags = 0; clkflags 400 drivers/gpu/ipu-v3/ipu-di.c if (sig->clkflags & IPU_DI_CLKMODE_EXT) { clkflags 408 drivers/gpu/ipu-v3/ipu-di.c if (sig->clkflags & IPU_DI_CLKMODE_SYNC) { clkflags 48 include/video/imx-ipu-v3.h unsigned long clkflags;