Searched refs:UFNRH (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/arm/mach-pxa/include/mach/ |
D | pxa25x-udc.h | 94 #define UFNRH __REG(0x40600060) /* UDC Frame Number Register High */ macro
|
/linux-3.4.99/drivers/usb/gadget/ |
D | pxa25x_udc.h | 208 UICR1, UICR0, USIR1, USIR0, UFNRH, UFNRL); in dump_state()
|
D | pxa25x_udc.c | 911 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/ |
D | ixp4xx-regs.h | 457 #define UFNRH IXP4XX_USB_REG(IXP4XX_USB_BASE_VIRT+0x0060) macro
|