MP_WritePhyOcpRegWord
static void MP_WritePhyOcpRegWord __P((struct re_softc*, u_int16_t, u_int8_t, u_int16_t));
MP_WritePhyOcpRegWord(sc, sc->cur_page, RegAddr, RegData);
void MP_WritePhyOcpRegWord(struct re_softc *, u_int16_t, u_int8_t, u_int16_t);
MP_WritePhyOcpRegWord(sc, 0x0C41, 0x13, 0x0000);
MP_WritePhyOcpRegWord(sc, 0x0C41, 0x13, 0x0050);
MP_WritePhyOcpRegWord(sc, 0x0C41, 0x13, 0x0000);
MP_WritePhyOcpRegWord(sc, 0x0C41, 0x13, 0x0500);