函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\iomap.c Create Date:2022-07-27 07:46:26
Last Modify:2022-05-18 11:45:09 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ioread8_rep

函数原型:void ioread8_rep(void __iomem *addr, void *dst, unsigned long count)

返回类型:void

参数:

类型参数名称
void __iomem *addr
void *dst
unsigned longcount
341  Ugly macros are a way of life.(addr, 从端口输入到地址, 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).)