Searched refs:ASYNC_BANK2_SIZE (Results 1 – 9 of 9) sorted by relevance
367 if (addr >= ASYNC_BANK2_BASE && addr < ASYNC_BANK2_BASE + ASYNC_BANK2_SIZE) { in in_async()370 if (addr + size <= ASYNC_BANK2_BASE + ASYNC_BANK2_SIZE) in in_async()372 size -= ASYNC_BANK2_BASE + ASYNC_BANK2_SIZE - addr; in in_async()373 addr = ASYNC_BANK2_BASE + ASYNC_BANK2_SIZE; in in_async()
440 ASYNC_BANK2_SIZE + ASYNC_BANK3_SIZE)
19 #define ASYNC_BANK2_SIZE 0x00100000 /* 1M */ macro
19 #define ASYNC_BANK2_SIZE 0x04000000 /* 64M */ macro