Home
last modified time | relevance | path

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

/openbmc/linux/drivers/peci/controller/
H A Dpeci-npcm.c36 #define NPCM_PECI_CTRL_START_BUSY BIT(0) macro
83 !(cmd_sts & NPCM_PECI_CTRL_START_BUSY), in npcm_peci_xfer()
110 regmap_update_bits(priv->regmap, NPCM_PECI_CTL_STS, NPCM_PECI_CTRL_START_BUSY, in npcm_peci_xfer()
111 NPCM_PECI_CTRL_START_BUSY); in npcm_peci_xfer()
207 !(cmd_sts & NPCM_PECI_CTRL_START_BUSY), in npcm_peci_init_ctrl()