Home | History | Annotate | Download | only in bios

Lines Matching refs:Interrupt

55 // $fef3 ; Initial Interrupt Vector Offsets Loaded by POST
56 // $ff53 ; IRET Instruction for Dummy Interrupt Handler
614 // for access to RAM area which is used by interrupt vectors
1545 * We also have to be careful about interrupt storms.
2271 // ATAPI Interrupt Reason bits in the Sector Count reg (CB_SC)
3896 outb_cmos( 0xB, bRegister | 0x40 ); // Turn on the Periodic Interrupt timer
3908 outb_cmos( 0xB, bRegister & ~0x40 ); // Turn off the Periodic Interrupt timer
4071 // According to Ralf Brown's interrupt the limit should be 15M,
4081 /* Device busy interrupt. Called by Int 16h when no key available */
4085 /* Interrupt complete. Called by Int 16h when key becomes available */
8298 // Alarm interrupt enabled already
8366 // INT 70h: IRQ 8 - CMOS RTC interrupt from periodic or alarm modes
8375 // Handle Alarm Interrupt.
8383 // Handle Periodic Interrupt.
8397 outb_cmos( 0xB, registerB & 0x37 ); // Clear the Periodic Interrupt.
8416 ;- INT74h : PS/2 mouse hardware interrupt -
8691 mov 0x043e, al ;; drive 0 & 1 uncalibrated, no interrupt has occurred
9690 db 0 ;; PCI interrupt router bus
9691 db 0x08 ;; PCI interrupt router DevFunc
9693 dw 0x8086 ;; compatible PCI interrupt router vendor ID
9694 dw 0x122e ;; compatible PCI interrupt router device ID
10678 call eoi_both_pics // clear interrupt
10710 ; b6: 1=2 interrupt controllers present
10949 mov al, #0x08 ; sense interrupt status
10971 or al, #0x80 ;; diskette interrupt has occurred
11237 .org 0xfef3 ; Initial Interrupt Vector Offsets Loaded by POST
11244 ;- IRET Instruction for Dummy Interrupt Handler -
11246 .org 0xff53 ; IRET Instruction for Dummy Interrupt Handler