Searched refs:TERASIC_MTL_COLS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_text.c147 KASSERT(x < TERASIC_MTL_COLS, ("%s: TERASIC_MTL_COLS", __func__));
150 offset = sizeof(uint16_t) * (x + y * TERASIC_MTL_COLS);
H A Dterasic_mtl.h101 #define TERASIC_MTL_COLS 100 macro
H A Dterasic_mtl_syscons.c108 vi->vi_width = TERASIC_MTL_COLS;
413 malloc(sizeof(uint16_t) * TERASIC_MTL_ROWS * TERASIC_MTL_COLS,

Completed in 102 milliseconds