| /kernel/lib/pci/ |
| A D | pio.cpp | 28 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 D | reg.h | 18 #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 D | gfx.h | 31 unsigned width; member 48 uint width; member
|
| /kernel/lib/gfx/ |
| A D | gfx.cpp | 95 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 D | display.h | 34 uint width; member
|
| /kernel/syscalls/ |
| A D | ddk_pci.cpp | 461 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 D | ddk.cpp | 129 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 D | second_level_pt.cpp | 23 uint width; in compute_vaddr_mask() local
|
| /kernel/object/ |
| A D | resource_dispatcher.cpp | 234 static void pad_field(int width) { in pad_field()
|
| /kernel/lib/libc/ |
| A D | printf.c | 205 int width = va_arg(ap, int); in PRINTF_DECL() local
|