Searched refs:core_int (Results 1 – 3 of 3) sorted by relevance
179 union efl_core_int core_int; in clear_efl_err_intr() local183 core_int.value = nitrox_read_csr(ndev, offset); in clear_efl_err_intr()184 nitrox_write_csr(ndev, offset, core_int.value); in clear_efl_err_intr()186 i, core_int.value); in clear_efl_err_intr()187 if (core_int.s.se_err) { in clear_efl_err_intr()227 union nps_core_int_active core_int; in nps_core_int_isr() local229 core_int.value = nitrox_read_csr(ndev, NPS_CORE_INT_ACTIVE); in nps_core_int_isr()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()[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;