Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dnpcm7xx_pwm.c55 #define NPCM7XX_CSR(rv, index) extract32((rv), npcm7xx_csr_base[index], 3)
67 static const int npcm7xx_csr_base[] = { 0, 4, 8, 12 }; variable
171 QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_csr_base) != NPCM7XX_PWM_PER_MODULE); in npcm7xx_pwm_write_csr()