Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/dev/
H A Dsh3_dev.cpp48 { "WDT", SH3_IPRB, 12 },
49 { "REF", SH3_IPRB, 8 },
50 { "SCI", SH3_IPRB, 4 },
51 { "reserve", SH3_IPRB, 0 },
112 DPRINTF((TEXT("IPRB 0x%08x\n"), _reg_read_2(SH3_IPRB))); in icu_dump()
H A Dsh.h49 #define SH3_IPRB 0xfffffee4 macro
/netbsd-src/sys/arch/sh3/include/
H A Dintcreg.h39 #define SH3_IPRB 0xfffffee4 /* 16bit */ macro
/netbsd-src/sys/arch/sh3/sh3/
H A Dinterrupt.c85 _reg_write_2(SH3_IPRB, 0); in intc_init()