Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dnpcm7xx_pwm.c56 #define NPCM7XX_CH(rv, index) extract32((rv), npcm7xx_ch_base[index], 4)
69 static const int npcm7xx_ch_base[] = { 0, 8, 12, 16 }; variable
188 QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_ch_base) != NPCM7XX_PWM_PER_MODULE); in npcm7xx_pwm_write_pcr()