Lines Matching refs:LSB_of
105 #define LSB_of(s) ((s)&0xFF) macro
407 command[3] = LSB_of(fromaddress>>16); in sddr09_readX()
409 command[5] = LSB_of(fromaddress & 0xFFFF); in sddr09_readX()
415 command[11] = LSB_of(nr_of_pages); in sddr09_readX()
540 command[7] = LSB_of(Eaddress>>16); in sddr09_erase()
542 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_erase()
590 command[3] = LSB_of(Waddress>>16); in sddr09_writeX()
592 command[5] = LSB_of(Waddress & 0xFFFF); in sddr09_writeX()
595 command[7] = LSB_of(Eaddress>>16); in sddr09_writeX()
597 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_writeX()
600 command[11] = LSB_of(nr_of_pages); in sddr09_writeX()
872 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
922 cptr[7] = cptr[12] = LSB_of(lbap); in sddr09_write_lba()