Function report |
Source Code:arch\x86\boot\early_serial_console.c |
Create Date:2022-07-28 07:26:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:probe_baud
Proto:static unsigned int probe_baud(int port)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
int | port |
107 | lcr = inb(port + Line control ) |
108 | Basic port I/O |
109 | dll = inb(port + Divisor Latch Low ) |
110 | dlh = inb(port + Divisor latch High ) |
111 | Basic port I/O |
Name | Describe |
---|---|
parse_console_uart8250 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |