Home
last modified time | relevance | path

Searched full:jobs (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a-3.7.0/drivers/nxp/crypto/caam/src/
Dsec_hw_specific.c54 /* ORJR - Output Ring Jobs Removed Register shows how many jobs were
68 * decremented by the hardware by the number of jobs enqueued.
78 /* ORSFR - Output Ring Slots Full register holds the number of jobs which were
312 ERROR("Removed too many jobs from job ring\n"); in hw_job_ring_error()
315 ERROR("Added too many jobs on job ring\n"); in hw_job_ring_error()
401 /* Discard all jobs */ in hw_flush_job_ring()
462 * If limit < 0 -> notify all done jobs in hw_poll_job_ring()
463 * If limit > total number of done jobs -> notify all done jobs in hw_poll_job_ring()
465 * If limit > 0 && limit < total number of done jobs -> notify a number in hw_poll_job_ring()
466 * of done jobs equal with limit in hw_poll_job_ring()
[all …]
Dsec_jr_driver.c175 VERBOSE("Jobs notified[%d]. ", notified_descs_no); in dequeue_jr()
/trusted-firmware-a-3.7.0/include/drivers/nxp/crypto/caam/
Dsec_hw_specific.h229 * Consumer index for job ring (jobs array).
239 /* Producer index for job ring (jobs array) */
410 * @brief Poll the HW for already processed jobs in the JR
411 * and notify the available jobs to UA.
414 * @param [in] limit The maximum number of jobs to notify.
416 * jobs are notified.
418 * @retval >=0 for No of jobs notified to UA.
424 /* @brief Poll the HW for already processed jobs in the JR
425 * and silently discard the available jobs or notify them to UA
494 * IRJA - Input Ring Jobs Added Register shows
[all …]
Dcaam.h35 /* This function is used to submit jobs to JR */
/trusted-firmware-a-3.7.0/
D.readthedocs.yaml19 jobs:
/trusted-firmware-a-3.7.0/docs/process/
Dcontributing.rst171 Various CI Jobs are deployed which run tests on every patch before being
192 for placing all the test scripts which will be executed by the CI Jobs.
236 - Considering this, we have other distinguished CI jobs which run a set of test
/trusted-firmware-a-3.7.0/docs/plat/
Dqemu.rst183 For more information on how to trigger jobs in OpenCI, please refer to