Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_peci.c46 static void peci_intr_en(struct mec_peci_regs *regs, uint16_t ien_bitmap) in peci_intr_en() argument
48 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()