Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/base/regmap/
A Dregcache-rbtree.c73 &top_reg); in regcache_rbtree_lookup()
82 &top_reg); in regcache_rbtree_lookup()
408 &base_reg, &top_reg); in regcache_rbtree_write()
414 dist = reg - top_reg; in regcache_rbtree_write()
432 else if (reg > top_reg) in regcache_rbtree_write()
479 &top_reg); in regcache_rbtree_sync()
482 if (top_reg < min) in regcache_rbtree_sync()
490 if (max < top_reg) in regcache_rbtree_sync()
519 &top_reg); in regcache_rbtree_drop()
522 if (top_reg < min) in regcache_rbtree_drop()
[all …]
/linux-6.3-rc2/arch/arm64/kernel/
A Dprocess.c202 int i, top_reg; in __show_regs() local
208 top_reg = 12; in __show_regs()
212 top_reg = 29; in __show_regs()
231 i = top_reg; in __show_regs()

Completed in 6 milliseconds