Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_tzicreg.h76 #define TZIC_ENSET(n) (0x0100 + 0x04 * (n)) macro
H A Dtzic.c103 tzic_write_4(sc, TZIC_ENSET(irq >> 5), (1u << (irq & 0x1f))); in tzic_irq_unmask()