bfe_writephy
bfe_writephy(sc, 26, val & 0x7fff);
bfe_writephy(sc, 27, val | (1 << 6));
static int bfe_writephy(struct bfe_softc *, uint32_t, uint32_t);
bfe_writephy(sc, reg, val);
bfe_writephy(sc, 0, BMCR_RESET);