Lines Matching refs:MSB_of
109 #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()
602 command[10] = MSB_of(nr_of_pages); in sddr09_writeX()
875 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
924 cptr[6] = cptr[11] = MSB_of(lbap); in sddr09_write_lba()