Home
last modified time | relevance | path

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

/external/u-boot/board/micronas/vct/
Dehci.c77 reg_write(USBH_BURSTSIZE(USBH_BASE), 0x00001c1c); in vct_ehci_hcd_init()
89 reg_write(USBH_BURSTSIZE(USBH_BASE), 0x00001c1c); in vct_ehci_hcd_init()
/external/u-boot/board/micronas/vct/vcth/
Dreg_usbh.h15 #define USBH_BURSTSIZE(base) ((base) + USBH_BURSTSIZE_OFFS) macro