Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCIDBG.cpp508 U32 scratch; in qh_lines() local
538 scratch = cpu_to_le32p (&qh->hw_info1); in qh_lines()
542 qh, scratch & 0x007f, in qh_lines()
543 speed_char (scratch), in qh_lines()
544 (scratch >> 8) & 0x000f, in qh_lines()
545 scratch, cpu_to_le32p (&qh->hw_info2), in qh_lines()
574 scratch = cpu_to_le32p (&td->hw_token); in qh_lines()
580 else if (QTD_LENGTH (scratch)) { in qh_lines()
586 switch ((scratch>>8)&0x03) { in qh_lines()
604 (scratch >> 16) & 0x7fff, in qh_lines()
[all …]
H A DdrvUSB.c2232 char *scratch; in usb_hotplug() local
2274 scratch = buffer; in usb_hotplug()
2315 envp [i++] = scratch; in usb_hotplug()
2316 length += LIB_StringPrintFormatN (scratch, buffer_size - length, in usb_hotplug()
2322 scratch += length; in usb_hotplug()
2326 envp [i++] = scratch; in usb_hotplug()
2327 length += LIB_StringPrintFormatN (scratch, buffer_size - length, "PRODUCT=%x/%x/%x", in usb_hotplug()
2334 scratch += length; in usb_hotplug()
2384 envp [i++] = scratch; in usb_hotplug()
2385 length += LIB_StringPrintFormatN (scratch, buffer_size - length, "TYPE=%d/%d/%d", in usb_hotplug()
[all …]