Home
last modified time | relevance | path

Searched refs:NPCM7XX_PWM_PER_MODULE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dnpcm7xx_pwm.c157 QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_ppr_base) != NPCM7XX_PWM_PER_MODULE); in npcm7xx_pwm_write_ppr()
159 for (i = 0; i < NPCM7XX_PWM_PER_MODULE; ++i) { in npcm7xx_pwm_write_ppr()
173 for (i = 0; i < NPCM7XX_PWM_PER_MODULE; ++i) { in npcm7xx_pwm_write_csr()
188 QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_ch_base) != NPCM7XX_PWM_PER_MODULE); in npcm7xx_pwm_write_pcr()
189 for (i = 0; i < NPCM7XX_PWM_PER_MODULE; ++i) { in npcm7xx_pwm_write_pcr()
455 for (i = 0; i < NPCM7XX_PWM_PER_MODULE; i++) { in npcm7xx_pwm_enter_reset()
476 for (i = 0; i < NPCM7XX_PWM_PER_MODULE; i++) { in npcm7xx_pwm_hold_reset()
487 QEMU_BUILD_BUG_ON(ARRAY_SIZE(s->pwm) != NPCM7XX_PWM_PER_MODULE); in npcm7xx_pwm_init()
488 for (i = 0; i < NPCM7XX_PWM_PER_MODULE; i++) { in npcm7xx_pwm_init()
500 for (i = 0; i < NPCM7XX_PWM_PER_MODULE; ++i) { in npcm7xx_pwm_init()
[all …]
H A Dnpcm7xx_mft.c492 for (int i = 0; i < NPCM7XX_PWM_PER_MODULE; ++i) { in npcm7xx_mft_init()
/openbmc/qemu/include/hw/misc/
H A Dnpcm7xx_pwm.h24 #define NPCM7XX_PWM_PER_MODULE 4 macro
93 NPCM7xxPWM pwm[NPCM7XX_PWM_PER_MODULE];
94 qemu_irq duty_gpio_out[NPCM7XX_PWM_PER_MODULE];
/openbmc/qemu/include/hw/arm/
H A Dnpcm7xx.h64 NPCM7XX_PWM_PER_MODULE];
/openbmc/qemu/hw/arm/
H A Dnpcm7xx_boards.c149 for (int j = 0; j < NPCM7XX_PWM_PER_MODULE; ++j) { in npcm7xx_init_pwm_splitter()
150 int splitter_no = i * NPCM7XX_PWM_PER_MODULE + j; in npcm7xx_init_pwm_splitter()