Home
last modified time | relevance | path

Searched refs:peri_id (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/plat-sam/
H A Dplatform_sama7g5.c40 .peri_id = ID_DWDT_SW,
45 .peri_id = ID_DWDT_NSW,
50 .peri_id = ID_DWDT_NSW_ALARM,
55 .peri_id = ID_SCKC,
60 .peri_id = ID_SHDWC,
65 .peri_id = ID_RSTC,
70 .peri_id = ID_RTC,
75 .peri_id = ID_RTT,
80 .peri_id = ID_CHIPID,
85 .peri_id = ID_PMC,
[all …]
H A Dplatform_sama5d2.c64 .peri_id = AT91C_ID_PMC,
70 .peri_id = AT91C_ID_ARM,
75 .peri_id = AT91C_ID_PIT,
81 .peri_id = AT91C_ID_WDT,
87 .peri_id = AT91C_ID_GMAC,
93 .peri_id = AT91C_ID_XDMAC0,
99 .peri_id = AT91C_ID_XDMAC1,
105 .peri_id = AT91C_ID_ICM,
111 .peri_id = AT91C_ID_AES,
117 .peri_id = AT91C_ID_AESB,
[all …]
H A Dmatrix.c93 static const struct peri_security *get_peri_security(unsigned int peri_id) in get_peri_security() argument
100 if (p && peri_id == p->peri_id) in get_peri_security()
107 static int matrix_set_periph_world(unsigned int matrix, unsigned int peri_id, in matrix_set_periph_world() argument
111 unsigned int idx = peri_id / 32; in matrix_set_periph_world()
112 unsigned int bit = 0x01 << (peri_id % 32); in matrix_set_periph_world()
141 *id = p->peri_id; in matrix_dt_get_id()
149 int matrix_configure_periph_secure(unsigned int peri_id) in matrix_configure_periph_secure() argument
153 psec = get_peri_security(peri_id); in matrix_configure_periph_secure()
157 return matrix_set_periph_world(psec->matrix, peri_id, WORLD_SECURE); in matrix_configure_periph_secure()
166 unsigned int peri_id = 0; in matrix_configure_periph_non_secure() local
[all …]
H A Dmatrix.h63 unsigned int peri_id; member
83 int matrix_configure_periph_secure(unsigned int peri_id);
/optee_os/core/drivers/
H A Datmel_tcb.c160 unsigned int peri_id = AT91C_ID_TC0; in atmel_tcb_probe() local
177 res = matrix_dt_get_id(fdt, node, &peri_id); in atmel_tcb_probe()
184 matrix_configure_periph_secure(peri_id); in atmel_tcb_probe()