Function report |
Source Code:lib\iomap.c |
Create Date:2022-07-28 06:48:47 |
| Last Modify:2022-05-18 11:45:09 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mmio_outsb
Proto:static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| void __iomem * | addr | |
| const u8 * | src | |
| int | count |
| 317 | __raw_writeb( * src, addr) |
| 318 | src++ |
| Name | Describe |
|---|---|
| iowrite8_rep |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |