Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c66 #define NUM_LINES_PER_EXTICR_REG 4 macro
91 const int exticr_reg = line / NUM_LINES_PER_EXTICR_REG; in stm32l4x5_syscfg_set_irq()
92 const int startbit = (line % NUM_LINES_PER_EXTICR_REG) * 4; in stm32l4x5_syscfg_set_irq()