Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\video\vga.h Create Date:2022-07-28 08:49:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:vga_w_fast

Proto:static inline void vga_w_fast(void __iomem *regbase, unsigned short port, unsigned char reg, unsigned char val)

Type:void

Parameter:

TypeParameterName
void __iomem *regbase
unsigned shortport
unsigned charreg
unsigned charval
254  If regbase Then vga_mm_w_fast(regbase, port, reg, val)
256  Else vga_io_w_fast(port, reg, val)