Lines Matching refs:LUNBITS
286 #define LUNBITS (LUN << 5) macro
343 command[1] = LUNBITS;
365 command[1] = LUNBITS; in sddr09_request_sense()
408 command[1] = LUNBITS | x; in sddr09_readX()
541 command[1] = LUNBITS; in sddr09_erase()
590 command[1] = LUNBITS; in sddr09_writeX()
655 command[1] = LUNBITS;
730 command[1] = LUNBITS; in sddr09_read_status()
1086 command[1] = LUNBITS; in sddr09_read_deviceID()
1118 if (status & LUNBITS) in sddr09_get_wp()
1138 command[1] = LUNBITS;
1699 srb->cmnd[1] = LUNBITS; in sddr09_transport()