Home
last modified time | relevance | path

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

/openbmc/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,
/openbmc/linux/include/linux/
H A Drio_regs.h17 #define RIO_MAINT_SPACE_SZ 0x1000000 /* 16MB of RapidIO mainenance space */ macro
/openbmc/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c273 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ) in rio_mport_maint_rd()
318 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ) in rio_mport_maint_wr()
H A Dtsi721.c120 if (offset > (RIO_MAINT_SPACE_SZ - len) || (len != sizeof(u32))) in tsi721_maint_dma()