Home
last modified time | relevance | path

Searched refs:ch_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/char/
H A Dcadence_uart.c239 uint32_t ch_mode; in uart_can_receive() local
249 ch_mode = s->r[R_MR] & UART_MR_CHMODE; in uart_can_receive()
251 if (ch_mode == NORMAL_MODE || ch_mode == ECHO_MODE) { in uart_can_receive()
254 if (ch_mode == REMOTE_LOOPBACK || ch_mode == ECHO_MODE) { in uart_can_receive()
364 uint32_t ch_mode = s->r[R_MR] & UART_MR_CHMODE; in uart_receive() local
366 if (ch_mode == NORMAL_MODE || ch_mode == ECHO_MODE) { in uart_receive()
369 if (ch_mode == REMOTE_LOOPBACK || ch_mode == ECHO_MODE) { in uart_receive()
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dch7006_mode.c331 const struct ch7006_mode *ch_mode = priv->mode; in ch7006_setup_properties() local
332 const struct drm_display_mode *mode = &ch_mode->mode; in ch7006_setup_properties()
348 aspect = ch_mode->enc_hdisp*fixed1; in ch7006_setup_properties()
349 do_div(aspect, ch_mode->enc_vdisp); in ch7006_setup_properties()
/openbmc/linux/include/uapi/sound/
H A Dcompress_params.h410 __u32 ch_mode; member