Home
last modified time | relevance | path

Searched refs:writew (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c157 #undef writew
163 #define writew outw macro
H A Dio.h88 #define writew(b,addr) ((*(volatile unsigned short *) (addr)) = (b)) macro
H A Dr8169.c122 #define RTL_W16(reg, val16) writew ((val16), ioaddr + (reg))
H A Dvia-rhine.c1085 writew(CR_STOP, byCR0); in rhine_disable()
H A Dtg3.c106 #define tw16(reg,val) writew(((val) & 0xffff), tg3.regs + (reg))
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h52 #define writew(va, d) (*(volatile uint16_t *) (va) = (d)) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h54 #define writew(va, d) (*(volatile uint16_t *) (va) = (d)) macro