Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\io.h Create Date:2022-07-28 05:46:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:insw

Proto:static inline void insw(int port, void *addr, unsigned long count)

Type:void

Parameter:

TypeParameterName
intport
void *addr
unsigned longcount
335  If sev_key_active() Then
335  value = addr
335  When count cycle
335  value = inw(port)
335  value++
335  count--
335  Else
335  asm volatile
Caller
NameDescribe
ioread16_rep