Lines Matching refs:LSB_of
144 #define LSB_of(s) ((s)&0xFF) macro
460 command[6] = LSB_of(len); in usbat_read_block()
494 command[6] = LSB_of(len); in usbat_write_block()
566 command[6] = LSB_of(num_registers*2); in usbat_hp8200e_rw_block_test()
580 command[cmdlen-2] = LSB_of(len); in usbat_hp8200e_rw_block_test()
699 command[6] = LSB_of(num_registers*2); in usbat_multiple_write()
750 command[6] = LSB_of(len); in usbat_read_blocks()
792 command[6] = LSB_of(len); in usbat_write_blocks()
1365 data[7+3] = LSB_of(sector>>16); in usbat_hp8200e_handle_read10()
1367 data[7+5] = LSB_of(sector&0xFFFF); in usbat_hp8200e_handle_read10()
1371 data[7+8] = LSB_of(len / srb->transfersize); /* num sectors */ in usbat_hp8200e_handle_read10()