函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:vga_set_vertical_end

函数原型:static void vga_set_vertical_end(int lines)

返回类型:void

参数:

类型参数名称
intlines
161  end等于lines减1
163  crtc等于I/O address of the VGA CRTC
165  ovfw等于0x3c按位或end右移8减1位按位与0x02按位或end右移9减6位按位与0x40
167  out_idx(ovfw, crtc, 0x07)
168  out_idx(end, crtc, 0x12)
调用者
名称描述
vga_set_80x30
vga_set_80x34
vga_set_80x60