Lines Matching refs:MSB_of
98 #define MSB_of(s) ((s)>>8) macro
398 command[2] = MSB_of(fromaddress>>16); in sddr09_readX()
400 command[4] = MSB_of(fromaddress & 0xFFFF); in sddr09_readX()
406 command[10] = MSB_of(nr_of_pages); in sddr09_readX()
531 command[6] = MSB_of(Eaddress>>16); in sddr09_erase()
533 command[8] = MSB_of(Eaddress & 0xFFFF); in sddr09_erase()
581 command[2] = MSB_of(Waddress>>16); in sddr09_writeX()
583 command[4] = MSB_of(Waddress & 0xFFFF); in sddr09_writeX()
586 command[6] = MSB_of(Eaddress>>16); in sddr09_writeX()
588 command[8] = MSB_of(Eaddress & 0xFFFF); in sddr09_writeX()
591 command[10] = MSB_of(nr_of_pages); in sddr09_writeX()
864 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
913 cptr[6] = cptr[11] = MSB_of(lbap); in sddr09_write_lba()