HomeSort by: relevance | last modified time | path
    Searched defs:rstcon (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/samsung/
exynos_soc.c 711 uint32_t phypwr, rstcon, clkreg; local in function:exynos4_usb2phy_enable
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)
    [all...]
exynos_soc.c 711 uint32_t phypwr, rstcon, clkreg; local in function:exynos4_usb2phy_enable
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)
    [all...]

Completed in 20 milliseconds