First page Back Continue Last page Summary Graphics
Resource - IO Memory
-
ioremap(offset,size)
- map device memory to kernel segments (during initialization page mapping is provided only till top of physical memory)
-
iounmap
-
[read/write][b/w/l], memcopy_[from/to]io, memset_io
-
Sources: io.h
Notes: