Lines Matching refs:MSB_of
97 #define MSB_of(s) ((s)>>8) macro
397 command[2] = MSB_of(fromaddress>>16); in sddr09_readX()
399 command[4] = MSB_of(fromaddress & 0xFFFF); in sddr09_readX()
405 command[10] = MSB_of(nr_of_pages); in sddr09_readX()
530 command[6] = MSB_of(Eaddress>>16); in sddr09_erase()
532 command[8] = MSB_of(Eaddress & 0xFFFF); in sddr09_erase()
580 command[2] = MSB_of(Waddress>>16); in sddr09_writeX()
582 command[4] = MSB_of(Waddress & 0xFFFF); in sddr09_writeX()
585 command[6] = MSB_of(Eaddress>>16); in sddr09_writeX()
587 command[8] = MSB_of(Eaddress & 0xFFFF); in sddr09_writeX()
590 command[10] = MSB_of(nr_of_pages); in sddr09_writeX()
863 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
912 cptr[6] = cptr[11] = MSB_of(lbap); in sddr09_write_lba()