Home
last modified time | relevance | path

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

/openbmc/u-boot/board/micronas/vct/
H A 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()
/openbmc/u-boot/board/micronas/vct/vcth/
H A Dreg_usbh.h15 #define USBH_BURSTSIZE(base) ((base) + USBH_BURSTSIZE_OFFS) macro