Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1057 eisa_level_intr_mask = (inb(EISA_LEVEL_CNTL + 1) << 8) | in apic_handle_defconf()
1058 inb(EISA_LEVEL_CNTL) | ((uint_t)INT32_MAX + 1); in apic_handle_defconf()
1165 eisa_level_intr_mask = (inb(EISA_LEVEL_CNTL + 1) << 8) | in apic_parse_mpct()
1166 inb(EISA_LEVEL_CNTL) | ((uint_t)INT32_MAX + 1); in apic_parse_mpct()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dapic.h405 #define EISA_LEVEL_CNTL 0x4D0 macro