Home
last modified time | relevance | path

Searched refs:width (Results 101 – 125 of 4991) sorted by relevance

12345678910>>...200

/openbmc/linux/include/linux/
H A Dclk-provider.h683 u8 width; member
689 #define clk_div_mask(width) ((1 << (width)) - 1) argument
739 void __iomem *reg, u8 shift, u8 width,
809 reg, shift, width, \ argument
849 reg, shift, width, \ argument
870 flags, reg, shift, width, \ argument
907 reg, shift, width, \ argument
928 reg, shift, width, \ argument
1039 flags, reg, shift, width, \ argument
1211 u8 width; member
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c34 assert((int)width >= 0); in fill_row()
36 memcpy(private, public, width * sizeof(short)); in fill_row()
63 fill_row(&private[type * stride], &public[type * width], width, padding); in ia_css_sdis_horicoef_vmem_encode()
190 dis->grid.dim.width = in ia_css_sdis_init_info()
194 dis->grid.pad.width = in ia_css_sdis_init_info()
199 dis->coef.dim.width = in ia_css_sdis_init_info()
205 dis->coef.pad.width = in ia_css_sdis_init_info()
210 dis->proj.dim.width = in ia_css_sdis_init_info()
215 dis->proj.dim.width = in ia_css_sdis_init_info()
222 dis->proj.pad.width = in ia_css_sdis_init_info()
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dbtext.c115 g_max_loc_X = width / 8; in btext_setup_display()
122 dispDeviceRect[2] = width; in btext_setup_display()
174 width = *prop; in btext_initialize()
209 g_max_loc_X = width / 8; in btext_initialize()
215 dispDeviceRect[2] = width; in btext_initialize()
278 dispDeviceRect[2] = width; in btext_update_display()
289 g_max_loc_X = width / 8; in btext_update_display()
305 for(j=width; j; --j) in btext_clearscreen()
322 for(j = width; j > 0; j -= 8) { in btext_flushscreen()
366 for(j=width; j; --j) in scrollscreen()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.structure.min.css5width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:n…
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dpaginate.scss24 border-left-width: 0;
25 min-width:44px;
37 border-left-width:1px;
41 border-left-width: 1px;
85 @media only screen and ( max-width: 64.063em ) {
98 @media only screen and ( max-width: 40.063em ) {
116 .pagination li:nth-of-type(2) a { border-left-width: 0; }
120 @media only screen and ( max-width: 30.063em ) {
138 .pagination li { width: 50%;}
144 width: 100%;
[all …]
/openbmc/linux/drivers/clk/meson/
H A Dclk-phase.c21 static int meson_clk_degrees_from_val(unsigned int val, unsigned int width) in meson_clk_degrees_from_val() argument
23 return phase_step(width) * val; in meson_clk_degrees_from_val()
26 static unsigned int meson_clk_degrees_to_val(int degrees, unsigned int width) in meson_clk_degrees_to_val() argument
28 unsigned int val = DIV_ROUND_CLOSEST(degrees, phase_step(width)); in meson_clk_degrees_to_val()
34 return val % (1 << width); in meson_clk_degrees_to_val()
45 return meson_clk_degrees_from_val(val, phase->ph.width); in meson_clk_phase_get_phase()
54 val = meson_clk_degrees_to_val(degrees, phase->ph.width); in meson_clk_phase_set_phase()
104 return meson_clk_degrees_from_val(val, tph->ph0.width); in meson_clk_triphase_get_phase()
113 val = meson_clk_degrees_to_val(degrees, tph->ph0.width); in meson_clk_triphase_set_phase()
161 return meson_clk_degrees_from_val(val, tph->ph.width); in meson_sclk_ws_inv_get_phase()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dast2400-evb.dts65 spi-tx-bus-width = <2>;
66 spi-rx-bus-width = <2>;
72 spi-tx-bus-width = <2>;
73 spi-rx-bus-width = <2>;
84 spi-tx-bus-width = <2>;
85 spi-rx-bus-width = <2>;
92 spi-tx-bus-width = <2>;
93 spi-rx-bus-width = <2>;
/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c644 width = image->width;
854 width = image->width;
940 width = rect->width;
1002 width *= height;
1032 if (j < width)
1088 spos = sy * width;
1089 dpos = dy * width;
1186 depos += width;
1187 sepos += width;
1191 n32 = width / 32;
[all …]
/openbmc/phosphor-webui/app/common/styles/base/
H A Dfoundation.scss452 width: 100%;
485 width: 100%;
590 width: 100%;
613 width: 1%;
628 width: 1%;
749 width: 1px;
756 width: auto;
818 width: 100%;
865 width: 25%; }
907 width: 50%; }
[all …]
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c156 uds_output_limits(format->width, &fse->min_width, in uds_enum_frame_size()
182 fmt->width = clamp(fmt->width, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()
192 uds_output_limits(format->width, &minimum, &maximum); in uds_try_format()
193 fmt->width = clamp(fmt->width, minimum, maximum); in uds_try_format()
277 hscale = uds_compute_ratio(input->width, output->width); in uds_configure_stream()
323 (partition->uds_sink.width in uds_configure_partition()
328 (partition->uds_source.width in uds_configure_partition()
346 hscale = output->width / input->width; in uds_max_width()
389 partition->uds_sink.width = window->width * input->width in uds_partition()
390 / output->width; in uds_partition()
[all …]
/openbmc/u-boot/drivers/video/
H A Dsandbox_osd.c14 uint width; member
33 info->width = priv->width; in sandbox_osd_get_info()
49 pos = 2 * (row * priv->width + col); in sandbox_osd_set_mem()
51 if (pos >= 2 * (priv->width * priv->height)) in sandbox_osd_set_mem()
66 priv->width = col; in _sandbox_osd_set_size()
68 size = priv->width * priv->height; in _sandbox_osd_set_size()
97 if (col >= priv->width || row >= priv->height) in sandbox_osd_print()
121 pos = row * priv->width + col; in sandbox_osd_print()
132 uint memsize = 2 * (priv->width * priv->height); in sandbox_osd_get_mem()
/openbmc/linux/drivers/clk/nuvoton/
H A Dclk-ma35d1-divider.c18 u8 width; member
36 val &= clk_div_mask(dclk->width); in ma35d1_clkdiv_recalc_rate()
39 CLK_DIVIDER_ROUND_CLOSEST, dclk->width); in ma35d1_clkdiv_recalc_rate()
47 dclk->width, CLK_DIVIDER_ROUND_CLOSEST); in ma35d1_clkdiv_round_rate()
58 dclk->width, CLK_DIVIDER_ROUND_CLOSEST); in ma35d1_clkdiv_set_rate()
63 data &= ~(clk_div_mask(dclk->width) << dclk->shift); in ma35d1_clkdiv_set_rate()
81 u8 shift, u8 width, u32 mask_bit) in ma35d1_reg_adc_clkdiv() argument
96 max_div = clk_div_mask(width) + 1; in ma35d1_reg_adc_clkdiv()
120 div->width = width; in ma35d1_reg_adc_clkdiv()
/openbmc/linux/tools/perf/util/
H A Dsort.c119 width = max(7U, width) - 8; in hist_entry__thread_snprintf()
121 width, width, comm ?: ""); in hist_entry__thread_snprintf()
266 return repsep_snprintf(bf, size, "%-*.*s", width, width, dso_name); in _hist_entry__dso_snprintf()
719 return repsep_snprintf(bf, size, "%-*.*s", width, width, in hist_entry__parent_snprintf()
741 return repsep_snprintf(bf, size, "%*.*d", width, width, he->cpu); in hist_entry__cpu_snprintf()
1064 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__sym_from_snprintf()
1077 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__sym_to_snprintf()
1177 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__addr_from_snprintf()
1190 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__addr_to_snprintf()
1282 return repsep_snprintf(bf, size, "%-*.*s", width, width, out); in hist_entry__mispredict_snprintf()
[all …]
/openbmc/u-boot/include/
H A Dbitfield.h42 static inline uint bitfield_mask(uint shift, uint width) in bitfield_mask() argument
44 return ((1 << width) - 1) << shift; in bitfield_mask()
48 static inline uint bitfield_extract(uint reg_val, uint shift, uint width) in bitfield_extract() argument
50 return (reg_val & bitfield_mask(shift, width)) >> shift; in bitfield_extract()
57 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace() argument
60 uint mask = bitfield_mask(shift, width); in bitfield_replace()
/openbmc/u-boot/arch/arm/mach-zynq/
H A Dddrc.c26 u32 width, ecctype; in zynq_ddrc_init() local
28 width = readl(&ddrc_base->ddrc_ctrl); in zynq_ddrc_init()
29 width = (width & ZYNQ_DDRC_CTRLREG_BUSWIDTH_MASK) >> in zynq_ddrc_init()
36 (width == ZYNQ_DDRC_CTRLREG_BUSWIDTH_16BIT)) { in zynq_ddrc_init()
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-pipe.c276 in_size.width = sink_fmt->width; in mxc_isi_pipe_enable()
278 scale.width = compose->width; in mxc_isi_pipe_enable()
488 rect->width = mf->width; in mxc_isi_pipe_set_fmt()
495 rect->width = mf->width; in mxc_isi_pipe_set_fmt()
501 format->width = mf->width; in mxc_isi_pipe_set_fmt()
532 mf->width = rect->width; in mxc_isi_pipe_set_fmt()
564 sel->r.width = format->width; in mxc_isi_pipe_get_selection()
635 format->width = sel->r.width; in mxc_isi_pipe_set_selection()
664 rect->width = sel->r.width; in mxc_isi_pipe_set_selection()
669 format->width = sel->r.width; in mxc_isi_pipe_set_selection()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c309 r.width = ffmt[pad]->width; in isp_subdev_propagate()
375 r->width = rounddown(r->width, ATOM_ISP_STEP_WIDTH); in atomisp_subdev_set_selection()
382 crop[pad]->width = ffmt[pad]->width; in atomisp_subdev_set_selection()
398 crop[pad]->width = roundup(crop[pad]->width * 5 / 6, in atomisp_subdev_set_selection()
404 crop[pad]->width = min(crop[pad]->width, r->width); in atomisp_subdev_set_selection()
443 r->width = crop[ATOMISP_SUBDEV_PAD_SINK]->width; in atomisp_subdev_set_selection()
447 if (crop[ATOMISP_SUBDEV_PAD_SINK]->width == r->width in atomisp_subdev_set_selection()
453 comp[pad]->width = r->width; in atomisp_subdev_set_selection()
487 width * r->height / r->width, in atomisp_subdev_set_selection()
490 comp[pad]->width = r->width; in atomisp_subdev_set_selection()
[all …]
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c40 int width, height, bpp, pitch; in vbox_do_modeset() local
45 width = vbox_crtc->width ? vbox_crtc->width : 640; in vbox_do_modeset()
128 u16 width = 0, height = 0; in vbox_set_up_input_mapping() local
164 width = max_t(u16, width, vbox_crtc->x_hint + in vbox_set_up_input_mapping()
342 u32 width = new_state->crtc_w; in vbox_cursor_atomic_check() local
364 width == 0 || height == 0) in vbox_cursor_atomic_check()
383 for (j = 0; j < width; ++j) in copy_cursor_image()
399 u32 width = new_state->crtc_w; in vbox_cursor_atomic_update() local
690 edid[12] = width & 0xff; in vbox_set_edid()
691 edid[13] = width >> 8; in vbox_set_edid()
[all …]
/openbmc/qemu/ui/
H A Dvnc-enc-zywrle.h353 h += (s >> 1) * width; in filter_wavelet_square()
356 for (x = 0; x < width / s; x++) { in filter_wavelet_square()
376 h += (s-1)*width; in filter_wavelet_square()
429 h += (s >> 1) * width; in filter_wavelet_square()
432 for (x = 0; x < width / s; x++) { in filter_wavelet_square()
438 h += (s - 1) * width; in filter_wavelet_square()
452 end = buf + height * width; in wavelet()
453 s = width << l; in wavelet()
455 wavelet_level(top, width, l, 1); in wavelet()
459 end = buf + width; in wavelet()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_rect.c263 r->x1 = width - tmp.x2; in drm_rect_rotate()
264 r->x2 = width - tmp.x1; in drm_rect_rotate()
280 r->y1 = width - tmp.x2; in drm_rect_rotate()
281 r->y2 = width - tmp.x1; in drm_rect_rotate()
285 r->x1 = width - tmp.x2; in drm_rect_rotate()
286 r->x2 = width - tmp.x1; in drm_rect_rotate()
328 int width, int height, in drm_rect_rotate_inv() argument
338 r->x1 = width - tmp.y2; in drm_rect_rotate_inv()
339 r->x2 = width - tmp.y1; in drm_rect_rotate_inv()
345 r->x1 = width - tmp.x2; in drm_rect_rotate_inv()
[all …]
/openbmc/phosphor-webui/app/server-health/styles/
H A Dsyslog.scss44 width: 100px;
56 width: 170px;
66 width: 25%;
70 width: 100%;
116 max-width: 10%;
119 max-width: 12%;
133 width: 25em;
138 width: 25em;
253 width: 7px;
264 width: 100%;
[all …]
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_postproc.c102 HANTRO_PP_REG_WRITE(vpu, output_width, ctx->dst_fmt.width); in hantro_postproc_g1_enable()
105 HANTRO_PP_REG_WRITE(vpu, display_width, ctx->dst_fmt.width); in hantro_postproc_g1_enable()
110 if (ctx->src_fmt.width <= ctx->dst_fmt.width) in down_scale_factor()
113 return DIV_ROUND_CLOSEST(ctx->src_fmt.width, ctx->dst_fmt.width); in down_scale_factor()
167 if (!ctx->src_fmt.width || !ctx->src_fmt.height) in hantro_postproc_g2_enum_framesizes()
171 fsize->discrete.width = ctx->src_fmt.width >> fsize->index; in hantro_postproc_g2_enum_framesizes()
207 v4l2_fill_pixfmt_mp(&pix_mp, fmt->fourcc, ctx->src_fmt.width, in hantro_postproc_alloc()
212 buf_size += hantro_h264_mv_size(pix_mp.width, in hantro_postproc_alloc()
215 buf_size += hantro_vp9_mv_size(pix_mp.width, in hantro_postproc_alloc()
218 buf_size += hantro_hevc_mv_size(pix_mp.width, in hantro_postproc_alloc()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c376 for (x = 0; x < r->plane[n].width; x++) { in assert_rotated()
456 for (x = 0; x < r->plane[n].width; x++) { in assert_remapped()
539 return a->dst_stride * a->width + b->dst_stride * b->width; in remapped_size()
550 { .width = 1, .height = 1, .src_stride = 1 }, in igt_vma_rotate_remap()
589 for (a = planes; a->width; a++) { in igt_vma_rotate_remap()
607 plane_info[0].width; in igt_vma_rotate_remap()
611 plane_info[1].width; in igt_vma_rotate_remap()
679 plane_info[0].width, in igt_vma_rotate_remap()
684 plane_info[1].width, in igt_vma_rotate_remap()
998 for (p = planes; p->width; p++) { in igt_vma_remapped_gtt()
[all …]
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css-params.c315 unsigned int width; member
999 fr_pr->width = frame_params[pin].width; in imgu_css_osys_calc()
1198 block_stripes[1].width = in imgu_css_osys_calc()
1758 acc->stripe.input_frame.width = in imgu_css_cfg_acc_stripe()
1971 ofs_x = ((pixm->width - in imgu_css_cfg_acc()
2353 width = ALIGN(css_pipe->rect[IPU3_CSS_RECT_BDS].width, IMGU_ISP_VMEM_ALIGN); in imgu_css_cfg_acc()
2468 acc->ae.grid_cfg.width, in imgu_css_cfg_acc()
2490 acc->ae.stripes[0].grid.width = in imgu_css_cfg_acc()
2495 acc->ae.stripes[1].grid.width = in imgu_css_cfg_acc()
2496 acc->ae.grid_cfg.width - acc->ae.stripes[0].grid.width; in imgu_css_cfg_acc()
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Dscx200_docflash.c29 static unsigned width = 8; /* Default to 8 bits wide */ variable
36 module_param(width, int, 0);
37 MODULE_PARM_DESC(width, "Data width of the flash mapping (8/16)");
118 width = 16; in init_scx200_docflash()
120 width = 8; in init_scx200_docflash()
138 if (width != 8 && width != 16) { in init_scx200_docflash()
159 if (width == 8) { in init_scx200_docflash()
168 &docmem, width); in init_scx200_docflash()
171 if (width == 8) in init_scx200_docflash()

12345678910>>...200