r92c_llt_write
int r92c_llt_write(struct rtwn_softc *, uint32_t, uint32_t);
if ((error = r92c_llt_write(sc, i, 0xff)) != 0)
if ((error = r92c_llt_write(sc, i, i + 1)) != 0)
error = r92c_llt_write(sc, i, sc->page_count + 1);
if ((error = r92c_llt_write(sc, i, i + 1)) != 0)