Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_sdhc.c783 uint32_t proctl; in SDHC_Init() local
794 proctl = base->PROCTL; in SDHC_Init()
801 proctl |= SDHC_PROCTL_D3CD_MASK; in SDHC_Init()
811 base->PROCTL = proctl; in SDHC_Init()
995 uint32_t proctl = base->PROCTL; in SDHC_EnableSdioControl() local
1002 proctl |= SDHC_PROCTL_SABGREQ_MASK; in SDHC_EnableSdioControl()
1006 proctl |= SDHC_PROCTL_RWCTL_MASK; in SDHC_EnableSdioControl()
1010 proctl |= SDHC_PROCTL_IABG_MASK; in SDHC_EnableSdioControl()
1025 proctl &= ~SDHC_PROCTL_RWCTL_MASK; in SDHC_EnableSdioControl()
1029 proctl &= ~SDHC_PROCTL_IABG_MASK; in SDHC_EnableSdioControl()
[all …]
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_usdhc.c727 uint32_t proctl, sysctl, wml; in USDHC_Init() local
735 proctl = base->PROT_CTRL; in USDHC_Init()
739 proctl &= ~(USDHC_PROT_CTRL_EMODE_MASK | USDHC_PROT_CTRL_DMASEL_MASK); in USDHC_Init()
741 proctl |= USDHC_PROT_CTRL_EMODE(config->endianMode); in USDHC_Init()
755 base->PROT_CTRL = proctl; in USDHC_Init()

Completed in 10 milliseconds