Home
last modified time | relevance | path

Searched refs:acr (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1314 static void hdmi_set_acr(u32 freq, u8 *acr) in hdmi_set_acr() argument
1353 acr[1] = cts >> 16; in hdmi_set_acr()
1354 acr[2] = cts >> 8 & 0xff; in hdmi_set_acr()
1355 acr[3] = cts & 0xff; in hdmi_set_acr()
1357 acr[4] = n >> 16; in hdmi_set_acr()
1358 acr[5] = n >> 8 & 0xff; in hdmi_set_acr()
1359 acr[6] = n & 0xff; in hdmi_set_acr()
1362 static void hdmi_reg_acr(struct hdmi_context *hdata, u8 *acr) in hdmi_reg_acr() argument
1364 hdmi_reg_writeb(hdata, HDMI_ACR_N0, acr[6]); in hdmi_reg_acr()
1365 hdmi_reg_writeb(hdata, HDMI_ACR_N1, acr[5]); in hdmi_reg_acr()
[all …]
/drivers/power/
Dds2760_battery.c235 unsigned char acr[2]; in ds2760_battery_set_current_accum() local
241 acr[0] = acr_val >> 8; in ds2760_battery_set_current_accum()
242 acr[1] = acr_val & 0xff; in ds2760_battery_set_current_accum()
244 if (w1_ds2760_write(di->w1_dev, acr, DS2760_CURRENT_ACCUM_MSB, 2) < 2) in ds2760_battery_set_current_accum()
/drivers/tty/serial/
Dsunsu.c83 unsigned char acr; member
173 serial_icr_write(up, UART_ACR, up->acr | UART_ACR_ICRRD);
176 serial_icr_write(up, UART_ACR, up->acr);
269 up->acr |= UART_ACR_TXDIS; in sunsu_stop_tx()
270 serial_icr_write(up, UART_ACR, up->acr); in sunsu_stop_tx()
286 if (up->port.type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in sunsu_start_tx()
287 up->acr &= ~UART_ACR_TXDIS; in sunsu_start_tx()
288 serial_icr_write(up, UART_ACR, up->acr); in sunsu_start_tx()
618 up->acr = 0; in sunsu_startup()
Dm32r_sio.c114 unsigned char acr; member
/drivers/tty/serial/8250/
D8250.h23 unsigned char acr; member
D8250.c550 serial_icr_write(up, UART_ACR, up->acr | UART_ACR_ICRRD); in serial_icr_read()
553 serial_icr_write(up, UART_ACR, up->acr); in serial_icr_read()
762 up->acr = 0; in autoconfig_has_efr()
1277 up->acr |= UART_ACR_TXDIS; in serial8250_stop_tx()
1278 serial_icr_write(up, UART_ACR, up->acr); in serial8250_stop_tx()
1305 if (port->type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in serial8250_start_tx()
1306 up->acr &= ~UART_ACR_TXDIS; in serial8250_start_tx()
1307 serial_icr_write(up, UART_ACR, up->acr); in serial8250_start_tx()
1945 up->acr = 0; in serial8250_startup()
/drivers/video/
Dcg14.c110 u8 acr; /* Aux Control */ member
/drivers/atm/
Diphase.h255 u_short acr; member
Diphase.c1830 vc->acr = cellrate_to_float(iadev->LineRate);
1832 vc->acr = cellrate_to_float(vcc->qos.txtp.pcr);
1834 vcc->qos.txtp.max_pcr,vc->acr);)