Lines Matching refs:map
48 #define I365_IO(map) (0x08+((map)<<2))
49 #define I365_MEM(map) (0x10+((map)<<3))
101 #define I365_ENA_IO(map) (0x40 << (map))
102 #define I365_ENA_MEM(map) (0x01 << (map))
105 #define I365_IOCTL_MASK(map) (0x0F << (map<<2))
106 #define I365_IOCTL_WAIT(map) (0x08 << (map<<2))
107 #define I365_IOCTL_0WS(map) (0x04 << (map<<2))
108 #define I365_IOCTL_IOCS16(map) (0x02 << (map<<2))
109 #define I365_IOCTL_16BIT(map) (0x01 << (map<<2))