Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dloongson_ipi_common.c37 case CORE_BUF_20 ... CORE_BUF_38 + 4: in loongson_ipi_core_readl()
38 index = (addr - CORE_BUF_20) >> 2; in loongson_ipi_core_readl()
115 addr = SMP_IPI_MAILBOX + CORE_BUF_20 + (val & 0x1c); in mail_send()
174 case CORE_BUF_20 ... CORE_BUF_38 + 4: in loongson_ipi_core_writel()
175 index = (addr - CORE_BUF_20) >> 2; in loongson_ipi_core_writel()
/qemu/include/hw/intc/
H A Dloongson_ipi_common.h65 #define CORE_BUF_20 0x20 macro