Home
last modified time | relevance | path

Searched defs:quot (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
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
Dinttypes.h14 typedef struct { intmax_t quot, rem; } imaxdiv_t; member
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
D8250_dwlib.c70 unsigned int quot, rem, base_baud = baud * 16; in dw8250_get_divisor() local
80 static void dw8250_set_divisor(struct uart_port *p, unsigned int baud, unsigned int quot, unsigned … in dw8250_set_divisor()
D8250_port.c1126 unsigned short quot; in autoconfig_16550a() local
2642 unsigned int quot; in serial8250_do_get_divisor() local
2719 void serial8250_do_set_divisor(struct uart_port *port, unsigned int baud, unsigned int quot, unsign… in serial8250_do_set_divisor()
2764 static void serial8250_set_divisor(struct uart_port *port, unsigned int baud, unsigned int quot, un… in serial8250_set_divisor()
2810 unsigned int baud, quot, frac = 0; in serial8250_update_uartclk() local
2864 unsigned int baud, quot, frac = 0; in serial8250_do_set_termios() local
3493 unsigned int baud, quot, frac = 0; in serial8250_console_restore() local
3593 unsigned int quot; in probe_baud() local