Lines Matching +full:0 +full:x0001ffff
25 #define RIO_INVALID_DESTID 0xffff
32 #define RIO_GLOBAL_TABLE 0xff /* Indicates access of a switch's
37 #define RIO_INVALID_ROUTE 0xff /* Indicates that a route table
42 #define RIO_ANY_DESTID(size) (size ? 0xffff : 0xff)
45 #define RIO_MAX_MSG_SIZE 0x1000
50 #define RIO_SUCCESSFUL 0x00
51 #define RIO_BAD_SIZE 0x81
56 * 0 RapidIO outbound doorbells
61 * 0 RapidIO inbound doorbells
65 #define RIO_DOORBELL_RESOURCE 0
78 #define RIO_CTAG_RESRVD 0xfffe0000 /* Reserved */
79 #define RIO_CTAG_UDEVID 0x0001ffff /* Unique device identifier */
92 * @port_ok: Status of each port (one bit per port) - OK=1 or UNINIT=0
210 #define sw_to_rio_dev(n) container_of(n, struct rio_dev, rswitch[0])
282 * 0 - Small size. 256 devices.
306 #define RIO_SCAN_ENUM_NO_WAIT 0x00000001 /* Do not wait for enum completed */
333 RIO_LINK_DOWN = 0, /* SRIO Link not initialized */
342 RIO_LINK_1X = 0,
351 RIO_MPORT_DMA = (1 << 0), /* supports DMA data transfers */
430 #define RIO_RESOURCE_MEM 0x00000100
431 #define RIO_RESOURCE_DOORBELL 0x00000200
432 #define RIO_RESOURCE_MAILBOX 0x00000400
434 #define RIO_RESOURCE_CACHEABLE 0x00010000
435 #define RIO_RESOURCE_PCI 0x00020000
437 #define RIO_RESOURCE_BUSY 0x80000000