Searched refs:reg_poll (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 2066 static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms, in reg_poll() function
|
D | bnx2x_main.c | 7434 val = reg_poll(bp, CFC_REG_LL_INIT_DONE, 1, 100, 10); in bnx2x_init_hw_common() 7439 val = reg_poll(bp, CFC_REG_AC_INIT_DONE, 1, 100, 10); in bnx2x_init_hw_common() 7444 val = reg_poll(bp, CFC_REG_CAM_INIT_DONE, 1, 100, 10); in bnx2x_init_hw_common()
|