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