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

  /src/sys/arch/arm/imx/
imx51_tzic.c 215 int priority_offset; local in function:tzic_establish_irq
223 priority_offset = (is->is_irq / 4);
224 reg = INTC_READ(tzic, TZIC_PRIORITY(priority_offset));
227 INTC_WRITE(tzic, TZIC_PRIORITY(priority_offset), reg);
imx51_tzic.c 215 int priority_offset; local in function:tzic_establish_irq
223 priority_offset = (is->is_irq / 4);
224 reg = INTC_READ(tzic, TZIC_PRIORITY(priority_offset));
227 INTC_WRITE(tzic, TZIC_PRIORITY(priority_offset), reg);

Completed in 49 milliseconds