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

/linux-master/drivers/usb/storage/
H A Dsddr55.c74 #define LSB_of(s) ((s)&0xFF) macro
242 command[1] = LSB_of(address>>16);
243 command[2] = LSB_of(address>>8);
244 command[3] = LSB_of(address);
248 command[6] = LSB_of(pages << (1 - info->smallpageshift));
416 command[1] = LSB_of(address>>16);
417 command[2] = LSB_of(address>>8);
418 command[3] = LSB_of(address);
421 command[0] = LSB_of(lba % 1000);
424 command[4] |= LSB_of(page
[all...]
H A Dsddr09.c97 #define LSB_of(s) ((s)&0xFF) macro
399 command[3] = LSB_of(fromaddress>>16);
401 command[5] = LSB_of(fromaddress & 0xFFFF);
407 command[11] = LSB_of(nr_of_pages);
532 command[7] = LSB_of(Eaddress>>16);
534 command[9] = LSB_of(Eaddress & 0xFFFF);
582 command[3] = LSB_of(Waddress>>16);
584 command[5] = LSB_of(Waddress & 0xFFFF);
587 command[7] = LSB_of(Eaddress>>16);
589 command[9] = LSB_of(Eaddres
[all...]
H A Dshuttle_usbat.c144 #define LSB_of(s) ((s)&0xFF) macro
460 command[6] = LSB_of(len);
494 command[6] = LSB_of(len);
566 command[6] = LSB_of(num_registers*2);
580 command[cmdlen-2] = LSB_of(len);
699 command[6] = LSB_of(num_registers*2);
750 command[6] = LSB_of(len);
792 command[6] = LSB_of(len);
1365 data[7+3] = LSB_of(sector>>16);
1367 data[7+5] = LSB_of(secto
[all...]
H A Dalauda.c111 #define LSB_of(s) ((s)&0xFF) macro
854 if (parity[MSB_of(lbap) ^ LSB_of(lbap)])
874 cptr[7] = cptr[12] = LSB_of(lbap);

Completed in 118 milliseconds