Lines Matching refs:LSB_of
96 #define LSB_of(s) ((s)&0xFF) macro
398 command[3] = LSB_of(fromaddress>>16); in sddr09_readX()
400 command[5] = LSB_of(fromaddress & 0xFFFF); in sddr09_readX()
406 command[11] = LSB_of(nr_of_pages); in sddr09_readX()
531 command[7] = LSB_of(Eaddress>>16); in sddr09_erase()
533 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_erase()
581 command[3] = LSB_of(Waddress>>16); in sddr09_writeX()
583 command[5] = LSB_of(Waddress & 0xFFFF); in sddr09_writeX()
586 command[7] = LSB_of(Eaddress>>16); in sddr09_writeX()
588 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_writeX()
591 command[11] = LSB_of(nr_of_pages); in sddr09_writeX()
863 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
913 cptr[7] = cptr[12] = LSB_of(lbap); in sddr09_write_lba()