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