函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\early_serial_console.c Create Date:2022-07-27 08:25:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:取串口波特率

函数原型:static unsigned int probe_baud(int port)

返回类型:unsigned int

参数:

类型参数名称
intport
107  lcr等于从端口输入字节
108  Basic port I/O
109  dll等于从端口输入字节
110  dlh等于从端口输入字节
111  Basic port I/O
112  quot等于dlh左移8位按位或dll
114  返回:BASE_BAUDquot
调用者
名称描述
parse_console_uart8250串口通信设置