Lines Matching defs:dino
19 ** inputs to dino.
22 ** dino is in chip initialization and pci device initialization.
80 ** bus number for each dino.
429 static void dino_assign_irq(struct dino_device *dino, int local_irq, int *irqp)
431 int irq = gsc_assign_irq(&dino_interrupt_type, dino);
436 dino->global_irq[local_irq] = irq;
442 struct dino_device *dino = ctrl;
451 dino_assign_irq(dino, irq, &dev->irq);
457 * (the irqs are off-by-one, not sure yet if this is a cirrus, dino-hardware or dino-driver problem...)
501 * @bus: the bus under this dino
544 /* Now tell dino what range it has */
549 DBG("DINO GSC WRITE i=%d, start=%lx, dino addr = %p\n",
593 /* The alignment contraints for PCI bridges under dino */
607 /* Firmware doesn't set up card-mode dino, so we have to */
930 ** Determine if dino should claim this chip (return 0) or not (return 1).
1079 .name = "dino",