Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A Defi_selftest_bitblt.c13 #define WIDTH 200 macro
73 if (*pos >= WIDTH + gop->mode->info->width) in notify()
76 width = WIDTH; in notify()
77 dx = *pos - WIDTH; in notify()
81 } else if (*pos < WIDTH) { in notify()
83 sx = WIDTH - *pos; in notify()
128 WIDTH * HEIGHT, (void **)&bitmap); in setup()
134 for (x = 0; x < WIDTH; ++x) { in setup()
191 bitmap[WIDTH * y + x] = pix; in setup()
260 WIDTH, HEIGHT, 0); in execute()
[all …]
/u-boot/drivers/demo/
A Ddemo-shape.c20 #define WIDTH 8 macro
41 { 0, WIDTH, 0, 0 }, in shape_hello()
42 { HEIGHT / 2 - 1, WIDTH - HEIGHT / 2 + 1, -1, 1}, in shape_hello()
62 for (pos = 0; pos < WIDTH; pos++) { in shape_hello()
/u-boot/drivers/video/
A Dseps525.c20 #define WIDTH 160 macro
287 uc_priv->xsize = WIDTH; in seps525_probe()
304 plat->size = WIDTH * HEIGHT * 16; in seps525_bind()
/u-boot/drivers/memory/
A Dti-aemif.c63 set_config_field(tmp, WIDTH, cfg->width); in aemif_configure()

Completed in 6 milliseconds