Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/
Drio-sysfs.c131 size = RIO_MAINT_SPACE_SZ; in rio_read_config()
200 if (off >= RIO_MAINT_SPACE_SZ) in rio_write_config()
202 if (off + count > RIO_MAINT_SPACE_SZ) { in rio_write_config()
203 size = RIO_MAINT_SPACE_SZ - off; in rio_write_config()
253 .size = RIO_MAINT_SPACE_SZ,
/Linux-v4.19/include/linux/
Drio_regs.h21 #define RIO_MAINT_SPACE_SZ 0x1000000 /* 16MB of RapidIO mainenance space */ macro
/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c277 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ) in rio_mport_maint_rd()
322 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ) in rio_mport_maint_wr()
Dtsi721.c133 if (offset > (RIO_MAINT_SPACE_SZ - len) || (len != sizeof(u32))) in tsi721_maint_dma()