| /drivers/clk/ |
| D | clk-divider.c | 31 #define div_mask(width) ((1 << (width)) - 1) argument 34 u8 width) in _get_table_maxdiv() 56 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 80 unsigned int val, unsigned long flags, u8 width) in _get_div() 105 unsigned int div, unsigned long flags, u8 width) in _get_val() 121 unsigned long flags, unsigned long width) in divider_recalc_rate() 280 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv() 337 u8 width, unsigned long flags) in divider_round_rate_parent() 367 const struct clk_div_table *table, u8 width, in divider_get_val() 433 void __iomem *reg, u8 shift, u8 width, in _register_divider() [all …]
|
| /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() 182 u8 shift, u8 width, const char * const *parents, in imx_clk_mux() 191 u8 shift, u8 width, const char * const *parents, in imx_clk_mux2() 200 void __iomem *reg, u8 shift, u8 width, in imx_clk_mux_flags()
|
| /drivers/video/fbdev/aty/ |
| D | mach64_accel.c | 187 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect() 201 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local 248 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local 288 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local 386 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
|
| /drivers/staging/media/atomisp/pci/atomisp2/css2400/runtime/frame/src/ |
| D | frame.c | 137 unsigned int width, in ia_css_frame_allocate() 296 unsigned int width, in ia_css_frame_allocate_contiguous() 478 unsigned int width, in ia_css_frame_info_set_width() 528 unsigned int width, in ia_css_frame_info_init() 648 unsigned int width, in frame_init_plane() 787 unsigned int width = frame->info.res.width, in frame_init_rgb_planes() local 803 unsigned int width = frame->info.padded_width / 2, in frame_init_qplane6_planes() local 841 unsigned int width, in frame_allocate_with_data() 879 static struct ia_css_frame *frame_create(unsigned int width, in frame_create()
|
| /drivers/video/fbdev/mb862xx/ |
| D | mb862xxfb_accel.c | 76 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1() 125 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8() 164 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16() 199 u16 width = image->width, height = image->height; in mb86290fb_imageblit() local 260 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
|
| /drivers/video/fbdev/ |
| D | atafb_mfb.c | 26 int height, int width) in atafb_mfb_copyarea() 55 int sy, int sx, int height, int width) in atafb_mfb_fillrect() 78 int dy, int dx, u32 width, in atafb_mfb_linefill()
|
| D | atafb_iplan2p4.c | 26 int height, int width) in atafb_iplan2p4_copyarea() 208 int sy, int sx, int height, int width) in atafb_iplan2p4_fillrect() 254 int dy, int dx, u32 width, in atafb_iplan2p4_linefill()
|
| /drivers/clk/meson/ |
| D | clkc.h | 21 #define PMASK(width) GENMASK(width - 1, 0) argument 22 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument 23 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument 25 #define PARM_GET(width, shift, reg) \ argument 27 #define PARM_SET(width, shift, reg, val) \ argument 35 u8 width; member
|
| /drivers/video/fbdev/matrox/ |
| D | matroxfb_accel.c | 208 int sx, int dy, int dx, int height, int width) in matrox_accel_bmove() 250 int width) in matrox_accel_bmove_lin() 307 int sy, int sx, int height, int width) in matroxfb_accel_clear() 337 int sy, int sx, int height, int width) in matroxfb_cfb4_clear() 406 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit()
|
| /drivers/staging/media/atomisp/pci/atomisp2/css2400/runtime/inputfifo/src/ |
| D | inputfifo.c | 297 unsigned int width, in inputfifo_send_line2() 387 unsigned int width, in inputfifo_send_line() 432 unsigned int width, in inputfifo_send_frame() 500 unsigned int width, in ia_css_inputfifo_send_input_frame() 552 unsigned int width, in ia_css_inputfifo_send_line() 579 unsigned int width) in ia_css_inputfifo_send_embedded_line()
|
| /drivers/video/fbdev/core/ |
| D | fbcon_cw.c | 29 int width = (vc->vc_font.height + 7) >> 3; in cw_update_attr() local 49 int sx, int dy, int dx, int height, int width) in cw_bmove() 66 int sx, int height, int width) in cw_clear() 120 u32 width = (vc->vc_font.height + 7)/8; in cw_putcs() local 292 int width = (vc->vc_font.width + 7)/8; in cw_cursor() local
|
| D | fbcon_ccw.c | 29 int width = (vc->vc_font.height + 7) >> 3; in ccw_update_attr() local 64 int sx, int dy, int dx, int height, int width) in ccw_bmove() 81 int sx, int height, int width) in ccw_clear() 135 u32 width = (vc->vc_font.height + 7)/8; in ccw_putcs() local 309 int width = (vc->vc_font.width + 7)/8; in ccw_cursor() local
|
| D | fbcon_rotate.h | 40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) in rotate_ud() 58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw() 76 static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height) in rotate_ccw()
|
| D | bitblit.c | 29 int width = DIV_ROUND_UP(vc->vc_font.width, 8); in update_attr() local 47 int sx, int dy, int dx, int height, int width) in bit_bmove() 62 int sx, int height, int width) in bit_clear() 148 u32 width = DIV_ROUND_UP(vc->vc_font.width, 8); in bit_putcs() local
|
| /drivers/video/fbdev/omap2/omapfb/ |
| D | vrfb.c | 105 static u32 get_image_width_roundup(u16 width, u8 bytespp) in get_image_width_roundup() 138 void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() 146 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 159 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 182 u16 width, u16 height, in omap_vrfb_setup()
|
| /drivers/gpu/drm/sun4i/ |
| D | sun4i_tcon.h | 47 #define SUN4I_TCON0_BASIC0_X(width) ((((width) - 1) & 0xfff) << 16) argument 59 #define SUN4I_TCON0_BASIC3_H_SYNC(width) ((((width) - 1) & 0x7ff) << 16) argument 90 #define SUN4I_TCON1_BASIC0_X(width) ((((width) - 1) & 0xfff) << 16) argument 94 #define SUN4I_TCON1_BASIC1_X(width) ((((width) - 1) & 0xfff) << 16) argument 98 #define SUN4I_TCON1_BASIC2_X(width) ((((width) - 1) & 0xfff) << 16) argument 110 #define SUN4I_TCON1_BASIC5_H_SYNC(width) ((((width) - 1) & 0x3ff) << 16) argument
|
| /drivers/clk/ti/ |
| D | divider.c | 279 u8 shift, u8 width, u8 clk_divider_flags, in _register_divider() 324 u8 flags, u8 *width, in ti_clk_parse_divider_data() 389 _get_div_table_from_setup(struct ti_clk_divider *setup, u8 *width) in _get_div_table_from_setup() 436 u8 width; in ti_clk_register_divider() local 561 u32 *flags, u8 *div_flags, u8 *width, u8 *shift) in ti_clk_divider_populate() 609 u8 width = 0; in of_ti_divider_clk_setup() local
|
| /drivers/video/fbdev/sis/ |
| D | sis_accel.c | 118 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() 205 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() 324 int width, height; in fbcon_sis_fillrect() local 374 int width = area->width; in fbcon_sis_copyarea() local
|
| /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()
|
| /drivers/acpi/acpica/ |
| D | hwvalid.c | 220 acpi_status acpi_hw_read_port(acpi_io_address address, u32 *value, u32 width) in acpi_hw_read_port() 284 acpi_status acpi_hw_write_port(acpi_io_address address, u32 value, u32 width) in acpi_hw_write_port()
|
| /drivers/staging/vboxvideo/ |
| D | modesetting.c | 48 u32 pitch, u32 width, u32 height, in hgsmi_process_display_info() 85 u32 width, u32 height) in hgsmi_update_input_mapping()
|
| /drivers/staging/sm750fb/ |
| D | sm750_accel.c | 90 u32 x, u32 y, u32 width, u32 height, in sm750_hw_fillrect() 144 unsigned int width, in sm750_hw_copyarea() 300 u32 width, in sm750_hw_imageblit()
|
| /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
|
| /drivers/media/platform/soc_camera/ |
| D | soc_scale_crop.c | 112 unsigned int width, height; in soc_camera_client_s_selection() local 236 unsigned int width = mf->width, height = mf->height, tmp_w, tmp_h; in client_set_fmt() local 323 unsigned int *width, unsigned int *height, in soc_camera_client_scale()
|
| /drivers/staging/media/atomisp/pci/atomisp2/ |
| D | atomisp_compat_css20.c | 1885 unsigned int width, unsigned int height) in atomisp_css_isys_two_stream_cfg_update_stream1() 1903 unsigned int width, unsigned int height) in atomisp_css_isys_two_stream_cfg_update_stream2() 1922 unsigned int width, unsigned int height) in atomisp_css_input_set_effective_resolution() 2184 unsigned int width, unsigned int height, in atomisp_css_frame_allocate() 2417 unsigned int width, unsigned int height, in __configure_output() 2449 unsigned int width, unsigned int height, in __configure_video_preview_output() 2497 unsigned int width, unsigned int height, in __configure_capture_pp_input() 2549 unsigned int width, unsigned int height, in __configure_preview_pp_input() 2677 unsigned int width, unsigned int height, in __configure_video_pp_input() 2772 unsigned int width, unsigned int height, in __configure_vf_output() [all …]
|