Home
last modified time | relevance | path

Searched refs:inb (Results 76 – 77 of 77) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c9308 while ((inb(CPR_LSTAT) & CPR_RXR) != CPR_RXR) in pm_getchar()
9311 return (inb(CPR_DATAREG)); in pm_getchar()
9318 while ((inb(CPR_LSTAT) & CPR_TXR) == 0) in pm_putchar()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1319 * stage2/serial.c [!GRUB_UTIL] (inb): Added a delay into this
7985 (VIRTUAL_TO_PHYS) (inb) (outb) (cmos_write_byte)
7989 (VIRTUAL_TO_PHYS) (inb) (outb) (cmos_write_byte)
8923 (inb, outb): Move to cmdline.c, since it's only used there.

1234