Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/storage/
Dsddr55.c85 #define LSB_of(s) ((s)&0xFF) macro
252 command[1] = LSB_of(address>>16); in sddr55_read_data()
253 command[2] = LSB_of(address>>8); in sddr55_read_data()
254 command[3] = LSB_of(address); in sddr55_read_data()
258 command[6] = LSB_of(pages << (1 - info->smallpageshift)); in sddr55_read_data()
426 command[1] = LSB_of(address>>16); in sddr55_write_data()
427 command[2] = LSB_of(address>>8); in sddr55_write_data()
428 command[3] = LSB_of(address); in sddr55_write_data()
431 command[0] = LSB_of(lba % 1000); in sddr55_write_data()
434 command[4] |= LSB_of(pages >> info->smallpageshift); in sddr55_write_data()
Dsddr09.c108 #define LSB_of(s) ((s)&0xFF) macro
410 command[3] = LSB_of(fromaddress>>16); in sddr09_readX()
412 command[5] = LSB_of(fromaddress & 0xFFFF); in sddr09_readX()
418 command[11] = LSB_of(nr_of_pages); in sddr09_readX()
543 command[7] = LSB_of(Eaddress>>16); in sddr09_erase()
545 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_erase()
593 command[3] = LSB_of(Waddress>>16); in sddr09_writeX()
595 command[5] = LSB_of(Waddress & 0xFFFF); in sddr09_writeX()
598 command[7] = LSB_of(Eaddress>>16); in sddr09_writeX()
600 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_writeX()
[all …]
Dshuttle_usbat.c155 #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()
[all …]
Dalauda.c123 #define LSB_of(s) ((s)&0xFF) macro
857 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in alauda_write_lba()
877 cptr[7] = cptr[12] = LSB_of(lbap); in alauda_write_lba()