Searched refs:store_throttle (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 125 static ssize_t store_throttle(struct cbe_pmd_regs __iomem *pmd_regs, const char *buf, size_t size, … in store_throttle() function 171 return store_throttle(get_pmd_regs(dev), buf, size, 0); in spu_store_throttle_end() 177 return store_throttle(get_pmd_regs(dev), buf, size, 8); in spu_store_throttle_begin() 183 return store_throttle(get_pmd_regs(dev), buf, size, 16); in spu_store_throttle_full_stop() 236 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 32); in ppe_store_throttle_end() 242 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 40); in ppe_store_throttle_begin() 248 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 48); in ppe_store_throttle_full_stop()
|