Searched refs:SDLA_WINDOW_SIZE (Results 1 – 2 of 2) sorted by relevance
72 #define SDLA_WINDOW_SIZE 0x2000 macro
92 bytes = offset + len > SDLA_WINDOW_SIZE ? SDLA_WINDOW_SIZE - offset : len; in __sdla_read()123 bytes = offset + len > SDLA_WINDOW_SIZE ? SDLA_WINDOW_SIZE - offset : len; in __sdla_write()154 bytes = SDLA_WINDOW_SIZE; in sdla_clear()