Home
last modified time | relevance | path

Searched refs:outb (Results 51 – 75 of 95) sorted by relevance

1234

/illumos-gate/usr/src/uts/intel/asm/
H A Dsunddi.h81 outb(int port, uint8_t value) in outb() function
/illumos-gate/usr/src/uts/intel/ml/
H A Dddi_i86_asm.S119 outb (%dx)
322 outb (%dx)
460 outb (%dx)
H A Di86_subr.S575 outb (%dx)
622 outb (%dx)
624 outb (%dx)
664 ENTRY(outb) function
667 outb (%dx)
669 SET_SIZE(outb)
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h78 #define ppcheckout() do{if(pp.outp>pp.oute){PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPB…
408 char* outb; /* output buffer base */ member
H A Dppbuiltin.c283 number = pp.outbuf != pp.outb; in ppbuiltin()
285 p = pp.outb; in ppbuiltin()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_printf.c67 outb(0x64, 0xfe); /* this resets the system, see pc_reset() */ in dboot_panic()
/illumos-gate/usr/src/cmd/mdb/intel/amd64/kmdb/
H A Dkmdb_asmutil.S155 outb (%dx)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_mech1.c125 outb(PCI_CONFDATA | (reg & 0x3), val); in pci_mech1_putb()
H A Dpci_mech1_amd.c167 outb(PCI_CONFDATA | (reg & 0x3), val); in pci_mech1_amd_putb()
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmivars.h186 outb((sc)->ipmi_io_address + ((sc)->ipmi_io_spacing * (x)), value)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c418 outb(100, BASE + RxDMAPollPeriod); in sundance_reset()
778 #define mdio_out(value, mdio_addr) outb(value, mdio_addr)
880 outb(rx_mode, BASE + RxMode); in set_rx_mode()
H A Deepro100.c461 outb(RX_ABORT, ioaddr + SCBCmd); in speedo_rx_soft_reset()
467 outb(RX_START, ioaddr + SCBCmd); in speedo_rx_soft_reset()
H A Dpnic.c61 outb( ((char*)input)[i], nic->ioaddr + PNIC_REG_DATA ); in pnic_command_quiet()
H A Dio.h184 #define outb(val,port) \ macro
H A Dpci_io.c56 outb(value, 0xCFC + (where&3)); in pcibios_write_config_byte()
H A Dtlan.h429 outb(data, base_addr + TLAN_DIO_DATA + (internal_addr & 0x3)); in TLan_DioWrite8()
/illumos-gate/usr/src/uts/intel/sys/
H A Darchsystm.h223 extern void outb(int port, uint8_t value);
/illumos-gate/usr/src/boot/common/
H A Dmisc.c236 outb(port, c); in ficlOutb()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dfb_swtch_src.S46 outb $0x80;
/illumos-gate/usr/src/common/vga/
H A Dvgasubr.c60 #define PUTB(reg, off, v) outb(reg + (off), v)
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c476 outb(I8042_DATA, cmd); in kb_send()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h265 outb(u_int port, u_char data) in outb() function
843 void outb(u_int port, u_char data);
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c362 outb(port, value); in isa_outb()
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c1005 outb(elcr_port, inb(elcr_port) | elcr_bit); in psm_set_elcr()
1008 outb(elcr_port, inb(elcr_port) & ~elcr_bit); in psm_set_elcr()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c520 outb(APIC_IMCR_P1, (uchar_t)APIC_IMCR_SELECT); in apic_picinit()
521 outb(APIC_IMCR_P2, (uchar_t)APIC_IMCR_APIC); in apic_picinit()

1234