Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c2433 u32 intr_status_hi = 0, intr_status_lo = 0; in ecore_int_igu_read_sisr_reg() local
2436 intr_status_lo = REG_RD(p_hwfn, in ecore_int_igu_read_sisr_reg()
2442 intr_status = ((u64)intr_status_hi << 32) + (u64)intr_status_lo; in ecore_int_igu_read_sisr_reg()