| /drivers/clk/ |
| D | clk-divider.c | 33 #define div_mask(width) ((1 << (width)) - 1) argument 57 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 81 unsigned int val, unsigned long flags, u8 width) in _get_div() 106 unsigned int div, unsigned long flags, u8 width) in _get_val() 281 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv() 339 u8 width, unsigned long flags) in divider_round_rate() 369 const struct clk_div_table *table, u8 width, in divider_get_val() 433 void __iomem *reg, u8 shift, u8 width, in _register_divider() 494 void __iomem *reg, u8 shift, u8 width, in clk_register_divider() 518 void __iomem *reg, u8 shift, u8 width, in clk_register_divider_table()
|
| /drivers/video/fbdev/aty/ |
| D | mach64_accel.c | 186 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect() 200 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local 247 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local 287 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local 385 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
|
| /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()
|
| D | atafb_iplan2p2.c | 26 int height, int width) in atafb_iplan2p2_copyarea() 194 int sy, int sx, int height, int width) in atafb_iplan2p2_fillrect() 240 int dy, int dx, u32 width, in atafb_iplan2p2_linefill()
|
| D | atafb_iplan2p8.c | 33 int height, int width) in atafb_iplan2p8_copyarea() 243 int sy, int sx, int height, int width) in atafb_iplan2p8_fillrect() 289 int dy, int dx, u32 width, in atafb_iplan2p8_linefill()
|
| D | tgafb.c | 623 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 836 u32 color, dx, dy, width, height, vxres, vyres; local 924 u32 dx, dy, width, height, vxres, vyres, color; local 1051 u32 height, u32 width) 1096 u32 height, u32 width) 1145 u32 height, u32 width, u32 line_length, 1253 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
|
| /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/clk/imx/ |
| D | clk.h | 94 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider() 101 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider_flags() 123 u8 shift, u8 width, const char **parents, int num_parents) in imx_clk_mux() 131 void __iomem *reg, u8 shift, u8 width, const char **parents, in imx_clk_mux_flags()
|
| /drivers/video/console/ |
| 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 300 int width = (vc->vc_font.width + 7)/8; in ccw_cursor() local
|
| 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 283 int width = (vc->vc_font.width + 7)/8; in cw_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
|
| D | fbcon_ud.c | 29 int width = (vc->vc_font.width + 7) >> 3; in ud_update_attr() local 49 int sx, int dy, int dx, int height, int width) in ud_bmove() 67 int sx, int height, int width) in ud_clear() 157 u32 width = (vc->vc_font.width + 7)/8; in ud_putcs() local
|
| /drivers/video/fbdev/omap2/ |
| 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/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/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 | 21 #define div_mask(width) ((1 << (width)) - 1) argument 38 u8 width; member 104 u8 shift, u8 width, u32 mask_bit, spinlock_t *lock) in hi6220_register_clkdiv()
|
| /drivers/clk/ti/ |
| D | divider.c | 251 u8 shift, u8 width, u8 clk_divider_flags, in _register_divider() 296 _get_div_table_from_setup(struct ti_clk_divider *setup, u8 *width) in _get_div_table_from_setup() 387 u8 width; in ti_clk_register_divider() local 519 u32 *flags, u8 *div_flags, u8 *width, u8 *shift) in ti_clk_divider_populate() 566 u8 width = 0; in of_ti_divider_clk_setup() local
|
| /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()
|
| D | hwxface.c | 131 u32 width; in ACPI_EXPORT_SYMBOL() local 217 u32 width; in ACPI_EXPORT_SYMBOL() local
|
| /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 | 104 unsigned int width, height; in soc_camera_client_s_crop() local 223 unsigned int width = mf->width, height = mf->height, tmp_w, tmp_h; in client_set_fmt() local 309 unsigned int *width, unsigned int *height, in soc_camera_client_scale()
|
| /drivers/staging/sm750fb/ |
| D | sm750_accel.c | 94 u32 x, u32 y, u32 width, u32 height, in hw_fillrect() 149 unsigned int width, in hw_copyarea() 307 u32 width, in hw_imageblit()
|