Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_phy.c70 writel((readl(&phy->rstcon) &~(LINK_SW_RST | PHYLNK_SW_RST)) in otg_phy_init()
71 | PHY_SW_RST0, &phy->rstcon); in otg_phy_init()
73 writel(readl(&phy->rstcon) in otg_phy_init()
74 &~(PHY_SW_RST0 | LINK_SW_RST | PHYLNK_SW_RST), &phy->rstcon); in otg_phy_init()
85 writel(PHY_SW_RST0, &phy->rstcon); in otg_phy_off()
87 writel(readl(&phy->phypwr) &~PHY_SW_RST0, &phy->rstcon); in otg_phy_off()
H A Ddwc2_udc_otg_regs.h18 u32 rstcon; member
/OK3568_Linux_fs/u-boot/board/freescale/c29xpcie/
H A Dcpld.h21 u8 rstcon; /* 0x10 - Reset control register */ member
H A Dcpld.c76 printf("rstcon = 0x%02x\n", in_8(&cpld_data->rstcon)); in cpld_dump_regs()