Searched refs:RIO_MAINT_SPACE_SZ (Results 1 – 4 of 4) 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
275 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ) in rio_mport_maint_rd()320 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ) in rio_mport_maint_wr()
122 if (offset > (RIO_MAINT_SPACE_SZ - len) || (len != sizeof(u32))) in tsi721_maint_dma()