Lines Matching defs:ucp
741 uchar asr, sr, phs, id, lun, *ucp, msg;
861 ucp = hostdata->outgoing_msg + 1;
863 ucp[0], ucp[2], ucp[3], ucp[4]);
994 ucp = hostdata->incoming_msg;
997 printk("%02x", ucp[hostdata->incoming_ptr]);
1002 (hostdata->incoming_ptr == (ucp[1] + 1))) {
1004 switch (ucp[2]) { /* what's the EXTENDED code? */
1033 if (ucp[4]) /* well, sync transfer */
1034 id = calc_sync_xfer(ucp[3], ucp[4],
1037 else if (ucp[3]) /* very unlikely... */
1038 id = calc_sync_xfer(ucp[3], ucp[4],
1070 ucp[2]);