/linux-4.19.296/drivers/clk/ |
D | clk-divider.c | 32 u8 width) in _get_table_maxdiv() 54 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 78 unsigned int val, unsigned long flags, u8 width) in _get_div() 103 unsigned int div, unsigned long flags, u8 width) in _get_val() 119 unsigned long flags, unsigned long width) in divider_recalc_rate() 278 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv() 335 u8 width, unsigned long flags) in divider_round_rate_parent() 347 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent() 389 const struct clk_div_table *table, u8 width, in divider_get_val() 455 void __iomem *reg, u8 shift, u8 width, in _register_divider() [all …]
|
D | clk-mux.c | 144 u8 width = 0; in clk_hw_register_mux_table() local 209 void __iomem *reg, u8 shift, u8 width, in clk_register_mux() 223 void __iomem *reg, u8 shift, u8 width, in clk_hw_register_mux()
|
/linux-4.19.296/include/video/ |
D | omapvrfb.h | 56 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() 58 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 60 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 63 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup()
|
/linux-4.19.296/drivers/clk/meson/ |
D | clkc.h | 13 #define PMASK(width) GENMASK(width - 1, 0) argument 14 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument 15 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument 17 #define PARM_GET(width, shift, reg) \ argument 19 #define PARM_SET(width, shift, reg, val) \ argument 27 u8 width; member
|
D | clk-phase.c | 18 int meson_clk_degrees_from_val(unsigned int val, unsigned int width) in meson_clk_degrees_from_val() 24 unsigned int meson_clk_degrees_to_val(int degrees, unsigned int width) in meson_clk_degrees_to_val()
|
/linux-4.19.296/drivers/clk/imx/ |
D | clk.h | 82 u8 shift, u8 width, const char * const *parents, in imx_clk_mux_ldb() 98 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider() 105 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider_flags() 113 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider2() 196 u8 shift, u8 width, const char * const *parents, in imx_clk_mux() 205 u8 shift, u8 width, const char * const *parents, in imx_clk_mux2() 214 void __iomem *reg, u8 shift, u8 width, in imx_clk_mux_flags()
|
/linux-4.19.296/drivers/clk/hisilicon/ |
D | clkdivider-hi6220.c | 23 #define div_mask(width) ((1 << (width)) - 1) argument 40 u8 width; member 106 u8 shift, u8 width, u32 mask_bit, spinlock_t *lock) in hi6220_register_clkdiv()
|
D | clk.h | 65 u8 width; member 78 u8 width; member 91 u8 width; member 104 u8 width; member
|
/linux-4.19.296/drivers/clk/ti/ |
D | divider.c | 281 u8 shift, u8 width, s8 latch, in _register_divider() 326 u8 flags, u8 *width, in ti_clk_parse_divider_data() 393 _get_div_table_from_setup(struct ti_clk_divider *setup, u8 *width) in _get_div_table_from_setup() 448 u8 width; in ti_clk_register_divider() local 573 u32 *flags, u8 *div_flags, u8 *width, u8 *shift, s8 *latch) in ti_clk_divider_populate() 628 u8 width = 0; in of_ti_divider_clk_setup() local
|
/linux-4.19.296/include/xen/interface/io/ |
D | fbif.h | 48 int32_t width; /* rect width */ member 60 int32_t width; /* width in pixels */ member 112 int32_t width; /* width of the framebuffer (in pixels) */ member
|
/linux-4.19.296/drivers/clk/rockchip/ |
D | clk-muxgrf.c | 25 u32 width; member 69 int shift, int width, int mux_flags) in rockchip_clk_register_muxgrf()
|
D | clk-half-divider.c | 10 #define div_mask(width) ((1 << (width)) - 1) argument 35 unsigned long *best_parent_rate, u8 width, in clk_half_divider_bestdiv()
|
/linux-4.19.296/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 343 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect() local 523 static void saa7146_set_window(struct saa7146_dev *dev, int width, int height, enum v4l2_field fiel… in saa7146_set_window() 708 int width = buf->fmt->width; in calculate_video_dma_grab_packed() local 767 int width = buf->fmt->width; in calc_planar_422() local 798 int width = buf->fmt->width; in calc_planar_420() local 833 int width = buf->fmt->width; in calculate_video_dma_grab_planar() local
|
/linux-4.19.296/drivers/clk/zte/ |
D | clk-zx296702.c | 200 void __iomem *reg, u8 shift, u8 width, in zx_divtbl() 208 void __iomem *reg, u8 shift, u8 width) in zx_div() 215 int num_parents, void __iomem *reg, u8 shift, u8 width) in zx_mux()
|
/linux-4.19.296/drivers/clk/mxs/ |
D | clk-frac.c | 33 u8 width; member 117 void __iomem *reg, u8 shift, u8 width, u8 busy) in mxs_clk_frac()
|
/linux-4.19.296/drivers/clk/h8300/ |
D | clk-div.c | 22 int width; in h8300_div_clk_setup() local
|
/linux-4.19.296/drivers/clk/socfpga/ |
D | clk.h | 59 u32 width; /* only valid if div_reg != 0 */ member 71 u32 width; /* only valid if div_reg != 0 */ member
|
/linux-4.19.296/drivers/clk/tegra/ |
D | clk-utils.c | 12 int div_frac_get(unsigned long rate, unsigned parent_rate, u8 width, in div_frac_get()
|
/linux-4.19.296/drivers/clk/qcom/ |
D | clk-regmap-divider.h | 23 u32 width; member
|
D | clk-regmap-mux.h | 24 u32 width; member
|
/linux-4.19.296/include/linux/platform_data/ |
D | mtd-mxc_nand.h | 26 unsigned int width; /* data bus width in bytes */ member
|
D | mtd-orion_nand.h | 18 u8 width; /* buswidth */ member
|
/linux-4.19.296/drivers/clk/mmp/ |
D | clk-mix.c | 138 u8 width, shift; in _set_rate() local 295 u8 width, shift; in mmp_clk_mix_get_parent() local 325 u8 width, shift; in mmp_clk_mix_recalc_rate() local
|
D | clk.h | 42 #define MMP_CLK_BITS_MASK(width, shift) \ argument 44 #define MMP_CLK_BITS_GET_VAL(data, width, shift) \ argument 46 #define MMP_CLK_BITS_SET_VAL(val, width, shift) \ argument 204 u8 width; member 219 u8 width; member
|
/linux-4.19.296/include/linux/ |
D | pch_dma.h | 34 enum pch_dma_width width; member
|