Searched refs:ASYNC_BANK1_SIZE (Results 1 – 9 of 9) sorted by relevance
359 if (addr >= ASYNC_BANK1_BASE && addr < ASYNC_BANK1_BASE + ASYNC_BANK1_SIZE) { in in_async()362 if (addr + size <= ASYNC_BANK1_BASE + ASYNC_BANK1_SIZE) in in_async()364 size -= ASYNC_BANK1_BASE + ASYNC_BANK1_SIZE - addr; in in_async()365 addr = ASYNC_BANK1_BASE + ASYNC_BANK1_SIZE; in in_async()
439 (ASYNC_BANK0_SIZE + ASYNC_BANK1_SIZE + \
21 #define ASYNC_BANK1_SIZE 0x00100000 /* 1M */ macro
21 #define ASYNC_BANK1_SIZE 0x04000000 /* 64M */ macro