Searched refs:buf_address (Results 1 – 1 of 1) sorted by relevance
3046 uintptr_t buf_address = (uintptr_t)data_src; in adma2_create_descriptor_table() local3072 adma_descriptor_table[j++] = ((uint32_t)buf_address & MASK_32BIT); in adma2_create_descriptor_table()3073 … adma_descriptor_table[j++] = (uint32_t)((uint64_t)buf_address >> MMC_64BIT_UPPER_ADDR_SHIFT); in adma2_create_descriptor_table()3078 buf_address += current_subsize; in adma2_create_descriptor_table()3087 adma_descriptor_table[j++] = ((uint32_t)buf_address & MASK_32BIT); in adma2_create_descriptor_table()3088 … adma_descriptor_table[j++] = (uint32_t)((uint64_t)buf_address >> MMC_64BIT_UPPER_ADDR_SHIFT); in adma2_create_descriptor_table()