OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDCCS_BO_RPC
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-pxa/
regs-usb.h
100
#define
UDCCS_BO_RPC
(1 << 1)
pxa-regs.h
497
#define
UDCCS_BO_RPC
(1 << 1) /* Receive packet complete */
[
all
...]
/external/u-boot/drivers/usb/gadget/
pxa25x_udc.c
618
if (unlikely((udccs &
UDCCS_BO_RPC
) == 0))
653
writel(
UDCCS_BO_RPC
, ep->reg_udccs);
[
all
...]
Completed in 945 milliseconds