Searched refs:NPCM7xxPWMState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/misc/ |
H A D | npcm7xx_pwm.h | 39 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 D | npcm7xx_pwm.c | 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), 537 VMSTATE_UINT32(ppr, NPCM7xxPWMState), 538 VMSTATE_UINT32(csr, NPCM7xxPWMState), 539 VMSTATE_UINT32(pcr, NPCM7xxPWMState), 540 VMSTATE_UINT32(pier, NPCM7xxPWMState), [all …]
|
/openbmc/qemu/include/hw/arm/ |
H A D | npcm7xx.h | 96 NPCM7xxPWMState pwm[NPCM7XX_NR_PWM_MODULES];
|