Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dnpcm_edac.c16 #define NPCM8XX_CHIP BIT(1) macro
113 if (pdata->chip == NPCM8XX_CHIP) { in handle_ce()
120 if (pdata->chip == NPCM8XX_CHIP) in handle_ce()
146 if (pdata->chip == NPCM8XX_CHIP) { in handle_ue()
153 if (pdata->chip == NPCM8XX_CHIP) in handle_ue()
326 if (pdata->chip == NPCM8XX_CHIP) in setup_irq()
403 if (IS_ENABLED(CONFIG_EDAC_DEBUG) && pdata->chip == NPCM8XX_CHIP) in edac_probe()
420 if (IS_ENABLED(CONFIG_EDAC_DEBUG) && pdata->chip == NPCM8XX_CHIP) in edac_remove()
468 .chip = NPCM8XX_CHIP,