Lines Matching full:ii
3 * Maybe this should handle DIO-II later?
19 * range from 0-63 (DIO) and 132-255 (DIO-II).
27 * DIO-II boards are at 0x1000000 + (sc - 132) * 0x400000
29 * so currently we just don't handle DIO-II boards. It wouldn't be hard to
98 /* DIO/DIO-II boards all have the following 8bit registers.
104 #define DIOII_SIZEOFF 0x101 /* device size, DIO-II only */
111 #define DIOII_BASE 0x01000000 /* start of DIO-II space */
112 #define DIOII_END 0x20000000 /* end of DIO-II space */
113 #define DIOII_DEVSIZE 0x00400000 /* size of a DIO-II device */
115 /* Highest valid select code. If we add DIO-II support this should become
119 #define DIOII_SCBASE 132 /* lowest DIO-II select code */
130 /* find the size of a DIO-II board's address space.
135 /* general purpose macro for both DIO and DIO-II */