1RIO_MAP_INB_REGION(9)      RapidIO driver interface      RIO_MAP_INB_REGION(9)
2
3
4

NAME

6       rio_map_inb_region - - Map inbound memory region.
7

SYNOPSIS

9       int rio_map_inb_region(struct rio_mport * mport, dma_addr_t local,
10                              u64 rbase, u32 size, u32 rflags);
11

ARGUMENTS

13       mport
14           Master port.
15
16       local
17           physical address of memory region to be mapped
18
19       rbase
20           RIO base address assigned to this window
21
22       size
23           Size of the memory region
24
25       rflags
26           Flags for mapping.
27

RETURN

29       0 -- Success.
30
31       This function will create the mapping from RIO space to local memory.
32

AUTHOR

34       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
35           Author.
36
38Kernel Hackers Manual 3.10         June 2019             RIO_MAP_INB_REGION(9)
Impressum