Home
last modified time | relevance | path

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

/kernel/lib/pci/
A Dpio.cpp28 static constexpr uint32_t WidthMask(size_t width) { in WidthMask()
32 zx_status_t PioCfgRead(uint32_t addr, uint32_t* val, size_t width) { in PioCfgRead()
50 uint8_t offset, uint32_t* val, size_t width) { in PioCfgRead()
54 zx_status_t PioCfgWrite(uint32_t addr, uint32_t val, size_t width) { in PioCfgWrite()
76 uint8_t offset, uint32_t val, size_t width) { in PioCfgWrite()
/kernel/include/
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
/kernel/lib/gfx/include/lib/
A Dgfx.h31 unsigned width; member
48 uint width; member
/kernel/lib/gfx/
A Dgfx.cpp95 void gfx_copyrect(gfx_surface* surface, uint x, uint y, uint width, uint height, uint x2, uint y2) { in gfx_copyrect()
126 void gfx_fillrect(gfx_surface* surface, uint x, uint y, uint width, uint height, uint color) { in gfx_fillrect()
172 static void copyrect(gfx_surface* surface, uint x, uint y, uint width, uint height, uint x2, uint y… in copyrect()
208 static void fillrect(gfx_surface* surface, uint x, uint y, uint width, uint height, uint _color) { in fillrect()
331 uint width = source->width; in gfx_surface_blend() local
495 gfx_surface* gfx_create_surface(void* ptr, uint width, uint height, uint stride, gfx_format format,… in gfx_create_surface()
506 int gfx_init_surface(gfx_surface* surface, void* ptr, uint width, uint height, uint stride, gfx_for… in gfx_init_surface()
/kernel/include/dev/
A Ddisplay.h34 uint width; member
/kernel/syscalls/
A Dddk_pci.cpp461 zx_status_t sys_pci_config_read(zx_handle_t handle, uint16_t offset, size_t width, in sys_pci_config_read()
498 zx_status_t sys_pci_config_write(zx_handle_t handle, uint16_t offset, size_t width, uint32_t val) { in sys_pci_config_write()
539 … uint8_t offset, user_inout_ptr<uint32_t> val, size_t width, bool write) { in sys_pci_cfg_pio_rw()
776 zx_status_t sys_pci_config_read(zx_handle_t handle, uint16_t offset, size_t width, in sys_pci_config_read()
782 zx_status_t sys_pci_config_write(zx_handle_t handle, uint16_t offset, size_t width, uint32_t val) { in sys_pci_config_write()
788 … uint8_t offset, user_inout_ptr<uint32_t> val, size_t width, bool write) { in sys_pci_cfg_pio_rw()
A Dddk.cpp129 user_out_ptr<uint32_t> width, user_out_ptr<uint32_t> height, in sys_framebuffer_get_info()
156 …ndle_t hrsrc, zx_handle_t vmo_handle, uint32_t len, uint32_t format, uint32_t width, uint32_t heig… in sys_framebuffer_set_range()
/kernel/dev/iommu/intel/
A Dsecond_level_pt.cpp23 uint width; in compute_vaddr_mask() local
/kernel/object/
A Dresource_dispatcher.cpp234 static void pad_field(int width) { in pad_field()
/kernel/lib/libc/
A Dprintf.c205 int width = va_arg(ap, int); in PRINTF_DECL() local

Completed in 28 milliseconds