Home
last modified time | relevance | path

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

/dports/emulators/vmips/vmips-1.5.1/
H A Dspimconsole.cc97 word = keyboard_interrupt_enable[0] ? CTL_IE : 0; in fetch_word()
110 word = display_interrupt_enable[0] ? CTL_IE : 0; in fetch_word()
121 word = keyboard_interrupt_enable[1] ? CTL_IE : 0; in fetch_word()
134 word = display_interrupt_enable[1] ? CTL_IE : 0; in fetch_word()
145 word = clock_interrupt ? CTL_IE : 0; in fetch_word()
162 keyboard_interrupt_enable[0] = data & CTL_IE; in store_word()
170 display_interrupt_enable[0] = data & CTL_IE; in store_word()
180 keyboard_interrupt_enable[1] = data & CTL_IE; in store_word()
188 display_interrupt_enable[1] = data & CTL_IE; in store_word()
198 clock_interrupt = data & CTL_IE; in store_word()
H A Ddevreg.h29 #define CTL_IE 0x00000002 macro
H A Dclockreg.h27 #define CDC_INTERRUPTS_ENABLED CTL_IE
H A Dclockdev.cc127 interrupt_enabled = data & CTL_IE; in store_word()
/dports/emulators/vmips/vmips-1.5.1/test_code/vmips.regcheck/
H A Dhandler5.S13 li a0, CTL_IE
/dports/emulators/vmips/vmips-1.5.1/test_code/vmips.misc-tests/
H A Dclocker.S54 li a0, CTL_IE
/dports/emulators/vmips/vmips-1.5.1/doc/
H A Dvmips.texi1114 enable bit (@code{CTL_IE} is defined as 0x00000002) and bit 1 is the device
H A Dvmips.info1582 interrupt enable bit (`CTL_IE' is defined as 0x00000002) and bit 1 is