Home
last modified time | relevance | path

Searched refs:xmin (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/sound/
H A Dsoc.h39 .rshift = shift_right, .min = xmin, .max = xmax, \
58 .min = xmin, .max = xmax, .invert = xinvert})
91 .max = xmax, .min = xmin} }
129 xshift, xmin, xmax, xinvert) }
150 .max = xmax, .min = xmin} }
169 xshift, xmin, xmax, xinvert) }
181 .max = xmax, .min = xmin} }
190 xmin, xmax, xsign_bit, xinvert) }
202 .min = xmin, .max = xmax, \
307 xmin, xmax, xsign_bit, xinvert) }
[all …]
/openbmc/linux/tools/mm/
H A Dslabinfo-gnuplot.sh25 xmin=0
53 local range="every ::$xmin"
64 lines=$((xmax-xmin))
106 local range="every ::$xmin"
196 xmin=${array[0]}
/openbmc/qemu/hw/display/
H A Dg364fb.c85 int xmin, xmax; in g364fb_draw_graphic8() local
116 xmin = s->width; in g364fb_draw_graphic8()
137 if (x < xmin) in g364fb_draw_graphic8()
138 xmin = x; in g364fb_draw_graphic8()
183 xmin = 0; in g364fb_draw_graphic8()
194 dpy_gfx_update(s->con, xmin, ymin, in g364fb_draw_graphic8()
195 xmax - xmin + 1, ymax - ymin + 1); in g364fb_draw_graphic8()
196 xmin = s->width; in g364fb_draw_graphic8()
214 dpy_gfx_update(s->con, xmin, ymin, xmax - xmin + 1, ymax - ymin + 1); in g364fb_draw_graphic8()
/openbmc/qemu/util/
H A Dqdist.c166 double xmin, xmax; in qdist_bin__internal() local
180 xmin = qdist_xmin(from); in qdist_bin__internal()
182 step = (xmax - xmin) / n; in qdist_bin__internal()
187 if (from->entries[i].x != xmin + i * step) { in qdist_bin__internal()
204 left = xmin + i * step; in qdist_bin__internal()
205 right = xmin + (i + 1) * step; in qdist_bin__internal()
/openbmc/linux/sound/soc/codecs/
H A Dtda7419.c251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument
253 {.reg = xreg, .rreg = xreg, .mask = xmask, .min = xmin, \
256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument
259 {.reg = xregl, .rreg = xregr, .mask = xmask, .min = xmin, \
262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument
272 .private_value = TDA7419_SINGLE_VALUE(xreg, xmask, xmin, \
276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ argument
287 xmin, xmax, xthresh, \
H A Dab8500-codec.c63 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
68 {.count = xcount, .min = xmin, .max = xmax} }
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c73 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local
133 xmin = min(x00, x10); in convert_coords_to_ispparams()
139 assert(x01 >= xmin); in convert_coords_to_ispparams()
140 assert(x11 >= xmin); in convert_coords_to_ispparams()
146 topleft_x = ((xmin >> DVS_COORD_FRAC_BITS) in convert_coords_to_ispparams()
/openbmc/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.h714 xmin, xmax, xpname) \ argument
722 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \
728 xmin, xmax, xpname) \ argument
733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
/openbmc/linux/sound/soc/ti/
H A Domap-mcbsp-st.c451 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument
457 {.min = xmin, .max = xmax} }
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.c248 u32 xmin, xmax; in hdmi_active_area() local
251 xmin = sti_vtg_get_pixel_number(hdmi->mode, 1); in hdmi_active_area()
256 hdmi_write(hdmi, xmin, HDMI_ACTIVE_VID_XMIN); in hdmi_active_area()
/openbmc/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c39 #define ACARD_SINGLE_RANGE_EXT_TLV(xname, xreg, xshift, xmin, xmax, xinvert, \ argument
49 .rshift = xshift, .min = xmin, .max = xmax, \
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py379 xmin = min (clip[0] + clip[2], rect[0] + rect[2])
381 return (xmin > xmax and ymin > ymax)
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c247 static int em28xx_accumulator_set(struct em28xx *dev, u8 xmin, u8 xmax, in em28xx_accumulator_set() argument
251 xmin, ymin, xmax, ymax); in em28xx_accumulator_set()
253 em28xx_write_regs(dev, EM28XX_R28_XMIN, &xmin, 1); in em28xx_accumulator_set()
/openbmc/linux/drivers/s390/char/
H A Draw3270.c424 char xmin; member