Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dnpcm7xx_mft.c99 #define NPCM7XX_MFT_MAX_CNT 0xFFFF macro
142 return NPCM7XX_MFT_MAX_CNT; in npcm7xx_mft_compare()
169 count = NPCM7XX_MFT_MAX_CNT + 1; in npcm7xx_mft_compute_cnt()
179 if (count > NPCM7XX_MFT_MAX_CNT) { in npcm7xx_mft_compute_cnt()
183 count = NPCM7XX_MFT_MAX_CNT - count; in npcm7xx_mft_compute_cnt()