Home | History | Annotate | Download | only in hw

Lines Matching full:lun

347                                  uint8_t *buf, int lun)
366 single lun, so this should not matter. */
370 DPRINTF("Command: lun=%d tag=0x%x data=0x%02x", lun, tag, buf[0]);
412 if (lun || buf[1] >> 5) {
413 /* Only LUN 0 supported. */
414 DPRINTF("Unimplemented LUN %d\n", lun ? lun : buf[1] >> 5);
577 if (lun || buf[1] >> 5) {
578 outbuf[0] = 0x7f; /* LUN not supported */