Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c4810 val = BNX2_PCICFG_MISC_CONFIG_CORE_RST_REQ | in bnx2_reset_chip()
4828 if ((val & (BNX2_PCICFG_MISC_CONFIG_CORE_RST_REQ | in bnx2_reset_chip()
4834 if (val & (BNX2_PCICFG_MISC_CONFIG_CORE_RST_REQ | in bnx2_reset_chip()
H A Dbnx2.h396 #define BNX2_PCICFG_MISC_CONFIG_CORE_RST_REQ (1L<<8) macro