Lines Matching refs:LSB_of
155 #define LSB_of(s) ((s)&0xFF) macro
470 command[6] = LSB_of(len); in usbat_read_block()
504 command[6] = LSB_of(len); in usbat_write_block()
576 command[6] = LSB_of(num_registers*2); in usbat_hp8200e_rw_block_test()
590 command[cmdlen-2] = LSB_of(len); in usbat_hp8200e_rw_block_test()
709 command[6] = LSB_of(num_registers*2); in usbat_multiple_write()
760 command[6] = LSB_of(len); in usbat_read_blocks()
802 command[6] = LSB_of(len); in usbat_write_blocks()
1375 data[7+3] = LSB_of(sector>>16); in usbat_hp8200e_handle_read10()
1377 data[7+5] = LSB_of(sector&0xFFFF); in usbat_hp8200e_handle_read10()
1381 data[7+8] = LSB_of(len / srb->transfersize); /* num sectors */ in usbat_hp8200e_handle_read10()