Lines Matching refs:MSB_of
145 #define MSB_of(s) ((s)>>8) macro
461 command[7] = MSB_of(len); in usbat_read_block()
495 command[7] = MSB_of(len); in usbat_write_block()
567 command[7] = MSB_of(num_registers*2); in usbat_hp8200e_rw_block_test()
581 command[cmdlen-1] = MSB_of(len); in usbat_hp8200e_rw_block_test()
700 command[7] = MSB_of(num_registers*2); in usbat_multiple_write()
751 command[7] = MSB_of(len); in usbat_read_blocks()
793 command[7] = MSB_of(len); in usbat_write_blocks()
1364 data[7+2] = MSB_of(sector>>16); /* SCSI command sector */ in usbat_hp8200e_handle_read10()
1366 data[7+4] = MSB_of(sector&0xFFFF); in usbat_hp8200e_handle_read10()
1370 data[7+7] = MSB_of(len / srb->transfersize); /* SCSI command */ in usbat_hp8200e_handle_read10()