Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_sdhc.c1080 sdhc_adma2_descriptor_t *adma2EntryAddress; in SDHC_SetAdmaTableConfig() local
1185 adma2EntryAddress = (sdhc_adma2_descriptor_t *)(table); in SDHC_SetAdmaTableConfig()
1193 adma2EntryAddress[i].address = startAddress; in SDHC_SetAdmaTableConfig()
1194adma2EntryAddress[i].attribute = ((dataBytes - sizeof(uint32_t) * (startAddress - data)) in SDHC_SetAdmaTableConfig()
1196 adma2EntryAddress[i].attribute |= in SDHC_SetAdmaTableConfig()
1201 adma2EntryAddress[i].address = startAddress; in SDHC_SetAdmaTableConfig()
1202 adma2EntryAddress[i].attribute = in SDHC_SetAdmaTableConfig()
1205 adma2EntryAddress[i].attribute |= kSDHC_Adma2DescriptorTypeTransfer; in SDHC_SetAdmaTableConfig()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_usdhc.c969 usdhc_adma2_descriptor_t *adma2EntryAddress; in USDHC_SetAdmaTableConfig() local
1078 adma2EntryAddress = (usdhc_adma2_descriptor_t *)(dmaConfig->admaTable); in USDHC_SetAdmaTableConfig()
1092 adma2EntryAddress[i].address = startAddress; in USDHC_SetAdmaTableConfig()
1093adma2EntryAddress[i].attribute = (dmaBufferLen << USDHC_ADMA2_DESCRIPTOR_LENGTH_SHIFT); in USDHC_SetAdmaTableConfig()
1094 adma2EntryAddress[i].attribute |= kUSDHC_Adma2DescriptorTypeTransfer; in USDHC_SetAdmaTableConfig()
1098 adma2EntryAddress[i - 1U].attribute |= kUSDHC_Adma2DescriptorEndFlag; in USDHC_SetAdmaTableConfig()

Completed in 9 milliseconds