Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dfsl_esdhc.c48 uint proctl; /* Protocol control register */ member
930 esdhc_clrbits32(&regs->proctl, PROCTL_DTW_4 | PROCTL_DTW_8); in esdhc_set_ios_common()
933 esdhc_setbits32(&regs->proctl, PROCTL_DTW_4); in esdhc_set_ios_common()
935 esdhc_setbits32(&regs->proctl, PROCTL_DTW_8); in esdhc_set_ios_common()
991 esdhc_write32(&regs->proctl, PROCTL_INIT); in esdhc_init_common()