HomeSort by: relevance | last modified time | path
    Searched refs:LAPIC_DLSTAT_BUSY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/include/
i82489reg.h 93 #define LAPIC_DLSTAT_BUSY __BIT(12) /* NA in x2APIC nor MSI */
  /src/sys/arch/x86/x86/
lapic.c 815 while ((i82489_readreg(LAPIC_ICRLO) & LAPIC_DLSTAT_BUSY) != 0) {
842 if ((i82489_readreg(LAPIC_ICRLO) & LAPIC_DLSTAT_BUSY) != 0)
866 if ((i82489_readreg(LAPIC_ICRLO) & LAPIC_DLSTAT_BUSY) != 0)
893 result = (i82489_readreg(LAPIC_ICRLO) & LAPIC_DLSTAT_BUSY) ? EBUSY : 0;

Completed in 13 milliseconds