Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5816 LBA_t sect, lba[2]; local
5947lba[0] = b_vol; lba[1] = b_vol + sz_vol - 1; /* Inform storage device that the volume area may be …
5948 disk_ioctl(pdrv, CTRL_TRIM, lba);
6176lba[0] = b_vol; lba[1] = b_vol + sz_vol - 1; /* Inform storage device that the volume area may be …
6177 disk_ioctl(pdrv, CTRL_TRIM, lba);
6284 lba[0] = sz_vol; lba[1] = 0;
6285 fr = create_partition(pdrv, lba, sys, buf);