Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/broadcom/
Dbnx2.c4825 val = BNX2_PCICFG_MISC_CONFIG_CORE_RST_REQ | in bnx2_reset_chip()
4843 if ((val & (BNX2_PCICFG_MISC_CONFIG_CORE_RST_REQ | in bnx2_reset_chip()
4849 if (val & (BNX2_PCICFG_MISC_CONFIG_CORE_RST_REQ | in bnx2_reset_chip()
Dbnx2.h396 #define BNX2_PCICFG_MISC_CONFIG_CORE_RST_REQ (1L<<8) macro