Lines Matching defs:ucp
799 uchar asr, sr, phs, id, lun, *ucp, msg;
918 ucp = hostdata->outgoing_msg + 1;
920 ucp[0], ucp[2], ucp[3], ucp[4]);
1051 ucp = hostdata->incoming_msg;
1054 printk("%02x", ucp[hostdata->incoming_ptr]);
1059 (hostdata->incoming_ptr == (ucp[1] + 1))) {
1061 switch (ucp[2]) { /* what's the EXTENDED code? */
1090 if (ucp[4]) /* well, sync transfer */
1091 id = calc_sync_xfer(ucp[3], ucp[4],
1094 else if (ucp[3]) /* very unlikely... */
1095 id = calc_sync_xfer(ucp[3], ucp[4],
1127 ucp[2]);