Lines Matching refs:device
34 allowing a single function to service a device that generates
95 to nested controllers and one device 'A' on line 4.
97 a LEVEL 3 nested controller and one device 'C' on line 3.
99 device 'B' on line 2.
100 * The LEVEL 3 controller has one device 'D' on line 2.
116 controller has device D on line 2, connected to the LEVEL 2 controller's line
118 Because of the encoding offset for LEVEL 2 and onward, device D is given the
269 #define MY_DEV_IRQ 24 /* device uses IRQ 24 */
270 #define MY_DEV_PRIO 2 /* device uses interrupt priority 2 */
271 /* argument passed to my_isr(), in this case a pointer to the device */
336 #define MY_DEV_IRQ 24 /* device uses IRQ 24 */
337 #define MY_DEV_PRIO 2 /* device uses interrupt priority 2 */
338 /* argument passed to my_isr(), in this case a pointer to the device */
368 #define MY_DEV_IRQ 24 /* device uses INTID 24 */
369 #define MY_DEV_IRQ_PRIO 2 /* device uses interrupt priority 2 */
414 #define MY_DEV_IRQ 24 /* device uses INTID 24 */
415 #define MY_DEV_IRQ_PRIO 2 /* device uses interrupt priority 2 */
748 Additional architecture-specific and device-specific configuration options