Lines Matching refs:cntl

306 	uchar cntl;  member
350 uchar cntl; member
413 uchar cntl; member
665 ushort cntl; member
1843 uchar cntl; /* Ucode flags and state (ASC_MC_QC_*). */ member
2684 q->cntl, (ulong)le32_to_cpu(q->data_addr), (ulong)q->vdata_addr); in asc_prt_adv_scsi_req_q()
3066 " cntl 0x%x, no_scam 0x%x\n", ep->cntl, ep->no_scam); in asc_prt_asc_board_eeprom()
6402 scsiq->cntl = 0; in AdvISR()
6940 scsi_sg_q.cntl = QCSG_SG_XFER_LIST; in AscIsrChipHalted()
6964 scsi_sg_q.cntl |= QCSG_SG_XFER_MORE; in AscIsrChipHalted()
6966 scsi_sg_q.cntl |= QCSG_SG_XFER_END; in AscIsrChipHalted()
6994 if (scsi_sg_q.cntl & QCSG_SG_XFER_END) { in AscIsrChipHalted()
7062 scsiq->cntl = (uchar)_val; in _AscCopyLramScsiDoneQ()
7245 if ((scsiq->cntl & QC_SG_HEAD) != 0) { in AscIsrQDone()
7310 cntl & (QC_DATA_IN | QC_DATA_OUT)) in AscIsrQDone()
7336 if ((scsiq->cntl & QC_NO_CALLBACK) == 0) { in AscIsrQDone()
7354 if ((scsiq->cntl & QC_NO_CALLBACK) == 0) { in AscIsrQDone()
7935 asc_scsi_q->q1.cntl |= QC_SG_HEAD; in asc_build_req()
8119 scsiqp->cntl = scsiqp->scsi_cntl = scsiqp->done_status = 0; in adv_build_req()
8332 scsiq->q1.cntl |= QC_MSG_OUT; in AscPutReadyQueue()
8345 (uchar *)&scsiq->q1.cntl, in AscPutReadyQueue()
8411 scsiq->q1.cntl |= QC_SG_HEAD; in AscPutReadySgListQueue()
8416 scsi_sg_q.cntl = QCSG_SG_XFER_LIST; in AscPutReadySgListQueue()
8442 scsi_sg_q.cntl |= QCSG_SG_XFER_MORE; in AscPutReadySgListQueue()
8445 scsi_sg_q.cntl |= QCSG_SG_XFER_END; in AscPutReadySgListQueue()
8480 scsiq->q1.cntl &= ~QC_SG_HEAD; in AscPutReadySgListQueue()
8591 scsiq->q1.cntl |= (QC_MSG_OUT | QC_URGENT); in AscExeScsiQueue()
8599 if ((scsiq->q1.cntl & QC_SG_HEAD) != 0) { in AscExeScsiQueue()
8615 scsiq->q1.cntl &= ~(QC_SG_HEAD | QC_SG_SWAP_QUEUE); in AscExeScsiQueue()
8623 if (scsiq->q1.cntl & QC_SG_HEAD) { in AscExeScsiQueue()
8660 if ((scsiq->q1.cntl & QC_SG_HEAD) != 0) { in AscExeScsiQueue()
8716 || ((scsiq->q1.cntl & QC_URGENT) != 0)) { in AscExeScsiQueue()
8761 ((scsiq->q1.cntl & QC_URGENT) != 0)) { in AscExeScsiQueue()
9607 eep_config->cntl = 0xBFFF; in AscInitFromEEP()
9629 asc_dvc->dvc_cntl = eep_config->cntl; in AscInitFromEEP()
11509 ep->cntl = asc_dvc_varp->dvc_cntl; in advansys_board_found()