Searched refs:_REG_WRITE (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_job.c | 21 #define _REG_WRITE(base, value, offset) writel(value, base + (offset)) macro 24 #define REG_WRITE(value, offset) _REG_WRITE(rknpu_core_base, value, offset) 848 _REG_WRITE(base, priority, 0x0); in rknpu_set_bw_priority() 851 _REG_WRITE(base, expect, 0x8); in rknpu_set_bw_priority() 854 _REG_WRITE(base, tw, 0xc); in rknpu_set_bw_priority()
|