Searched refs:show_throttle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 101 static ssize_t show_throttle(struct cbe_pmd_regs __iomem *pmd_regs, char *buf, int pos) in show_throttle() function 141 return show_throttle(get_pmd_regs(dev), buf, 0); in spu_show_throttle_end() 147 return show_throttle(get_pmd_regs(dev), buf, 8); in spu_show_throttle_begin() 153 return show_throttle(get_pmd_regs(dev), buf, 16); in spu_show_throttle_full_stop() 206 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 32); in ppe_show_throttle_end() 212 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 40); in ppe_show_throttle_begin() 218 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 48); in ppe_show_throttle_full_stop()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 100 static ssize_t show_throttle(struct cbe_pmd_regs __iomem *pmd_regs, char *buf, int pos) in show_throttle() function 140 return show_throttle(get_pmd_regs(dev), buf, 0); in spu_show_throttle_end() 146 return show_throttle(get_pmd_regs(dev), buf, 8); in spu_show_throttle_begin() 152 return show_throttle(get_pmd_regs(dev), buf, 16); in spu_show_throttle_full_stop() 205 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 32); in ppe_show_throttle_end() 211 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 40); in ppe_show_throttle_begin() 217 return show_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, 48); in ppe_show_throttle_full_stop()
|
Completed in 2 milliseconds