Searched refs:readw (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/dev/hptmv/
H A Dmv.c77 return readw((void *)((ULONG_PTR)base + offset));
/freebsd-12-stable/sys/mips/atheros/
H A Dar71xx_bus_space_reversed.c175 return readw(h + (o &~ 3) + (2 - (o & 3)));
H A Dar71xx_pci_bus_space.c178 return readw(h + (o &~ 3) + (2 - (o & 3)));
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dio.h159 #undef readw macro
161 readw(const volatile void *addr) function
170 #define readw(addr) readw(addr) macro
312 return (readw(addr));
/freebsd-12-stable/sys/dev/syscons/
H A Dscvtb.c126 return (readw(sc_vtb_pointer(vtb, at)) & 0x00ff);
137 return (readw(sc_vtb_pointer(vtb, at)) & 0xff00);
/freebsd-12-stable/sys/mips/include/
H A Dcpufunc.h385 #define readw(va) (*(volatile uint16_t *) (va)) macro
/freebsd-12-stable/sys/mips/malta/
H A Dgt_pci_bus_space.c220 #define rd16(a) le16toh(readw(a))
/freebsd-12-stable/sys/dev/fb/
H A Dfbreg.h69 #define readw(a) ofwfb_readw((u_int16_t *)(a)) macro
101 #define readw(a) (*(uint16_t*)(a)) macro
H A Dvga.c797 v = readw(buf);
799 if (readw(buf) != 0xA55A)
3063 readw(BIOS_PADDRTOVADDR(0x463)),
/freebsd-12-stable/sys/mips/sibyte/
H A Dsb_zbpci.c507 return (readw(addr2));
/freebsd-12-stable/sys/mips/mips/
H A Dbus_space_generic.c215 #define rd16(a) readw(a)
/freebsd-12-stable/sys/i386/include/
H A Dcpufunc.h50 #define readw(va) (*(volatile uint16_t *) (va)) macro
/freebsd-12-stable/sys/amd64/include/
H A Dcpufunc.h51 #define readw(va) (*(volatile uint16_t *) (va)) macro

Completed in 323 milliseconds