Searched refs:outb (Results 76 - 85 of 85) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c36 #pragma weak outb
429 if (inb == NULL || outb == NULL) {
451 outb(0x70, 0x09 + i);
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c613 outb(APIC_IMCR_P1, (uchar_t)APIC_IMCR_SELECT);
614 outb(APIC_IMCR_P2, (uchar_t)APIC_IMCR_APIC);
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c713 outb(port, (uint8_t)local_data);
/illumos-gate/usr/src/common/ficl/
H A Dloader.c819 * outb ( port# c -- )
830 outb(port, c);
1043 ficlDictionarySetPrimitive(dp, "outb", ficlOutb, FICL_WORD_DEFAULT);
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c288 outb(CMOS_ADDR, CMOS_FDRV);
364 outb(CMOS_ADDR, CMOS_FDRV);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c505 outb((TLAN_HC_INT_ON >> 8), BASE + TLAN_HOST_CMD + 1);
507 outb( ( TLAN_HC_REQ_INT >> 8 ), BASE + TLAN_HOST_CMD + 1 );
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1822 extern void outb(int port, uint8_t value);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1122 caddr_t outb, end_outb; local
1153 outb = outbuf = (char *)kmem_alloc((uint32_t)bufsize, KM_SLEEP);
1154 end_outb = outb + bufsize;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c874 outb(Address, Value);
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c9333 outb(CPR_DATAREG, c);

Completed in 1219 milliseconds

1234