Searched refs:ASYNC_BANK1_SIZE (Results 1 – 10 of 10) sorted by relevance
278 if (addr >= ASYNC_BANK1_BASE && addr < ASYNC_BANK1_BASE + ASYNC_BANK1_SIZE) { in in_async()281 if (addr + size <= ASYNC_BANK1_BASE + ASYNC_BANK1_SIZE) in in_async()283 size -= ASYNC_BANK1_BASE + ASYNC_BANK1_SIZE - addr; in in_async()284 addr = ASYNC_BANK1_BASE + ASYNC_BANK1_SIZE; in in_async()
432 (ASYNC_BANK0_SIZE + ASYNC_BANK1_SIZE + \
21 #define ASYNC_BANK1_SIZE 0x00100000 /* 1M */ macro
21 #define ASYNC_BANK1_SIZE 0x04000000 /* 64M */ macro