Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/cavium/nitrox/
Dnitrox_isr.c199 union nps_core_int_active core_int_active; in clear_nps_core_int_active() local
201 core_int_active.value = nitrox_read_csr(ndev, NPS_CORE_INT_ACTIVE); in clear_nps_core_int_active()
203 if (core_int_active.s.nps_core) in clear_nps_core_int_active()
206 if (core_int_active.s.nps_pkt) in clear_nps_core_int_active()
209 if (core_int_active.s.pom) in clear_nps_core_int_active()
212 if (core_int_active.s.pem) in clear_nps_core_int_active()
215 if (core_int_active.s.lbc) in clear_nps_core_int_active()
218 if (core_int_active.s.efl) in clear_nps_core_int_active()
221 if (core_int_active.s.bmi) in clear_nps_core_int_active()
225 core_int_active.s.resend = 1; in clear_nps_core_int_active()
[all …]