mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 04:23:36 +01:00
intc: add definition for SCIF interrupt
This commit is contained in:
parent
7ac2ae25f2
commit
5c3dc3220a
2 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,8 @@ enum {
|
||||||
INTC_DMA_DEI4,
|
INTC_DMA_DEI4,
|
||||||
INTC_DMA_DEI5,
|
INTC_DMA_DEI5,
|
||||||
INTC_DMA_DADERR,
|
INTC_DMA_DADERR,
|
||||||
|
/* Serial Communication Interface with FIFO (SCIF0) */
|
||||||
|
INTC_SCIF0,
|
||||||
/* Real-Time Clock [RTC]; a single IPR covers all 3 interrupts */
|
/* Real-Time Clock [RTC]; a single IPR covers all 3 interrupts */
|
||||||
INTC_RTC_ATI,
|
INTC_RTC_ATI,
|
||||||
INTC_RTC_PRI,
|
INTC_RTC_PRI,
|
||||||
|
|
|
@ -60,6 +60,8 @@ static struct info {
|
||||||
{ IPRF, 0x0f00, IMR5, 0x10, _ },
|
{ IPRF, 0x0f00, IMR5, 0x10, _ },
|
||||||
{ IPRF, 0x0f00, IMR5, 0x20, _ },
|
{ IPRF, 0x0f00, IMR5, 0x20, _ },
|
||||||
{ IPRF, 0x0f00, IMR5, 0x40, _ },
|
{ IPRF, 0x0f00, IMR5, 0x40, _ },
|
||||||
|
/* SCIF */
|
||||||
|
{ IPRG, 0xf000, IMR5, 0x01, _ /* Driver not SH3-compatible yet */ },
|
||||||
/* RTC */
|
/* RTC */
|
||||||
{ IPRK, 0xf000, IMR10, 0x04, IPRA, 0x000f },
|
{ IPRK, 0xf000, IMR10, 0x04, IPRA, 0x000f },
|
||||||
{ IPRK, 0xf000, IMR10, 0x02, IPRA, 0x000f },
|
{ IPRK, 0xf000, IMR10, 0x02, IPRA, 0x000f },
|
||||||
|
|
Loading…
Reference in a new issue