Home | History | Annotate | Download | only in dti

Lines Matching defs:drq

333 	/* IRQ and DRQ set by bt_find(). */
885 * Find the board and find its irq/drq
895 int irq, drq;
996 drq = DRQUNK;
999 drq = 0;
1002 drq = 5;
1005 drq = 6;
1008 drq = 7;
1011 printf("bt_find: illegal drq setting %x\n", config.reply.chan);
1045 sc->sc_drq = drq;
1052 ia->ia_drq = drq;
1053 else if (ia->ia_drq != drq)