Home
last modified time | relevance | path

Searched defs:width (Results 1 – 15 of 15) sorted by relevance

/lk-master/top/include/lk/
A Dreg.h18 #define RMWREG64(addr, startbit, width, val) *REG64(addr) = (*REG64(addr) & ~(((1<<(width)) - 1) <<… argument
19 #define RMWREG32(addr, startbit, width, val) *REG32(addr) = (*REG32(addr) & ~(((1<<(width)) - 1) <<… argument
20 #define RMWREG16(addr, startbit, width, val) *REG16(addr) = (*REG16(addr) & ~(((1<<(width)) - 1) <<… argument
21 #define RMWREG8(addr, startbit, width, val) *REG8(addr) = (*REG8(addr) & ~(((1<<(width)) - 1) << (s… argument
/lk-master/lib/gfx/
A Dgfx.c81 void gfx_copyrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint y2) { in gfx_copyrect()
112 void gfx_fillrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in gfx_fillrect()
165 static void copyrect8(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint … in copyrect8()
200 static void fillrect8(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect8()
216 static void copyrect16(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint… in copyrect16()
251 static void fillrect16(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect16()
267 static void copyrect32(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint… in copyrect32()
302 static void fillrect32(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect32()
418 uint width = source->width; in gfx_surface_blend() local
545 gfx_surface *gfx_create_surface(void *ptr, uint width, uint height, uint stride, gfx_format format)… in gfx_create_surface()
/lk-master/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c201 unsigned int width, unsigned int flags) { in _out_rev()
229 bool negative, unsigned int base, unsigned int prec, unsigned int width, in _ntoa_format()
280 … unsigned long base, unsigned int prec, unsigned int width, unsigned int flags) { in _ntoa_long()
306 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, in _ntoa_long_long()
343 unsigned int width, unsigned int flags) { in _ftoa()
468 unsigned int width, unsigned int flags) { in _etoa()
580 unsigned int flags, width, precision, n; in _vsnprintf() local
/lk-master/dev/class/
A Dfb_api.c12 status_t class_fb_set_mode(struct device *dev, size_t width, size_t height, size_t bpp) { in class_fb_set_mode()
45 status_t class_fb_update_region(struct device *dev, size_t x, size_t y, size_t width, size_t height… in class_fb_update_region()
/lk-master/dev/virtio/gpu/
A Dvirtio-gpu.c155 …cate_2d_resource(struct virtio_gpu_dev *gdev, uint32_t *resource_id, uint32_t width, uint32_t heig… in allocate_2d_resource()
238 …uct virtio_gpu_dev *gdev, uint32_t scanout_id, uint32_t resource_id, uint32_t width, uint32_t heig… in set_scanout()
272 static status_t flush_resource(struct virtio_gpu_dev *gdev, uint32_t resource_id, uint32_t width, u… in flush_resource()
305 …ansfer_to_host_2d(struct virtio_gpu_dev *gdev, uint32_t resource_id, uint32_t width, uint32_t heig… in transfer_to_host_2d()
A Dvirtio_gpu.h109 uint32_t width; member
125 uint32_t width; member
/lk-master/dev/include/dev/
A Ddisplay.h45 uint width; member
54 uint width; member
A Dfbcon.h34 unsigned width; member
/lk-master/external/platform/pico/rp2_common/boot_stage2/
A Dpad_checksum16 def bitrev(x, width): argument
/lk-master/dev/include/dev/class/
A Dfb.h16 size_t width; member
/lk-master/lib/gfx/include/lib/
A Dgfx.h47 uint width; member
/lk-master/platform/stellaris/
A Dusbc.c212 status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width, ep_type_t type) { in usbc_setup_endpoint()
/lk-master/lib/tga/
A Dtga.c33 uint16_t width; member
/lk-master/platform/stm32f7xx/
A Dusbc.c226 status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width, ep_type_t type) { in usbc_setup_endpoint()
/lk-master/platform/stm32f0xx/
A Dusbc.c262 status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width, ep_type_t type) { in usbc_setup_endpoint()

Completed in 24 milliseconds