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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dsddr55.c82 #define LSB_of(s) ((s)&0xFF) macro
251 command[1] = LSB_of(address>>16);
252 command[2] = LSB_of(address>>8);
253 command[3] = LSB_of(address);
257 command[6] = LSB_of(pages << (1 - info->smallpageshift));
425 command[1] = LSB_of(address>>16);
426 command[2] = LSB_of(address>>8);
427 command[3] = LSB_of(address);
430 command[0] = LSB_of(lba % 1000);
433 command[4] |= LSB_of(page
[all...]
H A Dsddr09.c105 #define LSB_of(s) ((s)&0xFF) macro
393 command[3] = LSB_of(fromaddress>>16);
395 command[5] = LSB_of(fromaddress & 0xFFFF);
401 command[11] = LSB_of(nr_of_pages);
504 command[7] = LSB_of(Eaddress>>16);
506 command[9] = LSB_of(Eaddress & 0xFFFF);
554 command[3] = LSB_of(Waddress>>16);
556 command[5] = LSB_of(Waddress & 0xFFFF);
559 command[7] = LSB_of(Eaddress>>16);
561 command[9] = LSB_of(Eaddres
[all...]
H A Dshuttle_usbat.c152 #define LSB_of(s) ((s)&0xFF) macro
467 command[6] = LSB_of(len);
501 command[6] = LSB_of(len);
573 command[6] = LSB_of(num_registers*2);
587 command[cmdlen-2] = LSB_of(len);
705 command[6] = LSB_of(num_registers*2);
756 command[6] = LSB_of(len);
798 command[6] = LSB_of(len);
1370 data[7+3] = LSB_of(sector>>16);
1372 data[7+5] = LSB_of(secto
[all...]
H A Dalauda.c120 #define LSB_of(s) ((s)&0xFF) macro
860 if (parity[MSB_of(lbap) ^ LSB_of(lbap)])
880 cptr[7] = cptr[12] = LSB_of(lbap);

Completed in 67 milliseconds