Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/msc/
A Dusbd_msc.c519 …g_usbd_msc[busid].start_sector = GET_BE32(&g_usbd_msc[busid].cbw.CB[2]); /* Logical Block Address … in SCSI_read10()
552 …g_usbd_msc[busid].start_sector = GET_BE32(&g_usbd_msc[busid].cbw.CB[2]); /* Logical Block Address … in SCSI_read12()
553 …g_usbd_msc[busid].nsectors = GET_BE32(&g_usbd_msc[busid].cbw.CB[6]); /* Number of Blocks to transf… in SCSI_read12()
587 …g_usbd_msc[busid].start_sector = GET_BE32(&g_usbd_msc[busid].cbw.CB[2]); /* Logical Block Address … in SCSI_write10()
616 …g_usbd_msc[busid].start_sector = GET_BE32(&g_usbd_msc[busid].cbw.CB[2]); /* Logical Block Address … in SCSI_write12()
617 …g_usbd_msc[busid].nsectors = GET_BE32(&g_usbd_msc[busid].cbw.CB[6]); /* Number of Blocks to transf… in SCSI_write12()
A Dusbh_msc.c148 msc_class->blocknum = GET_BE32(&buffer[0]) + 1; in usbh_bulk_cbw_csw_xfer()
149 msc_class->blocksize = GET_BE32(&buffer[4]); in usbh_bulk_cbw_csw_xfer()
/components/drivers/usb/cherryusb/common/
A Dusb_util.h164 #define GET_BE32(field) \ macro

Completed in 9 milliseconds