Home
last modified time | relevance | path

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

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