Home
last modified time | relevance | path

Searched refs:WIDTH (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/demo/
H A Ddemo-shape.c19 #define WIDTH 8 macro
40 { 0, WIDTH, 0, 0 }, in shape_hello()
41 { HEIGHT / 2 - 1, WIDTH - HEIGHT / 2 + 1, -1, 1}, in shape_hello()
61 for (pos = 0; pos < WIDTH; pos++) { in shape_hello()
/rk3399_rockchip-uboot/drivers/memory/
H A Dti-aemif.c64 set_config_field(tmp, WIDTH, cfg->width); in aemif_configure()