Searched refs:try_write32 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pwm/ |
| H A D | pwm_th1520.rs | 268 iomap.try_write32(wfhw.ctrl_val, th1520_pwm_ctrl(hwpwm))?; in write_waveform() 269 iomap.try_write32(0, th1520_pwm_fp(hwpwm))?; in write_waveform() 270 iomap.try_write32( in write_waveform() 278 iomap.try_write32(wfhw.ctrl_val, th1520_pwm_ctrl(hwpwm))?; in write_waveform() 279 iomap.try_write32(wfhw.period_cycles, th1520_pwm_per(hwpwm))?; in write_waveform() 280 iomap.try_write32(wfhw.duty_cycles, th1520_pwm_fp(hwpwm))?; in write_waveform() 281 iomap.try_write32( in write_waveform() 289 iomap.try_write32(wfhw.ctrl_val | TH1520_PWM_START, th1520_pwm_ctrl(hwpwm))?; in write_waveform()
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | sequencer.rs | 156 sequencer.bar.try_write32(self.val(), addr) in run() 167 .try_write32((val & !self.mask()) | self.val(), addr) in run()
|
| /linux/rust/kernel/ |
| H A D | io.rs | 319 fn try_write32(&self, value: u32, offset: usize) -> Result in try_write32() method
|