Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dfsl_esdhc.c49 uint proctl; /* Protocol control register */ member
995 esdhc_clrbits32(&regs->proctl, PROCTL_DTW_4 | PROCTL_DTW_8); in esdhc_set_ios_common()
998 esdhc_setbits32(&regs->proctl, PROCTL_DTW_4); in esdhc_set_ios_common()
1000 esdhc_setbits32(&regs->proctl, PROCTL_DTW_8); in esdhc_set_ios_common()
1056 esdhc_write32(&regs->proctl, PROCTL_INIT | PROCTL_D3CD); in esdhc_init_common()
1059 esdhc_write32(&regs->proctl, PROCTL_INIT); in esdhc_init_common()
1170 esdhc_write32(&regs->proctl, PROCTL_INIT | PROCTL_D3CD); in fsl_esdhc_init()