Searched refs:RRM_BASE (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Drrm.h17 #define RRM_BASE 1000 macro
18 #define RRM_CMD_LIMIT (RRM_BASE + 100)
21 RRM_OPENRN = RRM_BASE, /* open rendering node */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Drrm.h17 #define RRM_BASE 1000 macro
18 #define RRM_CMD_LIMIT (RRM_BASE + 100)
21 RRM_OPENRN = RRM_BASE, /* open rendering node */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Drrm.h17 #define RRM_BASE 1000 macro
18 #define RRM_CMD_LIMIT (RRM_BASE + 100)
21 RRM_OPENRN = RRM_BASE, /* open rendering node */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Drrm.h17 #define RRM_BASE 1000 macro
18 #define RRM_CMD_LIMIT (RRM_BASE + 100)
21 RRM_OPENRN = RRM_BASE, /* open rendering node */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Drrm.h17 #define RRM_BASE 1000 macro
18 #define RRM_CMD_LIMIT (RRM_BASE + 100)
21 RRM_OPENRN = RRM_BASE, /* open rendering node */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Drrm.h17 #define RRM_BASE 1000 macro
18 #define RRM_CMD_LIMIT (RRM_BASE + 100)
21 RRM_OPENRN = RRM_BASE, /* open rendering node */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Drrm.c49 /* cmd is a number in the range [0..RRM_CMD_LIMIT-RRM_BASE] */
56 printk ("Called unimplemented rrm ioctl: %d\n", cmd + RRM_BASE);
H A Dgraphics.c87 if ((cmd >= RRM_BASE) && (cmd <= RRM_CMD_LIMIT))
88 return rrm_command (cmd-RRM_BASE, (void *) arg);

Completed in 98 milliseconds