Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Dci13xxx_udc.c167 #define CAP_ENDPTCTRL (hw_bank.lpm ? 0x0ECUL : 0x080UL) macro
396 hw_cwrite(CAP_ENDPTCTRL + num * sizeof(u32), in hw_ep_disable()
432 hw_cwrite(CAP_ENDPTCTRL + num * sizeof(u32), mask, data); in hw_ep_enable()
447 return hw_cread(CAP_ENDPTCTRL + num * sizeof(u32), mask) ? 1 : 0; in hw_ep_get_halt()
504 u32 addr = CAP_ENDPTCTRL + num * sizeof(u32); in hw_ep_set_halt()