Searched refs:RIO_MAINT_SPACE_SZ (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/rapidio/
H A Drio-sysfs.c127 size = RIO_MAINT_SPACE_SZ;
196 if (off >= RIO_MAINT_SPACE_SZ)
198 if (off + count > RIO_MAINT_SPACE_SZ) {
199 size = RIO_MAINT_SPACE_SZ - off;
249 .size = RIO_MAINT_SPACE_SZ,
/linux-master/include/linux/
H A Drio_regs.h17 #define RIO_MAINT_SPACE_SZ 0x1000000 /* 16MB of RapidIO mainenance space */ macro
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c275 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ)
320 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ)
H A Dtsi721.c122 if (offset > (RIO_MAINT_SPACE_SZ - len) || (len != sizeof(u32)))

Completed in 130 milliseconds