Home | History | Annotate | Download | only in hw

Lines Matching refs:lun

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