Searched refs:store_throttle (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 126 static ssize_t store_throttle(struct cbe_pmd_regs __iomem *pmd_regs, const char *buf, size_t size, … in store_throttle() function 172 return store_throttle(get_pmd_regs(dev), buf, size, 0); in spu_store_throttle_end() 178 return store_throttle(get_pmd_regs(dev), buf, size, 8); in spu_store_throttle_begin() 184 return store_throttle(get_pmd_regs(dev), buf, size, 16); in spu_store_throttle_full_stop() 237 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 32); in ppe_store_throttle_end() 243 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 40); in ppe_store_throttle_begin() 249 return store_throttle(cbe_get_cpu_pmd_regs(dev->id), buf, size, 48); in ppe_store_throttle_full_stop()
|