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
344 * memory accessed by the PCI chip. `mp0' is the default not DMAable pool.
977 ** in on-chip RAM. This makes data transfers shorter than
1645 ** Virtual and physical bus addresses of the chip.
1649 unsigned long paddr; /* chip's IO registers. */
1650 unsigned long paddr2; /* On-chip RAM bus address. */
1656 ** 'script' is loaded in the on-chip RAM if present.
1791 ** Script fragments which are loaded into the on-chip RAM
3358 ** Load the script into on-chip RAM,
3677 ** NCR chip clock divisor table.
3761 * Guess the frequency of the chip's clock.
3798 * Minimum synchronous period factor supported by the chip.
3809 * Check against chip SCSI standard support (SCSI-2,ULTRA,ULTRA2).
3816 * Maximum synchronous period factor supported by the chip.
3996 printk (KERN_INFO "%s: on-chip RAM at 0x%lx\n",
4533 * The interrupt handler will reinitialize the chip.
4725 ** Disable chip interrupts
4729 printk("%s: disabling chip interrupts\n", ncr_name(np));
4735 ** Reset NCR chip
4739 printk("%s: resetting chip\n", ncr_name(np));
5167 ** Reset ncr chip.
5190 ** Start NCR chip.
5201 ** Reset chip if asked, otherwise just clear fifos.
5258 ** Init chip.
5808 ** First 16 register of the chip:
5864 ** ncr chip exception handler.
5980 ** If SRST has been asserted, we just reset the chip.
5982 ** Selection is intirely handled by the chip. If the
5983 ** chip says STO, we trust it. Seems some other
6015 ** BUS and the chip.
6063 ** ncr chip exception handler for selection timeout
6107 ** ncr chip exception handler for SCSI bus mode change
6135 ** reinitialize all except the chip.
6146 ** ncr chip exception handler for SCSI parity error.
6200 * change, since we are not sure the chip will wait the phase
6223 ** ncr chip exception handler for phase errors.
6547 ** the same order as the chip start queue, disconnected CCBs
6677 ** ncr chip exception handler for programmed interrupts.
7745 ** Reset ncr chip
7828 printk("%s: the chip cannot lock the frequency\n", ncr_name(np));
7912 ** reset chip and get frequency from general purpose timer.
8282 * Do chip initialization.
8313 unit, device->chip.revision_id, device->slot.irq);
8336 np->revision_id = device->chip.revision_id;
8337 np->features = device->chip.features;
8338 np->clock_divn = device->chip.nr_divisor;
8339 np->maxoffs = device->chip.offset_max;
8340 np->maxburst = device->chip.burst_max;
8353 /* Try to map the controller chip to virtual and physical memory. */
8379 /* Do chip dependent initialization. */
8384 printk(KERN_WARNING "%s: script too large, NOT using on chip RAM.\n",