Searched refs:rv2p_code (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/bce/
H A Dif_bce.c3936 bce_load_rv2p_fw(struct bce_softc *sc, const u32 *rv2p_code, argument
3950 REG_WR(sc, BCE_RV2P_INSTR_HIGH, *rv2p_code);
3951 rv2p_code++;
3952 REG_WR(sc, BCE_RV2P_INSTR_LOW, *rv2p_code);
3953 rv2p_code++;

Completed in 69 milliseconds