Searched refs:show_throttle (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 114 static ssize_t show_throttle(struct cbe_pmd_regs __iomem *pmd_regs, char *buf, int pos) in show_throttle() function 154 return show_throttle(get_pmd_regs(dev), buf, 0); in spu_show_throttle_end() 160 return show_throttle(get_pmd_regs(dev), buf, 8); in spu_show_throttle_begin() 166 return show_throttle(get_pmd_regs(dev), buf, 16); in spu_show_throttle_full_stop() 219 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 32); in ppe_show_throttle_end() 225 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 40); in ppe_show_throttle_begin() 231 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 48); in ppe_show_throttle_full_stop()
|