Home
last modified time | relevance | path

Searched refs:writeb (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c156 #undef writeb
162 #define writeb outb macro
317 writeb(nic->node_addr[i], ioaddr + StationAddr + i); in w89c840_reset()
H A Dio.h87 #define writeb(b,addr) ((*(volatile unsigned char *) (addr)) = (b)) macro
H A Dr8169.c121 #define RTL_W8(reg, val8) writeb ((val8), ioaddr + (reg))
H A Dsundance.c422 writeb(0x01, BASE + DebugCtrl1); in sundance_reset()
H A Dvia-rhine.c1083 writeb(0x60 | 0x01, byTCR); in rhine_disable()
H A Dtg3.c107 #define tw8(reg,val) writeb(((val) & 0xff), tg3.regs + (reg))