Lines Matching defs:line
152 int line = pa->pa_intrline;
164 if (line == 255) {
168 /*printf("pci_intr_map pin=%d line=%d\n", pin, line);*/
170 switch (line & 3) { /* XXX what should this be? */
187 int line;
189 line = (swiz + dev) & 3;
191 if (bus==3&&dev==2&&pin==1&&swiz==3) line=2;
193 printf("pci_conf_interrupt: bus=%d dev=%d pin=%d swiz=%d => line=%d\n",
194 bus, dev, pin, swiz, line);
196 *iline = line;