Searched refs:intline (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dintr_machdep.c99 u_int intline; member in struct:powerpc_intr
152 PIC_BIND(i->pic, i->intline, i->cpu);
256 i->intline = i->irq - p->base;
271 PIC_EOI(i->pic, i->intline);
279 PIC_MASK(i->pic, i->intline);
280 PIC_EOI(i->pic, i->intline);
288 PIC_UNMASK(i->pic, i->intline);
303 PIC_BIND(i->pic, i->intline, i->cpu);
432 PIC_CONFIG(i->pic, i->intline, i->trig, i->pol);
435 PIC_ENABLE(i->pic, i->intline, vecto
[all...]
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_pcibus.c157 int intline; local
173 * The preset in the intline register is usually bogus. Reset
178 intline = PCI_INVALID_IRQ;
180 intline = 0;
182 intline, 1);
288 if (dinfo->opd_dinfo.cfg.intline == 0) {
289 dinfo->opd_dinfo.cfg.intline = PCI_INVALID_IRQ;
/freebsd-10.0-release/sys/powerpc/mpc85xx/
H A Dpci_fdt.c550 u_int devfn, intline; local
556 intline = MAP_IRQ(0, 14);
558 intline = MAP_IRQ(0, 10);
560 intline = MAP_IRQ(0, 10);
564 &sc->sc_intr_info, &intline);
566 intline = 0xff;
570 printf("PCI %u:%u:%u:%u: intpin %u: intline=%u\n",
571 unit, bus, slot, func, intpin, intline);
573 return (intline);
586 uint8_t intline, intpi local
[all...]
/freebsd-10.0-release/sys/dev/fdt/
H A Dfdt_pci.c370 uint8_t command, intline, intpin;
383 intline = fsl_pcib_route_int(dev, bus, slot, func, intpin);
384 PCIB_WRITE_CONFIG(dev, bus, slot, func, PCIR_INTLINE, intline, 1);
410 intline = fsl_pcib_route_int(sc, bus, slot, func,
413 PCIR_INTLINE, intline, 1);
/freebsd-10.0-release/sys/dev/cardbus/
H A Dcardbus.c145 cfg->intline =
147 pci_write_config(dev, PCIR_INTLINE, cfg->intline, 1);
/freebsd-10.0-release/sys/dev/xen/pcifront/
H A Dpcifront.c643 DPRINTF("route intr (pin=%d, line=%d)\n", pin, cfg->intline);
645 return cfg->intline;
/freebsd-10.0-release/sys/dev/pci/
H A Dpci.c590 cfg->intline = REG(PCIR_INTLINE, 1);
2514 cfg->intpin +'a' -1, cfg->intline);
2976 * IRQ value in the intline register or we ask the bus to route an
2978 * value in the intline register if the bus was unable to assign an
2982 if (!PCI_INTERRUPT_VALID(cfg->intline) || force_route)
2985 irq = cfg->intline;
2993 if (irq != cfg->intline) {
2994 cfg->intline = irq;
3228 if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
4042 *result = cfg->intline;
[all...]
H A Dpcivar.h167 uint8_t intline; /* interrupt line (IRQ for PC arch) */ member in struct:pcicfg

Completed in 199 milliseconds