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

  /src/sys/arch/arm/xscale/
i80321_intr.h 62 #define INT_HPIMASK (1u << ICU_INT_HPI)
83 if (__predict_false(hwpend & INT_HPIMASK))
i80321_icu.c 379 if (__predict_false(hwpend & INT_HPIMASK))
398 * INT_HPIMASK is cleared by a later
422 if (__predict_true((oldpending & INT_HPIMASK) == 0)) {

Completed in 13 milliseconds