Searched refs:core_int (Results 1 – 3 of 3) sorted by relevance
178 union efl_core_int core_int; in clear_efl_err_intr() local182 core_int.value = nitrox_read_csr(ndev, offset); in clear_efl_err_intr()183 nitrox_write_csr(ndev, offset, core_int.value); in clear_efl_err_intr()185 i, core_int.value); in clear_efl_err_intr()186 if (core_int.s.se_err) { in clear_efl_err_intr()226 union nps_core_int_active core_int; in nps_core_int_isr() local228 core_int.value = nitrox_read_csr(ndev, NPS_CORE_INT_ACTIVE); in nps_core_int_isr()230 if (core_int.s.nps_core) in nps_core_int_isr()233 if (core_int.s.nps_pkt) in nps_core_int_isr()236 if (core_int.s.pom) in nps_core_int_isr()[all …]
251 union nps_core_int_ena_w1s core_int; in enable_nps_core_interrupts() local254 core_int.value = 0; in enable_nps_core_interrupts()255 core_int.s.host_wr_err = 1; in enable_nps_core_interrupts()256 core_int.s.host_wr_timeout = 1; in enable_nps_core_interrupts()257 core_int.s.exec_wr_timeout = 1; in enable_nps_core_interrupts()258 core_int.s.npco_dma_malform = 1; in enable_nps_core_interrupts()259 core_int.s.host_nps_wr_err = 1; in enable_nps_core_interrupts()260 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;