Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_hw_defs.h37 #define IGU_PF_CONF_INT_LINE_EN (0x1<<2) /* INT enable */ macro
Decore_int.c1894 igu_pf_conf |= IGU_PF_CONF_INT_LINE_EN; in ecore_int_igu_enable_int()
/freebsd-12-stable/sys/dev/bxe/
Decore_reg.h3584 #define IGU_PF_CONF_INT_LINE_EN (0x1<<2) /* INT enable */ macro
Dbxe.c10370 val &= ~(IGU_PF_CONF_INT_LINE_EN | in bxe_igu_int_enable()
10378 val &= ~IGU_PF_CONF_INT_LINE_EN; in bxe_igu_int_enable()
10384 val |= (IGU_PF_CONF_INT_LINE_EN | in bxe_igu_int_enable()
10478 IGU_PF_CONF_INT_LINE_EN | in bxe_igu_int_disable()