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

1234

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsis900.c258 outb(0x09 + i, 0x70);
465 outb(EECS, ee_addr);
558 outb(dataval, mdio_addr);
560 outb(dataval | MDC, mdio_addr);
577 outb(0, mdio_addr);
579 outb(MDC, mdio_addr);
H A Dpci_io.c56 outb(value, 0xCFC + (where&3));
H A Dpnic.c61 outb( ((char*)input)[i], nic->ioaddr + PNIC_REG_DATA );
H A Dio.h43 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
56 * the two short jumps: using outb's to a nonexistent port seems
68 #define __SLOW_DOWN_IO __asm__ __volatile__("outb %al,$0x80")
184 #define outb(val,port) \ macro
H A Deepro100.c93 * outb macros that Linux uses. I disklike the confusion that this
461 outb(RX_ABORT, ioaddr + SCBCmd);
467 outb(RX_START, ioaddr + SCBCmd);
H A Dsundance.c418 outb(100, BASE + RxDMAPollPeriod);
778 #define mdio_out(value, mdio_addr) outb(value, mdio_addr)
880 outb(rx_mode, BASE + RxMode);
H A Dtlan.h429 outb(data, base_addr + TLAN_DIO_DATA + (internal_addr & 0x3));
H A Dw89c840.c162 #define writeb outb
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dasm.S314 outb $0xa0 /* PIC2_ICR */
315 2: outb $0x20 /* PIC1_ICR */
1814 outb %al, %dx
1822 outb $K_CMD
1838 outb $K_RDWR
1844 outb $K_CMD
2509 outb %al, %dx
2513 outb %al, %dx
2516 outb %al, %dx
2519 outb
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dddi_i86_asm.s495 outb (%dx)
525 outb (%dx)
1237 outb (%dx)
1246 outb (%dx)
1569 outb (%dx)
1601 outb (%dx)
H A Di86_subr.s1321 outb (%dx)
1350 outb (%dx) / clear bit 0 first, then
1353 outb (%dx) / and reset the system
1376 outb (%dx)
1378 outb (%dx)
1479 outb(int port_address, uint8_t val)
1486 ENTRY(outb) function
1489 outb (%dx)
1491 SET_SIZE(outb)
1495 ENTRY(outb) function
[all...]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c445 outb(I8042_DATA, cmd);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h265 outb(u_int port, u_char data) function
267 __asm __volatile("outb %0, %w1" : : "a" (data), "Nd" (port));
833 void outb(u_int port, u_char data);
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c1005 outb(elcr_port, inb(elcr_port) | elcr_bit);
1008 outb(elcr_port, inb(elcr_port) & ~elcr_bit);
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dfb_swtch_src.s51 outb $0x80;
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c423 outb(port, value);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dvidconsole.c735 outb(IO_KBD + KBD_DATA_PORT, KBDC_ECHO);
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c1178 outb(port + COM_SCR, (char)0x5a);
1179 outb(port + COM_ISR, (char)0x00);
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c509 outb(APIC_IMCR_P1, (uchar_t)APIC_IMCR_SELECT);
510 outb(APIC_IMCR_P2, (uchar_t)APIC_IMCR_APIC);
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c268 outb(APIC_IMCR_P1, (uchar_t)APIC_IMCR_SELECT);
269 outb(APIC_IMCR_P2, (uchar_t)APIC_IMCR_APIC);
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c69 #define PPCHECKOUT() do{if(op>xp){{PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;xp=pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,xp,op-xp);xp=pp.oute-=PPBUFSIZ;op-=2*PPBUFSIZ;}}}}while(0)
70 #define PPCHECKOUTSP() do{if(op>xp){if(sp)op=sp;else{PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;xp=pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,xp,op-xp);xp=pp.oute-=PPBUFSIZ;op-=2*PPBUFSIZ;}}}}while(0)
71 #define PPCHECKOUTTP() do{if(op>xp){{PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;xp=pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,xp,op-xp);xp=pp.oute-=PPBUFSIZ;op-=2*PPBUFSIZ;}}tp=op;}}while(0)
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dddi_i86.c1127 outb((uintptr_t)addr, value);
1577 outb(port, *h++);
1580 outb(port, *h++);
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c957 outb(asd_port, asd->asd_code);
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h717 #define PT(code) {outb(0x80, (char)code); drv_usecwait(pt_sleep); }
/illumos-gate/usr/src/man/man9f/
H A DMakefile400 outb.9f \
1929 outl.9f := LINKSRC = outb.9f
1930 outw.9f := LINKSRC = outb.9f
1931 repoutsb.9f := LINKSRC = outb.9f
1932 repoutsd.9f := LINKSRC = outb.9f
1933 repoutsw.9f := LINKSRC = outb.9f

Completed in 2155 milliseconds

1234