Searched refs:NPCM7xxPWMState (Results 1 – 3 of 3) sorted by relevance
39 typedef struct NPCM7xxPWMState NPCM7xxPWMState; typedef57 NPCM7xxPWMState *module;87 struct NPCM7xxPWMState { struct104 OBJECT_DECLARE_SIMPLE_TYPE(NPCM7xxPWMState, NPCM7XX_PWM) argument
152 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 …]
96 NPCM7xxPWMState pwm[NPCM7XX_NR_PWM_MODULES];