Home
last modified time | relevance | path

Searched refs:tensor_sec_reg_write (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/soc/samsung/
H A Dexynos-pmu.h78 int tensor_sec_reg_write(void *context, unsigned int reg, unsigned int val);
H A Dgs101-pmu.c343 int tensor_sec_reg_write(void *context, unsigned int reg, unsigned int val) in tensor_sec_reg_write() function
413 ret = tensor_sec_reg_write(context, offset, i); in tensor_set_bits_atomic()
H A Dexynos-pmu.c106 .reg_write = tensor_sec_reg_write,