Lines Matching refs:LSB_of
97 #define LSB_of(s) ((s)&0xFF) macro
399 command[3] = LSB_of(fromaddress>>16); in sddr09_readX()
401 command[5] = LSB_of(fromaddress & 0xFFFF); in sddr09_readX()
407 command[11] = LSB_of(nr_of_pages); in sddr09_readX()
532 command[7] = LSB_of(Eaddress>>16); in sddr09_erase()
534 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_erase()
582 command[3] = LSB_of(Waddress>>16); in sddr09_writeX()
584 command[5] = LSB_of(Waddress & 0xFFFF); in sddr09_writeX()
587 command[7] = LSB_of(Eaddress>>16); in sddr09_writeX()
589 command[9] = LSB_of(Eaddress & 0xFFFF); in sddr09_writeX()
592 command[11] = LSB_of(nr_of_pages); in sddr09_writeX()
864 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
914 cptr[7] = cptr[12] = LSB_of(lbap); in sddr09_write_lba()