bcmfb_putc
static vi_putc_t bcmfb_putc;
.putc = bcmfb_putc,
bcmfb_putc(adp, off + i, s[i] & 0xff, (s[i] & 0xff00) >> 8);