Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rapidio/
Drio-sysfs.c136 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,
/linux-4.4.14/include/linux/
Drio_regs.h21 #define RIO_MAINT_SPACE_SZ 0x1000000 /* 16MB of RapidIO mainenance space */ macro
/linux-4.4.14/drivers/rapidio/devices/
Dtsi721.c117 if (offset > (RIO_MAINT_SPACE_SZ - len) || (len != sizeof(u32))) in tsi721_maint_dma()