wm_eeprom_sendbits
static void wm_eeprom_sendbits(struct wm_softc *, uint32_t, int);
wm_eeprom_sendbits(sc, UWIRE_OPC_READ, 3);
wm_eeprom_sendbits(sc, word + i, sc->sc_nvm_addrbits);
wm_eeprom_sendbits(sc, SPI_OPC_RDSR, 8);
wm_eeprom_sendbits(sc, opc, 8);
wm_eeprom_sendbits(sc, word << 1, sc->sc_nvm_addrbits);