Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dloongson-se.c113 engine->command = se->dmam_base + id * (2 * SE_ENGINE_CMD_SIZE); in loongson_se_init_engine()
114 engine->command_ret = engine->command + SE_ENGINE_CMD_SIZE; in loongson_se_init_engine()
122 cmd.info[2] = 2 * SE_ENGINE_CMD_SIZE; in loongson_se_init_engine()
/linux/include/linux/mfd/
H A Dloongson-se.h31 #define SE_ENGINE_CMD_SIZE 32 macro