1RIO_WRITE_CONFIG_16(9) RapidIO driver interface RIO_WRITE_CONFIG_16(9)
2
3
4
6 rio_write_config_16 - Write 16 bits to configuration space
7
9 int rio_write_config_16(struct rio_dev * rdev, u32 offset, u16 data);
10
12 rdev
13 RIO device
14
15 offset
16 Offset into device configuration space
17
18 data
19 Data to be written
20
22 Writes 16 bits of data to the specified offset within the RIO device's
23 configuration space.
24
26 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
27 Author.
28
30Kernel Hackers Manual 2.6. November 2011 RIO_WRITE_CONFIG_16(9)