Home
last modified time | relevance | path

Searched refs:MSB_of (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/storage/
Dsddr09.c109 #define MSB_of(s) ((s)>>8) macro
409 command[2] = MSB_of(fromaddress>>16); in sddr09_readX()
411 command[4] = MSB_of(fromaddress & 0xFFFF); in sddr09_readX()
417 command[10] = MSB_of(nr_of_pages); in sddr09_readX()
542 command[6] = MSB_of(Eaddress>>16); in sddr09_erase()
544 command[8] = MSB_of(Eaddress & 0xFFFF); in sddr09_erase()
592 command[2] = MSB_of(Waddress>>16); in sddr09_writeX()
594 command[4] = MSB_of(Waddress & 0xFFFF); in sddr09_writeX()
597 command[6] = MSB_of(Eaddress>>16); in sddr09_writeX()
599 command[8] = MSB_of(Eaddress & 0xFFFF); in sddr09_writeX()
[all …]
Dshuttle_usbat.c156 #define MSB_of(s) ((s)>>8) macro
471 command[7] = MSB_of(len); in usbat_read_block()
505 command[7] = MSB_of(len); in usbat_write_block()
577 command[7] = MSB_of(num_registers*2); in usbat_hp8200e_rw_block_test()
591 command[cmdlen-1] = MSB_of(len); in usbat_hp8200e_rw_block_test()
710 command[7] = MSB_of(num_registers*2); in usbat_multiple_write()
761 command[7] = MSB_of(len); in usbat_read_blocks()
803 command[7] = MSB_of(len); in usbat_write_blocks()
1374 data[7+2] = MSB_of(sector>>16); /* SCSI command sector */ in usbat_hp8200e_handle_read10()
1376 data[7+4] = MSB_of(sector&0xFFFF); in usbat_hp8200e_handle_read10()
[all …]
Dalauda.c124 #define MSB_of(s) ((s)>>8) macro
857 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in alauda_write_lba()
876 cptr[6] = cptr[11] = MSB_of(lbap); in alauda_write_lba()
Dsddr55.c86 #define MSB_of(s) ((s)>>8) macro
432 command[6] = MSB_of(lba % 1000); in sddr55_write_data()