Home
last modified time | relevance | path

Searched refs:readw (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/include/asm/
H A Dio.h45 #undef readw
47 readw(const volatile void __iomem *addr) in readw() function
/dragonfly/sys/dev/raid/hptmv/
H A Dmv.c72 return readw((void *)((ULONG_PTR)base + offset)); in MV_REG_READ_WORD()
/dragonfly/sys/dev/misc/syscons/
H A Dscvtb.c149 return (readw(vtb->vtb_buffer + at) & 0x00ff); in sc_vtb_getc()
158 return (readw(vtb->vtb_buffer + at) & 0xff00); in sc_vtb_geta()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_os_linux.h32 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset))
/dragonfly/sys/bus/smbus/
H A Dsmbus_if.m114 METHOD int readw {
/dragonfly/sys/dev/video/fb/
H A Dvga.c549 v = readw(buf); in verify_adapter()
551 if (readw(buf) != 0xA55A) in verify_adapter()
1993 readw(BIOS_PADDRTOVADDR(0x463)), in vga_diag()
/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h55 #define readw(va) (*(volatile u_int16_t *) (va)) macro
/dragonfly/sys/dev/drm/radeon/
H A Dradeon.h2535 #define RREG16(reg) readw((rdev->rmmio) + (reg))