Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c460 uint32_t i, max_lba, block_size; in test_mass_storage() local
513 max_lba = be_to_int32(&buffer[0]); in test_mass_storage()
515 device_size = ((double)(max_lba+1))*block_size/(1024*1024*1024); in test_mass_storage()
516 printf(" Max LBA: %08X, Block Size: %08X (%.2f GB)\n", max_lba, block_size, device_size); in test_mass_storage()