Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan_pda.S377 mov r3, a ; r3 = wValueL
501 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
514 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
551 ;; Get_Descriptor(string[wValueL])
552 ;; if (wValueL >= maxstrings) stall
559 add a, r3 ; a = 2*wValueL
Dxircom_pgs.S415 mov r3, a ; r3 = wValueL
539 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
552 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
589 ;; Get_Descriptor(string[wValueL])
590 ;; if (wValueL >= maxstrings) stall
597 add a, r3 ; a = 2*wValueL
/linux-2.4.37.9/drivers/usb/gadget/
Dgoku_udc.h123 u32 wValueL; member
Dgoku_udc.c1529 ctrl.wValue = (readl(&regs->wValueH) << 8) | readl(&regs->wValueL); in ep0_setup()