Searched refs:ien_bitmap (Results 1 – 1 of 1) sorted by relevance
46 static void peci_intr_en(struct mec_peci_regs *regs, uint16_t ien_bitmap) in peci_intr_en() argument48 if (!ien_bitmap) { in peci_intr_en()52 regs->IEN1 |= (uint8_t)(ien_bitmap & 0xffu); in peci_intr_en()53 regs->IEN2 |= (uint8_t)((ien_bitmap >> 8) & 0xffu); in peci_intr_en()