Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dloongson-se.c32 struct loongson_se_engine engines[SE_ENGINE_MAX];
103 engine->buffer_size = se->dmam_size / SE_ENGINE_MAX; in loongson_se_init_engine()
104 engine->buffer_off = (se->dmam_size / SE_ENGINE_MAX) * id; in loongson_se_init_engine()
/linux/include/linux/mfd/
H A Dloongson-se.h24 #define SE_ENGINE_MAX 16 macro