Lines Matching refs:LSB_of
152 #define LSB_of(s) ((s)&0xFF) macro
467 command[6] = LSB_of(len); in usbat_read_block()
501 command[6] = LSB_of(len); in usbat_write_block()
573 command[6] = LSB_of(num_registers*2); in usbat_hp8200e_rw_block_test()
587 command[cmdlen-2] = LSB_of(len); in usbat_hp8200e_rw_block_test()
706 command[6] = LSB_of(num_registers*2); in usbat_multiple_write()
757 command[6] = LSB_of(len); in usbat_read_blocks()
799 command[6] = LSB_of(len); in usbat_write_blocks()
1372 data[7+3] = LSB_of(sector>>16); in usbat_hp8200e_handle_read10()
1374 data[7+5] = LSB_of(sector&0xFFFF); in usbat_hp8200e_handle_read10()
1378 data[7+8] = LSB_of(len / srb->transfersize); /* num sectors */ in usbat_hp8200e_handle_read10()