/openbmc/linux/sound/soc/fsl/ |
H A D | imx-card.c | 40 unsigned int rmax; member 126 { .rmin = 8000, .rmax = 24000, .wmin = 256, .wmax = 1024, }, 128 { .rmin = 32000, .rmax = 32000, .wmin = 256, .wmax = 1024, }, 130 { .rmin = 44100, .rmax = 48000, .wmin = 256, .wmax = 768, }, 132 { .rmin = 88200, .rmax = 96000, .wmin = 256, .wmax = 512, }, 134 { .rmin = 176400, .rmax = 192000, .wmin = 128, .wmax = 256, }, 136 { .rmin = 352800, .rmax = 384000, .wmin = 32, .wmax = 128, }, 138 { .rmin = 705600, .rmax = 768000, .wmin = 16, .wmax = 64, }, 157 { .rmin = 8000, .rmax = 32000, .wmin = 256, .wmax = 1024, }, /* Normal, <= 32kHz */ 158 { .rmin = 44100, .rmax = 48000, .wmin = 256, .wmax = 512, }, /* Normal */ [all …]
|
/openbmc/linux/sound/usb/ |
H A D | pcm.c | 770 unsigned int rmax) in apply_hw_params_minmax() argument 774 if (rmin > rmax) { in apply_hw_params_minmax() 786 if (it->max > rmax) { in apply_hw_params_minmax() 787 it->max = rmax; in apply_hw_params_minmax() 822 unsigned int rmin, rmax, r; in hw_rule_rate() local 827 rmax = 0; in hw_rule_rate() 838 rmax = max(rmax, ep->cur_rate); in hw_rule_rate() 849 rmax = max(rmax, ep->cur_rate); in hw_rule_rate() 859 rmax = max(rmax, r); in hw_rule_rate() 868 rmax = max(rmax, r); in hw_rule_rate() [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | wbt.h | 25 __field(u64, rmax) 40 __entry->rmax = stat[0].max; 50 __entry->name, __entry->rmean, __entry->rmin, __entry->rmax,
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | minmax.cocci | 20 @rmax depends on !patch@ 169 p << rmax.p; 176 p << rmax.p;
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 57 pf.rmax = (1 << pf.rbits) - 1; in qemu_pixelformat_from_pixman() 61 pf.rmask = pf.rmax << pf.rshift; in qemu_pixelformat_from_pixman()
|
H A D | vnc-enc-tight.c | 223 max[0] = vs->client_pf.rmax; \ 622 max[0] = vs->client_pf.rmax; \ 1246 color->red = (pix >> vs->client_pf.rshift) & vs->client_pf.rmax; in write_png_palette() 1254 red = (pix >> vs->client_pf.rshift) & vs->client_pf.rmax; in write_png_palette() 1257 color->red = ((red * 255 + vs->client_pf.rmax / 2) / in write_png_palette() 1258 vs->client_pf.rmax); in write_png_palette() 1652 if (vs->client_pf.bytes_per_pixel == 4 && vs->client_pf.rmax == 0xFF && in tight_send_framebuffer_update()
|
H A D | vnc-enc-zrle.c | 307 ((vs->client_pf.rmax << vs->client_pf.rshift) < (1 << 24) && in zrle_send_framebuffer_update()
|
H A D | vnc.c | 2269 vnc_write_u16(vs, (((i >> pf->rshift) & pf->rmax) << (16 - pf->rbits))); in send_color_map() 2302 vs->client_pf.rmax = red_max ? red_max : 0xFF; in set_pixel_format() 2343 vnc_write_u16(vs, vs->client_pf.rmax); /* red-max */ in pixel_format_message()
|
/openbmc/qemu/include/ui/ |
H A D | qemu-pixman.h | 70 uint8_t rmax, gmax, bmax, amax; member
|
/openbmc/qemu/target/arm/ |
H A D | helper.c | 4125 int rmax = MIN(cpu->pmsav8r_hdregion, 32); in hprenr_write() local 4126 value &= MAKE_64BIT_MASK(0, rmax); in hprenr_write() 4131 for (n = 0; n < rmax; ++n) { in hprenr_write()
|