函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:串口初始化

函数原型:static __init void early_serial_init(char *s)

返回类型:void

参数:

类型参数名称
char *s
154  baud等于DEFAULT_BAUD
157  如果s恒等于','则s先自加
160  如果s
162  如果非字符串指定长度比较
164  否则
165  static const int __initconst bases[] = {0x3f8, 0x2f8}
167  如果非字符串指定长度比较s加等于4
170  如果port大于1或s恒等于eport等于0
172  yS0 等于bases[port]
174  s加等于strcspn - Calculate the length of the initial substring of @s which does not contain letters in @reject*@s: The string to be searched*@reject: The string to avoid
175  如果s恒等于','则s自加
179  如果s
180  baud等于十六进制串转换为长整数
182  如果baud恒等于0或s恒等于ebaud等于DEFAULT_BAUD
187  divisor等于115200除baud
190  serial_in等于io_serial_in
191  serial_out等于io_serial_out
194  early_serial_hw_init(divisor)
调用者
名称描述
setup_early_printk