Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\iomap.c Create Date:2022-07-28 06:48:43
Last Modify:2022-05-18 11:45:09 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pio_read64_hi_lo

Proto:static u64 pio_read64_hi_lo(unsigned long port)

Type:u64

Parameter:

TypeParameterName
unsigned longport
124  hi = inl(port + sizeof(u32))
125  lo = inl(port)
127  Return lo | hi << 32
Caller
NameDescribe
ioread64_hi_lo