Home
last modified time | relevance | path

Searched refs:quot (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dwlib.c61 * quot = div(I) = clk / (16 * baud)
70 unsigned int quot, rem, base_baud = baud * 16; in dw8250_get_divisor() local
73 quot = p->uartclk / base_baud; in dw8250_get_divisor()
77 return quot; in dw8250_get_divisor()
80 static void dw8250_set_divisor(struct uart_port *p, unsigned int baud, unsigned int quot, unsigned int quot_frac) in dw8250_set_divisor() argument
83 serial8250_do_set_divisor(p, baud, quot, quot_frac); in dw8250_set_divisor()
H A D8250_port.c1126 unsigned short quot; in autoconfig_16550a() local
1130 quot = serial_dl_read(up); in autoconfig_16550a()
1131 quot <<= 0x3; in autoconfig_16550a()
1134 serial_dl_write(up, quot); in autoconfig_16550a()
2642 unsigned int quot; in serial8250_do_get_divisor() local
2650 quot = 0x8001; in serial8250_do_get_divisor()
2652 quot = 0x8002; in serial8250_do_get_divisor()
2654 quot = npcm_get_divisor(up, baud); in serial8250_do_get_divisor()
2656 quot = uart_get_divisor(port, baud); in serial8250_do_get_divisor()
2662 if ((up->bugs & UART_BUG_QUOT) && ((quot in serial8250_do_get_divisor()
2719 serial8250_do_set_divisor(struct uart_port *port, unsigned int baud, unsigned int quot, unsigned int quot_frac) serial8250_do_set_divisor() argument
2764 serial8250_set_divisor(struct uart_port *port, unsigned int baud, unsigned int quot, unsigned int quot_frac) serial8250_set_divisor() argument
2810 unsigned int baud, quot, frac = 0; serial8250_update_uartclk() local
2864 unsigned int baud, quot, frac = 0; serial8250_do_set_termios() local
3493 unsigned int baud, quot, frac = 0; serial8250_console_restore() local
3593 unsigned int quot; probe_baud() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstdlib.h517 typedef struct { int quot, rem; } div_t; member
518 typedef struct { long quot, rem; } ldiv_t; member
519 typedef struct { long long quot, rem; } lldiv_t; member
H A Dinttypes.h14 typedef struct { intmax_t quot, rem; } imaxdiv_t; member

Completed in 6 milliseconds