Searched refs:ASYNC_BANK0_SIZE (Results 1 – 10 of 10) sorted by relevance
270 if (addr >= ASYNC_BANK0_BASE && addr < ASYNC_BANK0_BASE + ASYNC_BANK0_SIZE) { in in_async()273 if (addr + size <= ASYNC_BANK0_BASE + ASYNC_BANK0_SIZE) in in_async()275 size -= ASYNC_BANK0_BASE + ASYNC_BANK0_SIZE - addr; in in_async()276 addr = ASYNC_BANK0_BASE + ASYNC_BANK0_SIZE; in in_async()
432 (ASYNC_BANK0_SIZE + ASYNC_BANK1_SIZE + \
23 #define ASYNC_BANK0_SIZE 0x00100000 /* 1M */ macro
23 #define ASYNC_BANK0_SIZE 0x04000000 /* 64M */ macro