Home
last modified time | relevance | path

Searched refs:usbhost_getbe32 (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c2594 usbhost_getbe32(const uint8_t *val) in usbhost_getbe32() function
2606 return ((uint64_t)usbhost_getbe32(val) << 32 | in usbhost_getbe64()
2607 (uint64_t)usbhost_getbe32(&val[4])); in usbhost_getbe64()
2730 sc->info.sectorsize= usbhost_getbe32(resp.blklen); in umass_read_capacity_16()
2761 if (usbhost_getbe32(resp.lba) == 0xffffffff) { in umass_read_capacity()
2772 sc->info.sectornum= usbhost_getbe32(resp.lba) + 1; in umass_read_capacity()
2773 sc->info.sectorsize= usbhost_getbe32(resp.blklen); in umass_read_capacity()

Completed in 5 milliseconds