Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_pruss.h37 #define PRUSS_AM33XX_INTC 0x20000 macro
39 #define PRUSS_INTC_GER (PRUSS_AM33XX_INTC + 0x0010)
40 #define PRUSS_INTC_SISR (PRUSS_AM33XX_INTC + 0x0020)
41 #define PRUSS_INTC_SICR (PRUSS_AM33XX_INTC + 0x0024)
42 #define PRUSS_INTC_EISR (PRUSS_AM33XX_INTC + 0x0028)
43 #define PRUSS_INTC_EICR (PRUSS_AM33XX_INTC + 0x002C)
46 #define PRUSS_INTC_SECR0 (PRUSS_AM33XX_INTC + 0x0280)
47 #define PRUSS_INTC_SECR1 (PRUSS_AM33XX_INTC + 0x0284)
51 #define PRUSS_INTC_SIPR0 (PRUSS_AM33XX_INTC + 0x0D00)
52 #define PRUSS_INTC_SIPR1 (PRUSS_AM33XX_INTC + 0x0D04)
[all …]
H A Dti_pruss.c687 if (ti_pruss_reg_read(sc, PRUSS_AM33XX_INTC) == PRUSS_AM33XX_REV) in ti_pruss_attach()