Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dnpcm7xx_pwm.h39 typedef struct NPCM7xxPWMState NPCM7xxPWMState; typedef
57 NPCM7xxPWMState *module;
87 struct NPCM7xxPWMState { struct
104 OBJECT_DECLARE_SIMPLE_TYPE(NPCM7xxPWMState, NPCM7XX_PWM) argument
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_pwm.c152 static void npcm7xx_pwm_write_ppr(NPCM7xxPWMState *s, uint32_t new_ppr) in npcm7xx_pwm_write_ppr()
166 static void npcm7xx_pwm_write_csr(NPCM7xxPWMState *s, uint32_t new_csr) in npcm7xx_pwm_write_csr()
180 static void npcm7xx_pwm_write_pcr(NPCM7xxPWMState *s, uint32_t new_pcr) in npcm7xx_pwm_write_pcr()
287 NPCM7xxPWMState *s = opaque; in npcm7xx_pwm_read()
353 NPCM7xxPWMState *s = opaque; in npcm7xx_pwm_write()
452 NPCM7xxPWMState *s = NPCM7XX_PWM(obj); in npcm7xx_pwm_enter_reset()
473 NPCM7xxPWMState *s = NPCM7XX_PWM(obj); in npcm7xx_pwm_hold_reset()
483 NPCM7xxPWMState *s = NPCM7XX_PWM(obj); in npcm7xx_pwm_init()
533 VMSTATE_CLOCK(clock, NPCM7xxPWMState),
534 VMSTATE_STRUCT_ARRAY(pwm, NPCM7xxPWMState,
[all …]
/openbmc/qemu/include/hw/arm/
H A Dnpcm7xx.h96 NPCM7xxPWMState pwm[NPCM7XX_NR_PWM_MODULES];