Home
last modified time | relevance | path

Searched defs:otg_regs (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dohci-lpc32xx.c31 struct otg_regs { struct
32 u32 reserved1[64];
33 u32 otg_int_sts; /* OTG int status register */
34 u32 otg_int_enab; /* OTG int enable register */
35 u32 otg_int_set; /* OTG int set register */
36 u32 otg_int_clr; /* OTG int clear register */
37 u32 otg_sts_ctrl; /* OTG status/control register */
38 u32 otg_timer; /* OTG timer register */
39 u32 reserved2[122];
40 struct otgi2c_regs otg_i2c;
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcore.h94 struct cdns_otg_common_regs __iomem *otg_regs; member
H A Dcdns3-imx.c254 void __iomem *otg_regs = (void __iomem *)(cdns->otg_regs); in cdns_imx_platform_suspend() local