Searched refs:store_throttle (Results 1 – 1 of 1) sorted by relevance
/linux/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, … 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()
|