HomeSort by relevance Sort by last modified time
    Searched refs:periph1_rst (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/usb/host/
ehci-spear.c 22 u32 periph1_rst = readl(misc_p->periph1_rst); local
24 periph1_rst |= PERIPH_USBH1 | PERIPH_USBH2;
25 writel(periph1_rst, misc_p->periph1_rst);
28 periph1_rst &= ~(PERIPH_USBH1 | PERIPH_USBH2);
29 writel(periph1_rst, misc_p->periph1_rst);
  /external/u-boot/arch/arm/cpu/arm926ejs/spear/
spl.c 138 writel(readl(&misc_p->periph1_rst) | PERIPH_GMAC,
139 &misc_p->periph1_rst);
140 writel(readl(&misc_p->periph1_rst) & (~PERIPH_GMAC),
141 &misc_p->periph1_rst);
248 writel(PERIPH_RST_ALL, &misc_p->periph1_rst);
  /external/u-boot/arch/arm/include/asm/arch-spear/
spr_misc.h 25 u32 periph1_rst; /* 0x38 */ member in struct:misc_regs
143 /* PERIPH1_CLKEN, PERIPH1_RST value */

Completed in 59 milliseconds