Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dloongson_ipi_common.c39 case CORE_BUF_20 ... CORE_BUF_38 + 4: in loongson_ipi_core_readl()
40 index = (addr - CORE_BUF_20) >> 2; in loongson_ipi_core_readl()
116 addr = SMP_IPI_MAILBOX + CORE_BUF_20 + (val & 0x1c); in mail_send()
173 case CORE_BUF_20 ... CORE_BUF_38 + 4: in loongson_ipi_core_writel()
174 index = (addr - CORE_BUF_20) >> 2; in loongson_ipi_core_writel()
/openbmc/qemu/include/hw/intc/
H A Dloongson_ipi_common.h62 #define CORE_BUF_20 0x20 macro