Home
last modified time | relevance | path

Searched refs:RIO_MAINT_SPACE_SZ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/rapidio/
H A Drio-sysfs.c127 size = RIO_MAINT_SPACE_SZ; in rio_read_config()
196 if (off >= RIO_MAINT_SPACE_SZ) in rio_write_config()
198 if (off + count > RIO_MAINT_SPACE_SZ) { in rio_write_config()
199 size = RIO_MAINT_SPACE_SZ - off; in rio_write_config()
249 .size = RIO_MAINT_SPACE_SZ,
/linux/include/linux/
H A Drio_regs.h17 #define RIO_MAINT_SPACE_SZ 0x1000000 /* 16MB of RapidIO mainenance space */ macro