Home
last modified time | relevance | path

Searched refs:lbap (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/storage/
Dalauda.c803 u16 pba, lbap, new_pba; in alauda_write_lba() local
845 lbap = (lba_offset << 1) | 0x1000; in alauda_write_lba()
846 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in alauda_write_lba()
847 lbap ^= 1; in alauda_write_lba()
865 cptr[6] = cptr[11] = MSB_of(lbap); in alauda_write_lba()
866 cptr[7] = cptr[12] = LSB_of(lbap); in alauda_write_lba()
Dsddr09.c856 unsigned int pba, lbap; in sddr09_write_lba() local
862 lbap = ((lba % 1000) << 1) | 0x1000; in sddr09_write_lba()
863 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
864 lbap ^= 1; in sddr09_write_lba()
912 cptr[6] = cptr[11] = MSB_of(lbap); in sddr09_write_lba()
913 cptr[7] = cptr[12] = LSB_of(lbap); in sddr09_write_lba()