Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-pxa/include/mach/
Dpxa25x-udc.h94 #define UFNRH __REG(0x40600060) /* UDC Frame Number Register High */ macro
/linux-3.4.99/drivers/usb/gadget/
Dpxa25x_udc.h208 UICR1, UICR0, USIR1, USIR0, UFNRH, UFNRL); in dump_state()
Dpxa25x_udc.c911 return ((UFNRH & 0x07) << 8) | (UFNRL & 0xff); in pxa25x_udc_get_frame()
1040 UICR1, UICR0, USIR1, USIR0, UFNRH, UFNRL); in udc_seq_show()
1163 UFNRH = UFNRH_SIM; in udc_disable()
/linux-3.4.99/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h457 #define UFNRH IXP4XX_USB_REG(IXP4XX_USB_BASE_VIRT+0x0060) macro