Searched refs:sc_cols (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dhd44780_subr.c56 #define COORD_TO_IDX(x, y) ((y) * sc->sc_cols + (x))
58 #define IDX_TO_ROW(idx) ((idx) / sc->sc_cols)
59 #define IDX_TO_COL(idx) ((idx) % sc->sc_cols)
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;
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
[all...]
H A Dhd44780var.h100 uint8_t sc_cols; /* visible columns */ member in struct:hd44780_chip
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dtoasterlcd.c123 sc->sc_hlcd.sc_cols = 40;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/tsarm/
H A Dtslcd.c139 sc->sc_hlcd.sc_cols = 24;
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/dev/
H A Dpanel.c150 sc->sc_lcd.sc_cols = PANEL_COLS;

Completed in 123 milliseconds