Home
last modified time | relevance | path

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

/freebsd/sys/dev/sdhci/
H A Dfsl_sdhci.c831 uint32_t protctl; in fsl_sdhci_attach() local
916 protctl = RD4(sc, SDHC_PROT_CTRL); in fsl_sdhci_attach()
917 protctl &= ~SDHC_PROT_EMODE_MASK; in fsl_sdhci_attach()
919 protctl |= SDHC_PROT_EMODE_LITTLE; in fsl_sdhci_attach()
921 protctl |= SDHC_PROT_EMODE_BIG; in fsl_sdhci_attach()
922 WR4(sc, SDHC_PROT_CTRL, protctl); in fsl_sdhci_attach()