Searched refs:store_throttle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 113 static ssize_t store_throttle(struct cbe_pmd_regs __iomem *pmd_regs, const char *buf, size_t size, int pos) in store_throttle() function 159 return store_throttle(get_pmd_regs(dev), buf, size, 0); in spu_store_throttle_end() 165 return store_throttle(get_pmd_regs(dev), buf, size, 8); in spu_store_throttle_begin() 171 return store_throttle(get_pmd_regs(dev), buf, size, 16); in spu_store_throttle_full_stop() 224 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 32); in ppe_store_throttle_end() 230 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 40); in ppe_store_throttle_begin() 236 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 48); in ppe_store_throttle_full_stop()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 112 static ssize_t store_throttle(struct cbe_pmd_regs __iomem *pmd_regs, const char *buf, size_t size, int pos) in store_throttle() function 158 return store_throttle(get_pmd_regs(dev), buf, size, 0); in spu_store_throttle_end() 164 return store_throttle(get_pmd_regs(dev), buf, size, 8); in spu_store_throttle_begin() 170 return store_throttle(get_pmd_regs(dev), buf, size, 16); in spu_store_throttle_full_stop() 223 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 32); in ppe_store_throttle_end() 229 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 40); in ppe_store_throttle_begin() 235 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 48); in ppe_store_throttle_full_stop()
|
Completed in 2 milliseconds