Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ioread8_rep

Proto:void ioread8_rep(void __iomem *addr, void *dst, unsigned long count)

Type:void

Parameter:

TypeParameterName
void __iomem *addr
void *dst
unsigned longcount
341  Ugly macros are a way of life.(addr, insb(port, dst, count), These are the "repeat MMIO read/write" functions.* Note the "__raw" accesses, since we don't want to* convert to CPU byte order. We write in "IO byte* order" (we also don't have IO barriers).)