Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c75 #define UDDR0 0x0080 /* UDC Endpoint 0 Data Register */ macro
806 byte = (u8) UDDR0; in read_ep0_fifo()
1640 u.raw [i] = (u8) UDDR0; in handle_ep0()
1752 u.raw [i] = (u8) UDDR0; in handle_ep0()
2004 .regoff_uddr = UDDR0,
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h548 #define UDDR0 0x40600300 /* UDC Endpoint 0 Data Register */ macro