Searched refs:hlcd_sc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dhd44780_subr.c134 if (row > 0 && (hdscr->hlcd_sc->sc_flags & (HD_MULTILINE|HD_MULTICHIP)))
135 hdscr->image[hdscr->hlcd_sc->sc_cols * row + col] = c;
148 if ((dstcol + ncols - 1) > hdscr->hlcd_sc->sc_cols)
149 ncols = hdscr->hlcd_sc->sc_cols - srccol;
151 if (row > 0 && (hdscr->hlcd_sc->sc_flags & (HD_MULTILINE|HD_MULTICHIP)))
152 memmove(&hdscr->image[hdscr->hlcd_sc->sc_cols * row + dstcol],
153 &hdscr->image[hdscr->hlcd_sc->sc_cols * row + srccol],
168 if ((startcol + ncols) > hdscr->hlcd_sc->sc_cols)
169 ncols = hdscr->hlcd_sc->sc_cols - startcol;
171 if (row > 0 && (hdscr->hlcd_sc
[all...]
H A Dhd44780var.h86 struct hd44780_chip *hlcd_sc; member in struct:hlcd_screen

Completed in 100 milliseconds