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

/freebsd-10.0-release/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.h91 #define TERASIC_MTL_COLS 100 macro
H A Dterasic_mtl_syscons.c108 vi->vi_width = TERASIC_MTL_COLS;
429 malloc(sizeof(uint16_t) * TERASIC_MTL_ROWS * TERASIC_MTL_COLS,

Completed in 53 milliseconds