Home
last modified time | relevance | path

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

/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c29 static struct dwc2_plat_otg_data stm32mp_otg_data = { variable
130 stm32mp_otg_data.regs_otg = fdtdec_get_addr(blob, node, "reg"); in board_usb_init()
131 if (stm32mp_otg_data.regs_otg == FDT_ADDR_T_NONE) { in board_usb_init()
137 stm32mp_otg_data.rx_fifo_sz = fdtdec_get_int(blob, node, in board_usb_init()
139 stm32mp_otg_data.np_tx_fifo_sz = fdtdec_get_int(blob, node, in board_usb_init()
141 stm32mp_otg_data.tx_fifo_sz = fdtdec_get_int(blob, node, in board_usb_init()
156 setbits_le32(stm32mp_otg_data.regs_otg + STM32MP_GGPIO, in board_usb_init()
159 return dwc2_udc_probe(&stm32mp_otg_data); in board_usb_init()