Home
last modified time | relevance | path

Searched refs:SiFivePwmState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dsifive_pwm.c195 SiFivePwmState *s = opaque; in sifive_pwm_interrupt_0()
202 SiFivePwmState *s = opaque; in sifive_pwm_interrupt_1()
209 SiFivePwmState *s = opaque; in sifive_pwm_interrupt_2()
216 SiFivePwmState *s = opaque; in sifive_pwm_interrupt_3()
224 SiFivePwmState *s = opaque; in sifive_pwm_read()
275 SiFivePwmState *s = opaque; in sifive_pwm_write()
376 SiFivePwmState *s = SIFIVE_PWM(dev); in sifive_pwm_reset()
401 VMSTATE_UINT32(pwmcfg, SiFivePwmState),
416 SiFivePwmState *s = SIFIVE_PWM(obj); in sifive_pwm_init()
430 SiFivePwmState *s = SIFIVE_PWM(dev); in sifive_pwm_realize()
[all …]
/openbmc/qemu/include/hw/timer/
H A Dsifive_pwm.h37 OBJECT_CHECK(SiFivePwmState, (obj), TYPE_SIFIVE_PWM)
42 typedef struct SiFivePwmState { struct
60 } SiFivePwmState; argument
/openbmc/qemu/include/hw/riscv/
H A Dsifive_u.h55 SiFivePwmState pwm[2];