Home
last modified time | relevance | path

Searched refs:isa_inb (Results 1 – 2 of 2) sorted by relevance

/dragonfly/stand/boot/pc32/loader/
H A Dmain.c98 static int isa_inb(int port);
277 archsw.arch_isainb = isa_inb; in main()
394 isa_inb(int port) in isa_inb() function
/dragonfly/stand/boot/common/
H A Dconsole.c129 isa_inb(int port) in isa_inb() function
166 while ((isa_inb(0x3f8+5) & 0x20) == 0) /* wait tx ready */ in putchar()