Searched refs:writeb (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/lib/libarch/alpha/ |
| D | io.c | 130 writeb(void *handle, u_int32_t offset, u_int8_t val) in writeb() function 132 ops->writeb(handle, offset, val); in writeb() 153 ops->writeb(handle, offset, val); in writeb_nb()
|
| D | io.h | 43 void (*writeb)(void *, u_int32_t, u_int8_t); member
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | io.h | 164 #define writeb(v, p) iowrite8(v, p) macro
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon.h | 2549 #define WREG8(reg, v) writeb(v, (rdev->rmmio) + (reg))
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_device.c | 727 writeb(value, adev->rmmio + offset); in amdgpu_mm_wreg8()
|