Searched refs:ASYNC_BANK0_SIZE (Results 1 – 9 of 9) sorted by relevance
351 if (addr >= ASYNC_BANK0_BASE && addr < ASYNC_BANK0_BASE + ASYNC_BANK0_SIZE) { in in_async()354 if (addr + size <= ASYNC_BANK0_BASE + ASYNC_BANK0_SIZE) in in_async()356 size -= ASYNC_BANK0_BASE + ASYNC_BANK0_SIZE - addr; in in_async()357 addr = ASYNC_BANK0_BASE + ASYNC_BANK0_SIZE; in in_async()
439 (ASYNC_BANK0_SIZE + ASYNC_BANK1_SIZE + \
23 #define ASYNC_BANK0_SIZE 0x00100000 /* 1M */ macro
23 #define ASYNC_BANK0_SIZE 0x04000000 /* 64M */ macro