Searched refs:core_int (Results 1 – 3 of 3) sorted by relevance
186 i, core_int.value); in clear_efl_err_intr()187 if (core_int.s.se_err) { in clear_efl_err_intr()231 if (core_int.s.nps_core) in nps_core_int_isr()234 if (core_int.s.nps_pkt) in nps_core_int_isr()237 if (core_int.s.pom) in nps_core_int_isr()240 if (core_int.s.pem) in nps_core_int_isr()243 if (core_int.s.lbc) in nps_core_int_isr()246 if (core_int.s.efl) in nps_core_int_isr()249 if (core_int.s.bmi) in nps_core_int_isr()253 if (core_int.s.mbox) in nps_core_int_isr()[all …]
252 union nps_core_int_ena_w1s core_int; in enable_nps_core_interrupts() local255 core_int.value = 0; in enable_nps_core_interrupts()256 core_int.s.host_wr_err = 1; in enable_nps_core_interrupts()257 core_int.s.host_wr_timeout = 1; in enable_nps_core_interrupts()258 core_int.s.exec_wr_timeout = 1; in enable_nps_core_interrupts()259 core_int.s.npco_dma_malform = 1; in enable_nps_core_interrupts()260 core_int.s.host_nps_wr_err = 1; in enable_nps_core_interrupts()261 nitrox_write_csr(ndev, NPS_CORE_INT_ENA_W1S, core_int.value); in enable_nps_core_interrupts()
3461 uint64_t core_int:1; member3467 uint64_t core_int:1;3487 uint64_t core_int:1; member3493 uint64_t core_int:1;
Completed in 27 milliseconds