Searched refs:baud (Results 1 – 8 of 8) sorted by relevance
164 baud_to_speed(int baud) in baud_to_speed() argument166 switch (baud) { in baud_to_speed()284 int baud; in tty_make_modes() local313 baud = speed_to_baud(cfgetospeed(&tio)); in tty_make_modes()315 buffer_put_int(&buf, baud); in tty_make_modes()316 baud = speed_to_baud(cfgetispeed(&tio)); in tty_make_modes()318 buffer_put_int(&buf, baud); in tty_make_modes()352 int opcode, baud; in tty_parse_modes() local390 baud = packet_get_int(); in tty_parse_modes()392 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in tty_parse_modes()[all …]
176 UINT16 baud; member533 UDRV_API extern UINT32 USERIAL_GetLineSpeed(UINT8 baud) in USERIAL_GetLineSpeed() argument535 return (baud <= USERIAL_BAUD_4M) ? in USERIAL_GetLineSpeed()536 userial_baud_tbl[baud-USERIAL_BAUD_300] : 0; in USERIAL_GetLineSpeed()871 BOOLEAN userial_to_tcio_baud(UINT8 cfg_baud, UINT32 * baud) in userial_to_tcio_baud() argument874 *baud = B600; in userial_to_tcio_baud()876 *baud = B1200; in userial_to_tcio_baud()878 *baud = B9600; in userial_to_tcio_baud()880 *baud = B19200; in userial_to_tcio_baud()882 *baud = B57600; in userial_to_tcio_baud()[all …]
192 cfg.baud = uart.m_iBaudrate; in HaiInitializeLibrary()194 ALOGD ("%s: uart config=0x%04x, %d\n", __func__, cfg.fmt, cfg.baud); in HaiInitializeLibrary()
208 UINT8 baud; /* Baud rate */ member220 UINT8 baud; member271 UDRV_API extern UINT32 USERIAL_GetLineSpeed(UINT8 baud);
181 UINT8 baud; /* Baud rate */ member193 UINT8 baud; member
116 open_cfg.baud = nfc_hal_trans_cfg.userial_baud; in nfc_hal_main_open_transport()
6206 people who are booting using a 9600 baud console don't get swampped by
21047 波特 < baud;35709 波特 > baud;