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

/freebsd-11-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.c1894 igu_pf_conf |= IGU_PF_CONF_INT_LINE_EN;
/freebsd-11-stable/sys/dev/bxe/
H A Decore_reg.h3582 #define IGU_PF_CONF_INT_LINE_EN (0x1<<2) /* INT enable */ macro
H A Dbxe.c10366 val &= ~(IGU_PF_CONF_INT_LINE_EN |
10374 val &= ~IGU_PF_CONF_INT_LINE_EN;
10380 val |= (IGU_PF_CONF_INT_LINE_EN |
10474 IGU_PF_CONF_INT_LINE_EN |

Completed in 264 milliseconds