Home
last modified time | relevance | path

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

/openbmc/linux/drivers/peci/controller/
H A Dpeci-npcm.c50 #define NPCM_PECI_INT_MASK (NPCM_PECI_CTRL_ABRT_ERR | \ macro
155 priv->status |= (status & NPCM_PECI_INT_MASK); in npcm_peci_irq_handler()
172 regmap_write_bits(priv->regmap, NPCM_PECI_CTL_STS, NPCM_PECI_INT_MASK, status_ack); in npcm_peci_irq_handler()