Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c1708 assert(config->jobRingInterface[0]); in CAAM_Init()
1709 if (NULL == config->jobRingInterface[0]) in CAAM_Init()
1719 s_jr0 = config->jobRingInterface[0]; in CAAM_Init()
1725 if (config->jobRingInterface[1] != NULL) in CAAM_Init()
1727 s_jr1 = config->jobRingInterface[1]; in CAAM_Init()
1735 if (config->jobRingInterface[2] != NULL) in CAAM_Init()
1737 s_jr2 = config->jobRingInterface[2]; in CAAM_Init()
1745 if (config->jobRingInterface[3] != NULL) in CAAM_Init()
1747 s_jr3 = config->jobRingInterface[3]; in CAAM_Init()
Dfsl_caam.h187 caam_job_ring_interface_t *jobRingInterface[4]; member