Home
last modified time | relevance | path

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

/freebsd/sys/dev/sdhci/
H A Dfsl_sdhci.c111 #define USDHC_MIX_CONTROL 0x48 /* Mix(ed) Control register. */ macro
276 return (RD4(sc, USDHC_MIX_CONTROL) & 0x37); in fsl_sdhci_read_2()
451 val32 = RD4(sc, USDHC_MIX_CONTROL); in fsl_sdhci_write_2()
472 val32 = RD4(sc, USDHC_MIX_CONTROL); in fsl_sdhci_write_2()
476 WR4(sc, USDHC_MIX_CONTROL, val32); in fsl_sdhci_write_2()