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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw_defs.h37 #define IGU_PF_CONF_INT_LINE_EN (0x1<<2) /* INT enable */ macro
H A Decore_int.c1892 igu_pf_conf |= IGU_PF_CONF_INT_LINE_EN;
/freebsd-13-stable/sys/dev/bxe/
H A Decore_reg.h3584 #define IGU_PF_CONF_INT_LINE_EN (0x1<<2) /* INT enable */ macro
H A Dbxe.c10330 val &= ~(IGU_PF_CONF_INT_LINE_EN |
10338 val &= ~IGU_PF_CONF_INT_LINE_EN;
10344 val |= (IGU_PF_CONF_INT_LINE_EN |
10438 IGU_PF_CONF_INT_LINE_EN |

Completed in 453 milliseconds