/u-boot/lib/efi_loader/ |
A D | efi_gop.c | 90 u32 operation, efi_uintn_t sx, in gop_blt_int() argument 118 if (sx + width > linelen) in gop_blt_int() 187 pix = buffer[slineoff + j + sx]; in gop_blt_int() 193 slineoff + j + sx]; in gop_blt_int() 196 slineoff + j + sx]); in gop_blt_int() 259 u32 foo, efi_uintn_t sx, in gop_blt_video_fill() argument 271 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid16() argument 282 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid32() argument 293 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_vid() argument 305 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_buf() argument [all …]
|
/u-boot/tools/kermit/ |
A D | dot.kermrc | 15 define sx !sx \%1 \%2 \%3 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
|
/u-boot/tools/ |
A D | mrvl_uart.sh | 24 tools=( dd stty sx minicom ) 111 sx -vv $file > $port < $port
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_bitblt.c | 66 efi_uintn_t dx, sx, width; in notify() local 78 sx = 0; in notify() 83 sx = WIDTH - *pos; in notify() 88 gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, sx, 0, dx, DEPTH, in notify()
|
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp.c | 242 int sx = plane->left; in dp_plane_layer_setup() local 244 int ex = sx + plane->width - 1; in dp_plane_layer_setup() 262 nx_mlc_set_position(module, layer, sx, sy, ex, ey); in dp_plane_layer_setup() 271 __func__, plane->fb_base, sx, sy, ex, ey, in dp_plane_layer_setup()
|
/u-boot/drivers/video/nexell/soc/ |
A D | s5pxx18_soc_mlc.h | 183 void nx_mlc_set_position(u32 module_index, u32 layer, s32 sx, 192 u32 region, s32 sx,
|
A D | s5pxx18_soc_mlc.c | 651 void nx_mlc_set_position(u32 module_index, u32 layer, s32 sx, s32 sy, in nx_mlc_set_position() argument 658 writel((((u32)sx & 0xffful) << 16) | ((u32)ex & 0xffful), in nx_mlc_set_position() 664 writel((((u32)sx & 0xffful) << 16) | ((u32)ex & 0xffful), in nx_mlc_set_position() 670 writel((((u32)sx & 0xffful) << 16) | ((u32)ex & 0xffful), in nx_mlc_set_position() 727 u32 region, s32 sx, s32 sy, in nx_mlc_set_rgblayer_invalid_position() argument 737 ((sx & 0x7ff) << 16) | (ex & 0x7ff)), in nx_mlc_set_rgblayer_invalid_position() 746 ((sx & 0x7ff) << 16) | (ex & 0x7ff)), in nx_mlc_set_rgblayer_invalid_position()
|
/u-boot/scripts/ |
A D | kernel-doc | 1658 my ($px, $sx); 1661 foreach $sx (0 .. $#sects) { 1676 if ($prm_clean eq $sects[$sx]) { 1685 "'$sects[$sx]' " .
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 1230 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) in stbtt__close_shape() argument 1235 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape() 1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape() 1240 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline,sx,sy,0,0); in stbtt__close_shape() 1263 stbtt_int32 x,y,cx,cy,sx,sy, scx,scy; in stbtt_GetGlyphShape() local 1331 sx = sy = cx = cy = scx = scy = 0; in stbtt_GetGlyphShape() 1350 sx = (x + (stbtt_int32) vertices[off+i+1].x) >> 1; in stbtt_GetGlyphShape() 1354 sx = (stbtt_int32) vertices[off+i+1].x; in stbtt_GetGlyphShape() 1359 sx = x; in stbtt_GetGlyphShape() 1362 stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove,sx,sy,0,0); in stbtt_GetGlyphShape() [all …]
|
A D | mx3fb.c | 296 u32 sx:10; member
|
/u-boot/include/linux/ |
A D | fb.h | 208 __u32 sx; member
|
/u-boot/include/ |
A D | efi_api.h | 1314 u32 operation, efi_uintn_t sx,
|