Home | History | Annotate | Download | only in samsung

Lines Matching defs:rstcon

711 	uint32_t phypwr, rstcon, clkreg;
739 rstcon = bus_space_read_4(&armv7_generic_bs_tag, usb2phy_bsh,
741 rstcon |= RSTCON_DEVPHY_SWRST;
743 USB_RSTCON, rstcon);
745 rstcon &= ~RSTCON_DEVPHY_SWRST;
747 USB_RSTCON, rstcon);
751 rstcon = bus_space_read_4(&armv7_generic_bs_tag, usb2phy_bsh,
753 rstcon |= RSTCON_HOSTPHY_SWRST | RSTCON_HOSTPHYLINK_SWRST;
755 USB_RSTCON, rstcon);
757 rstcon &= ~(RSTCON_HOSTPHY_SWRST | RSTCON_HOSTPHYLINK_SWRST);
759 USB_RSTCON, rstcon);