Searched refs:RIO_MAINT_SPACE_SZ (Results 1 – 2 of 2) sorted by relevance
127 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,
17 #define RIO_MAINT_SPACE_SZ 0x1000000 /* 16MB of RapidIO mainenance space */ macro