Home
last modified time | relevance | path

Searched defs:width (Results 51 – 75 of 768) sorted by relevance

12345678910>>...31

/linux/drivers/net/ethernet/sfc/
H A Def100.c47 #define EXTRACT_BITS(x, lbn, width) \ argument
52 int lbn, int width) in _ef100_pci_get_bar_bits_with_width()
254 int width, u32 *result) in _ef100_pci_get_config_bits_with_width()
/linux/drivers/gpu/drm/
H A Ddrm_rect.c253 int width, int height, in drm_rect_rotate()
327 int width, int height, in drm_rect_rotate_inv()
/linux/tools/perf/tests/
H A Dbuiltin-test.c353 int result, int width, int running) in print_test_result()
389 int width) in finish_test()
496 struct child_test **child, int width, int pass) in start_test()
561 static int width = 0; in __cmd_test() local
/linux/drivers/video/fbdev/i810/
H A Di810_accel.c195 static inline void color_blit(int width, int height, int pitch, int dest, in color_blit()
301 u32 dx, dy, width, height, dest, rop = 0, color = 0; in i810fb_fillrect() local
329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; in i810fb_copyarea() local
/linux/drivers/clk/socfpga/
H A Dclk.h50 u32 width; /* only valid if div_reg != 0 */ member
61 u32 width; /* only valid if div_reg != 0 */ member
/linux/drivers/clk/nuvoton/
H A Dclk-ma35d1-divider.c18 u8 width; member
85 u8 shift, u8 width, u32 mask_bit) in ma35d1_reg_adc_clkdiv()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_image.c104 int width, int height, in qxl_image_init_helper()
234 int x, int y, int width, int height, in qxl_image_init()
/linux/scripts/kconfig/lxdialog/
H A Dmenubox.c134 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons()
167 int height, width, menu_height; in dialog_menu() local
/linux/drivers/clk/mmp/
H A Dclk-mix.c135 u8 width, shift; in _set_rate() local
292 u8 width, shift; in mmp_clk_mix_get_parent() local
322 u8 width, shift; in mmp_clk_mix_recalc_rate() local
H A Dclk.h40 #define MMP_CLK_BITS_MASK(width, shift) \ argument
42 #define MMP_CLK_BITS_GET_VAL(data, width, shift) \ argument
44 #define MMP_CLK_BITS_SET_VAL(val, width, shift) \ argument
199 u8 width; member
214 u8 width; member
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn20/
H A Ddcn20_opp.c48 int width, in opp2_set_disp_pattern_generator()
296 int width, int height) in opp2_program_dpg_dimensions()
/linux/drivers/clk/rockchip/
H A Dclk-half-divider.c11 #define div_mask(width) ((1 << (width)) - 1) argument
36 unsigned long *best_parent_rate, u8 width, in clk_half_divider_bestdiv()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c249 ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width) in ahc_pci_read_config()
279 ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width) in ahc_pci_write_config()
/linux/sound/core/
H A Dpcm_misc.c35 unsigned char width; /* bit width */ member
426 int width; in snd_pcm_format_set_silence() local
/linux/drivers/clocksource/
H A Dtimer-sp.h46 int width; member
62 int width; member
/linux/drivers/media/pci/tw5864/
H A Dtw5864-h264.c101 static int tw5864_h264_gen_sps_rbsp(u8 *buf, size_t size, int width, int height) in tw5864_h264_gen_sps_rbsp()
198 int width, int height) in tw5864_h264_put_stream_header()
/linux/drivers/video/fbdev/
H A Dpm3fb.c217 const u32 width = (info->var.xres_virtual + 7) & ~7; in pm3fb_init_engine() local
581 int width = ((image->width + 7) >> 3) in pm3fb_imageblit() local
731 const u32 width = (info->var.xres_virtual + 7) & ~7; in pm3fb_write_mode() local
1106 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF - (val)) >> 16) in pm3fb_setcolreg() argument
/linux/drivers/video/fbdev/core/
H A Dfb_logo.c182 static void fb_rotate_logo_ud(const u8 *in, u8 *out, u32 width, u32 height) in fb_rotate_logo_ud()
192 static void fb_rotate_logo_cw(const u8 *in, u8 *out, u32 width, u32 height) in fb_rotate_logo_cw()
201 static void fb_rotate_logo_ccw(const u8 *in, u8 *out, u32 width, u32 height) in fb_rotate_logo_ccw()
H A Dfb_fillrect.h207 int width = rect->width * bpp; in fb_fillrect_static() local
240 int width = rect->width * bpp; in fb_fillrect_rotating() local
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c56 u32 i, reg, size, t_size = 0, width; in asrc_read_last_fifo() local
104 int dir, int width) in asrc_dmaconfig()
194 unsigned int width; in asrc_m2m_device_run() local
/linux/drivers/video/fbdev/via/
H A Daccel.c39 static int hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_1()
172 static int hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_2()
/linux/drivers/dma/dw/
H A Didma32.c182 size_t bytes, unsigned int width, size_t *len) in idma32_bytes2block()
197 static size_t idma32_block2bytes(struct dw_dma_chan *dwc, u32 block, u32 width) in idma32_block2bytes()
/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c685 struct fwht_cframe *cf, u32 height, u32 width, in encode_plane()
781 unsigned int width, unsigned int height, in fwht_encode_frame()
836 u32 height, u32 width, const u8 *ref, u32 ref_stride, in decode_plane()
911 unsigned int components_num, unsigned int width, in fwht_decode_frame()
/linux/drivers/media/usb/pwc/
H A Dpwc-misc.c29 int pwc_get_size(struct pwc_device *pdev, int width, int height) in pwc_get_size()
/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi_core.c565 #define _read_cp_info(name_str, name, offset, start, width, mult_factor)\ argument
577 #define _write_cp_info(name_str, name, offset, start, width, div_factor)\ argument
780 #define _read_pp_info(name_str, name, offset, start, width, mult_factor)\ argument
792 #define _write_pp_info(name_str, name, offset, start, width, div_factor)\ argument
805 #define _read_bf_level_info(name_str, name, level, offset, start, width, mult_factor)\ argument
818 #define _read_tf_level_info(name_str, name, level, offset, start, width, mult_factor)\ argument
998 #define _read_pp_level_info(name_str, name, level, offset, start, width, mult_factor)\ argument
1187 int width = SST_PP_CORE_RATIO_P0_FABRIC_WIDTH; in isst_if_get_perf_level_fabric_info() local

12345678910>>...31