Searched refs:RIO_MAINT_SPACE_SZ (Results 1 – 3 of 3) sorted by relevance
136 size = RIO_MAINT_SPACE_SZ; in rio_read_config()206 if (off >= RIO_MAINT_SPACE_SZ) in rio_write_config()208 if (off + count > RIO_MAINT_SPACE_SZ) { in rio_write_config()209 size = RIO_MAINT_SPACE_SZ - off; in rio_write_config()259 .size = RIO_MAINT_SPACE_SZ,
21 #define RIO_MAINT_SPACE_SZ 0x1000000 /* 16MB of RapidIO mainenance space */ macro
117 if (offset > (RIO_MAINT_SPACE_SZ - len) || (len != sizeof(u32))) in tsi721_maint_dma()