Lines Matching +full:co +full:- +full:processors
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * of PCI-SCSI IO processors.
6 * Copyright (C) 1999-2001 Gerard Roudier <[email protected]>
9 * Copyright (C) 1998-2000 Gerard Roudier
12 * a port of the FreeBSD ncr driver to Linux-1.2.13.
16 * Stefan Esser <[email protected]-Koeln.de>
22 * Copyright (C) 1997 Richard Waltham <[email protected].co.uk>
24 *-----------------------------------------------------------------------------
121 * If the CPU and the chip use same endian-ness addressing,
184 #define sym_name(np) (np)->s.inst_name
215 return ((struct sym_data *)host->hostdata)->ncb; in sym_get_hcb()
227 cmd->result &= ~(0xff << 16); in sym_set_cam_status()
228 cmd->result |= (status << 16); in sym_set_cam_status()
237 return host_byte(cmd->result); in sym_get_cam_status()
246 cmd->result = (DID_OK << 16) | (cp->ssss_status & 0x7f); in sym_set_cam_result_ok()
251 #define sym_print_addr(cmd, arg...) dev_info(&cmd->device->sdev_gendev , ## arg)