Searched refs:rv2p_code (Results 1 – 1 of 1) sorted by relevance
2624 bce_load_rv2p_fw(struct bce_softc *sc, uint32_t *rv2p_code, in bce_load_rv2p_fw() argument2631 REG_WR(sc, BCE_RV2P_INSTR_HIGH, *rv2p_code); in bce_load_rv2p_fw()2632 rv2p_code++; in bce_load_rv2p_fw()2633 REG_WR(sc, BCE_RV2P_INSTR_LOW, *rv2p_code); in bce_load_rv2p_fw()2634 rv2p_code++; in bce_load_rv2p_fw()