Home
last modified time | relevance | path

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

/arch/blackfin/mm/
Disram-driver.c55 #define ADDR2OFFSET(x) ((((unsigned long)(x)) & 0x7) * 8) macro
162 byte = (unsigned char)((data_in >> ADDR2OFFSET(src + count)) & 0xff); in isram_memcpy()
175 data_out &= ~((uint64_t)0xff << ADDR2OFFSET(dest + count)); in isram_memcpy()
176 data_out |= ((uint64_t)byte << ADDR2OFFSET(dest + count)); in isram_memcpy()