Lines Matching refs:chip

57 **     Low PCI traffic for command handling when on-chip RAM is present.
61 ** PCI-ectomy. This driver now supports only the 720 chip (see the
349 * memory accessed by the PCI chip. `mp0' is the default not DMAable pool.
981 ** in on-chip RAM. This makes data transfers shorter than
1642 ** Virtual and physical bus addresses of the chip.
1646 unsigned long paddr; /* chip's IO registers. */
1647 unsigned long paddr2; /* On-chip RAM bus address. */
1653 ** 'script' is loaded in the on-chip RAM if present.
1788 ** Script fragments which are loaded into the on-chip RAM
3330 ** Load the script into on-chip RAM,
3649 ** NCR chip clock divisor table.
3733 * Guess the frequency of the chip's clock.
3770 * Minimum synchronous period factor supported by the chip.
3781 * Check against chip SCSI standard support (SCSI-2,ULTRA,ULTRA2).
3788 * Maximum synchronous period factor supported by the chip.
3968 printk (KERN_INFO "%s: on-chip RAM at 0x%lx\n",
4501 * The interrupt handler will reinitialize the chip.
4578 ** Disable chip interrupts
4582 printk("%s: disabling chip interrupts\n", ncr_name(np));
4588 ** Reset NCR chip
4592 printk("%s: resetting chip\n", ncr_name(np));
5026 ** Reset ncr chip.
5049 ** Start NCR chip.
5060 ** Reset chip if asked, otherwise just clear fifos.
5117 ** Init chip.
5642 ** First 16 register of the chip:
5698 ** ncr chip exception handler.
5814 ** If SRST has been asserted, we just reset the chip.
5816 ** Selection is intirely handled by the chip. If the
5817 ** chip says STO, we trust it. Seems some other
5849 ** BUS and the chip.
5897 ** ncr chip exception handler for selection timeout
5941 ** ncr chip exception handler for SCSI bus mode change
5969 ** reinitialize all except the chip.
5980 ** ncr chip exception handler for SCSI parity error.
6034 * change, since we are not sure the chip will wait the phase
6057 ** ncr chip exception handler for phase errors.
6381 ** the same order as the chip start queue, disconnected CCBs
6511 ** ncr chip exception handler for programmed interrupts.
7579 ** Reset ncr chip
7662 printk("%s: the chip cannot lock the frequency\n", ncr_name(np));
7746 ** reset chip and get frequency from general purpose timer.
8075 * Do chip initialization.
8108 unit, device->chip.revision_id, device->slot.irq);
8131 np->revision_id = device->chip.revision_id;
8132 np->features = device->chip.features;
8133 np->clock_divn = device->chip.nr_divisor;
8134 np->maxoffs = device->chip.offset_max;
8135 np->maxburst = device->chip.burst_max;
8148 /* Try to map the controller chip to virtual and physical memory. */
8174 /* Do chip dependent initialization. */
8179 printk(KERN_WARNING "%s: script too large, NOT using on chip RAM.\n",