Home
last modified time | relevance | path

Searched refs:SDLA_WINDOW_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dsdla.h72 #define SDLA_WINDOW_SIZE 0x2000 macro
/linux-4.4.14/drivers/net/wan/
Dsdla.c92 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()