Home
last modified time | relevance | path

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

/third_party/FatFs/documents/res/
Dapp4.c44 DWORD sz_drv, lba, lba2, sz_eblk, pns = 1; in test_diskio() local
232 lba = 6; lba2 = lba + 0x80000000 / (sz_sect / 2); in test_diskio()
242 printf(" disk_write(%u, 0x%X, %lu, 1)", pdrv, (UINT)(pbuff+sz_sect), lba2); in test_diskio()
243 dr = disk_write(pdrv, pbuff+sz_sect, lba2, 1); in test_diskio()
267 printf(" disk_read(%u, 0x%X, %lu, 1)", pdrv, (UINT)(pbuff+sz_sect), lba2); in test_diskio()
268 dr = disk_read(pdrv, pbuff+sz_sect, lba2, 1); in test_diskio()