Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c857 unsigned int pba, lbap; in sddr09_write_lba() local
863 lbap = ((lba % 1000) << 1) | 0x1000; in sddr09_write_lba()
864 if (parity[MSB_of(lbap) ^ LSB_of(lbap)]) in sddr09_write_lba()
865 lbap ^= 1; in sddr09_write_lba()
913 cptr[6] = cptr[11] = MSB_of(lbap); in sddr09_write_lba()
914 cptr[7] = cptr[12] = LSB_of(lbap); in sddr09_write_lba()