Searched refs:adma1EntryAddress (Results 1 – 2 of 2) sorted by relevance
1219 sdhc_adma1_descriptor_t *adma1EntryAddress; in SDHC_SetAdmaTableConfig() local1267 adma1EntryAddress = (sdhc_adma1_descriptor_t *)(uint32_t)(table); in SDHC_SetAdmaTableConfig()1275 … adma1EntryAddress[i] = ((uint32_t)(dataBytes - ((uint32_t)startAddress - (uint32_t)data)) in SDHC_SetAdmaTableConfig()1277 adma1EntryAddress[i] |= (uint32_t)kSDHC_Adma1DescriptorTypeSetLength; in SDHC_SetAdmaTableConfig()1278 adma1EntryAddress[i + 1U] = (uint32_t)(startAddress); in SDHC_SetAdmaTableConfig()1279 adma1EntryAddress[i + 1U] |= in SDHC_SetAdmaTableConfig()1284 adma1EntryAddress[i] = ((uint32_t)SDHC_ADMA1_DESCRIPTOR_MAX_LENGTH_PER_ENTRY in SDHC_SetAdmaTableConfig()1286 adma1EntryAddress[i] |= (uint32_t)kSDHC_Adma1DescriptorTypeSetLength; in SDHC_SetAdmaTableConfig()1287 adma1EntryAddress[i + 1U] = ((uint32_t)(startAddress)); in SDHC_SetAdmaTableConfig()1288 adma1EntryAddress[i + 1U] |= (uint32_t)kSDHC_Adma1DescriptorTypeTransfer; in SDHC_SetAdmaTableConfig()
1223 usdhc_adma1_descriptor_t *adma1EntryAddress = (usdhc_adma1_descriptor_t *)(uint32_t)(admaTable); in USDHC_SetADMA1Descriptor() local1276 adma1EntryAddress[i] = (dmaBufferLen << USDHC_ADMA1_DESCRIPTOR_LENGTH_SHIFT); in USDHC_SetADMA1Descriptor()1277 adma1EntryAddress[i] |= (uint32_t)kUSDHC_Adma1DescriptorTypeSetLength; in USDHC_SetADMA1Descriptor()1278 adma1EntryAddress[i + 1UL] = (uint32_t)(data); in USDHC_SetADMA1Descriptor()1279 adma1EntryAddress[i + 1UL] |= in USDHC_SetADMA1Descriptor()1285 adma1EntryAddress[i - 1UL] |= (uint32_t)kUSDHC_Adma1DescriptorEndFlag; in USDHC_SetADMA1Descriptor()