Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dio.h160 #undef readw
162 readw(const volatile void *addr) in readw() function
171 #define readw(addr) readw(addr) macro
313 return (readw(addr)); in ioread16()
H A Diosys-map.h130 uint16_t: readw(addr), \
/freebsd/sys/dev/hptmv/
H A Dmv.c75 return readw((void *)((ULONG_PTR)base + offset)); in MV_REG_READ_WORD()
/freebsd/sys/dev/syscons/
H A Dscvtb.c121 return (readw(sc_vtb_pointer(vtb, at)) & 0x00ff); in sc_vtb_getc()
130 return (readw(sc_vtb_pointer(vtb, at)) & 0xff00); in sc_vtb_geta()
/freebsd/sys/dev/fb/
H A Dfbreg.h60 #define readw(a) ofwfb_readw((u_int16_t *)(a)) macro
83 #define readw(a) (*(uint16_t*)(a)) macro
H A Dvga.c746 v = readw(buf); in verify_adapter()
748 if (readw(buf) != 0xA55A) in verify_adapter()
3020 readw(BIOS_PADDRTOVADDR(0x463)), in vga_diag()
/freebsd/sys/dev/smbus/
H A Dsmbus_if.m112 METHOD int readw {
/freebsd/sys/i386/include/
H A Dcpufunc.h44 #define readw(va) (*(volatile uint16_t *) (va)) macro
/freebsd/sys/amd64/include/
H A Dcpufunc.h49 #define readw(va) (*(volatile uint16_t *) (va)) macro
/freebsd/sys/contrib/dev/rtw88/
H A Dpci.c78 return readw(rtwpci->mmap + addr); in rtw_pci_read16()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c1673 return readw(rtwpci->mmap + addr); in rtw89_pci_ops_read16()