Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dio.h87 #define writew(b,addr) ((*(volatile unsigned short *) (addr)) = (b)) macro
H A Dw89c840.c157 #undef writew
163 #define writew outw 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))