Home
last modified time | relevance | path

Searched refs:RESETDONE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/musb-new/
H A Domap2430.h12 #undef RESETDONE
37 # define RESETDONE (1 << 0) macro
/openbmc/linux/drivers/usb/musb/
H A Domap2430.h33 # define RESETDONE (1 << 0) macro
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dsdrc.c156 wait_on_value(RESETDONE, RESETDONE, &sdrc_base->status, in do_sdrc_init()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h80 #define RESETDONE (0x1 << 0) macro
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h432 #define RESETDONE (0x1 << 0) macro
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c822 while ((readl(&mmc_base->sysstatus) & RESETDONE) == 0) { in omap_hsmmc_init_setup()