Searched refs:RAMX_BASE_ADDRESS (Results 1 – 3 of 3) sorted by relevance
29 #define RAMX_END (RAMX_BASE_ADDRESS + RAMX_SIZE * 1024)
30 #define RAMX_BASE_ADDRESS RAMS_BASE_ADDRESS macro180 if (size > 0 && (dmabuf < RAMX_BASE_ADDRESS || (dmabuf & 0xf))) in udc_ep_read_prepare()231 dmabuf |= RAMX_BASE_ADDRESS; in udc_ep_read()259 if (size > 0 && (dmabuf < RAMX_BASE_ADDRESS || (dmabuf & 0xf))) in udc_ep_write()
39 #define RAMX_BASE_ADDRESS 0x20020000 macro
Completed in 9 milliseconds