Lines Matching defs:addr
22 static void ecore_init_str_wr(struct bnx2x_softc *sc, uint32_t addr, in ecore_init_str_wr()
31 static void ecore_write_big_buf(struct bnx2x_softc *sc, uint32_t addr, in ecore_write_big_buf()
42 static void ecore_init_fill(struct bnx2x_softc *sc, uint32_t addr, int fill, in ecore_init_fill()
58 static void ecore_write_big_buf_wb(struct bnx2x_softc *sc, uint32_t addr, uint32_t len) in ecore_write_big_buf_wb()
68 static void ecore_init_wr_64(struct bnx2x_softc *sc, uint32_t addr, in ecore_init_wr_64()
101 #define IF_IS_INT_TABLE_ADDR(base, addr) \ argument
104 #define IF_IS_PRAM_ADDR(base, addr) \ argument
107 static const uint8_t *ecore_sel_blob(struct bnx2x_softc *sc, uint32_t addr, in ecore_sel_blob()
137 static void ecore_init_wr_wb(struct bnx2x_softc *sc, uint32_t addr, in ecore_init_wr_wb()
159 static void ecore_init_wr_zp(struct bnx2x_softc *sc, uint32_t addr, uint32_t len, in ecore_init_wr_zp()
190 uint32_t op_idx, op_type, addr, len; in ecore_init_block() local