Lines Matching refs:LSB_of
108 #define LSB_of(s) ((s)&0xFF) macro
410 command[3] = LSB_of(fromaddress>>16); in sddr09_readX()
412 command[5] = LSB_of(fromaddress & 0xFFFF); in sddr09_readX()
418 command[11] = LSB_of(nr_of_pages); in sddr09_readX()
543 command[7] = LSB_of(Eaddress>>16); in sddr09_erase()
545 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_erase()
593 command[3] = LSB_of(Waddress>>16); in sddr09_writeX()
595 command[5] = LSB_of(Waddress & 0xFFFF); in sddr09_writeX()
598 command[7] = LSB_of(Eaddress>>16); in sddr09_writeX()
600 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_writeX()
603 command[11] = LSB_of(nr_of_pages); in sddr09_writeX()
875 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
925 cptr[7] = cptr[12] = LSB_of(lbap); in sddr09_write_lba()