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

1234

/freebsd-12-stable/sys/i386/include/
H A Dcpufunc.h305 outb(u_int port, u_char data) function
307 __asm __volatile("outb %0, %w1" : : "a" (data), "Nd" (port));
711 outb(0x22, reg);
718 outb(0x22, reg);
719 outb(0x23, data);
792 void outb(u_int port, u_char data);
/freebsd-12-stable/sys/amd64/amd64/
H A Dmp_machdep.c462 outb(CMOS_REG, BIOS_RESET);
468 outb(CMOS_REG, BIOS_RESET);
469 outb(CMOS_DATA, BIOS_WARM); /* 'warm-start' */
520 outb(CMOS_REG, BIOS_RESET);
521 outb(CMOS_DATA, mpbiosreason);
/freebsd-12-stable/stand/i386/btx/btx/
H A Dbtx.S293 outb %al,$0x20 # master,
294 outb %al,$0xa0 # slave
296 outb %al,$0x21 # master
298 outb %al,$0xa1 # slave
300 outb %al,$0x21 # master
302 outb %al,$0xa1 # slave
304 outb %al,$0x21 # master,
305 outb %al,$0xa1 # slave
307 outb %al,$0xa1 # IMR
309 outb
[all...]
/freebsd-12-stable/sys/x86/include/
H A Dbus.h490 outb(bsh + offset, value);
652 outb %%al,%w0 \n\
768 outb(addr, value);
832 outb(addr, value);
905 outb(addr2, inb(addr1));
910 outb(addr2, inb(addr1));
1034 #undef outb macro
1038 #define outb(a, b) compiler_error macro
/freebsd-12-stable/sys/x86/isa/
H A Datrtc.c101 outb(IO_RTC, reg);
114 outb(IO_RTC, reg);
118 outb(IO_RTC + 1, val);
/freebsd-12-stable/stand/i386/kgzldr/
H A Dsio.s43 outb %al,%dx # Write character
/freebsd-12-stable/sys/dev/advansys/
H A Dadv_isa.c417 outb(ADV_ISA_PNP_PORT_ADDR, 0x02);
418 outb(ADV_ISA_PNP_PORT_WRITE, 0x02);
/freebsd-12-stable/sys/x86/x86/
H A Dcpu_machdep.c368 outb(IO_KBD + 4, 0xFE);
382 outb(0xcf9, 0x2);
383 outb(0xcf9, 0x6);
396 outb(0x92, b & 0xfe);
397 outb(0x92, b | 0x1);
H A Dmptable.c413 outb(0x22, 0x70); /* select IMCR */
416 outb(0x23, byte); /* disconnect 8259s/NMI */
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsldr.S166 outb %al,$0x64 # output port
171 outb %al,$0x60 # A20
/freebsd-12-stable/sys/dev/cp/
H A Dcpddk.c5788 !(!a->f))goto l892;return;l892:;}outb(128,0);a->l35&=~2147483648UL; *
5790 l913;goto l912;l446:c++;goto l893;l912:outb(128,0);goto l446;l913:;}{
5793 outb(128,0);{if(!(( * (a)->l75)!=0))goto l653;{;{c=0;l911:if(!(c<4))goto
5796 l96|=16777216;}l653:;}outb(128,0); * (volatile unsigned long* )((a)->
5797 x+0)=l96;outb(128,0);( * (a)->l82)=l175;outb(128,0); * (volatile
5798 unsigned long* )((a->d)->g+0)=513;outb(128,0);a->l70=~0;}void
6056 l411:{{l338:if(!(u(a->d,0)&1))goto l413;{outb(128,0);}goto l338;l413:
6058 ->d,0)&1))goto l442;{outb(128,0);}goto l407;l442:;}l(a->d,10,(
6060 goto l325;l412:{{l275:if(!(u(a->d,0)&1))goto l492;{outb(12
[all...]
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c44 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-12-stable/sys/dev/joy/
H A Djoy.c86 outb(dev->id_iobase, 0xff);
/freebsd-12-stable/sys/i386/i386/
H A Dprof_machdep.c240 outb(TIMER_MODE, TIMER_SEL0 | TIMER_LATCH);
/freebsd-12-stable/stand/i386/loader/
H A Dmain.c395 outb(port, value);
/freebsd-12-stable/sys/amd64/pci/
H A Dpci_cfgreg.c200 outb(port, data);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c510 uint8_t *outb; local
513 outb = regs->reg_buf;
524 rval = copyout(ha->grcdump[i], outb, ha->grcdump_size[i]);
530 outb += regs->reg_buf_len;
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1275 struct mlx5_cmd_msg *outb; local
1305 outb = mlx5_alloc_cmd_msg(dev, gfp, out_size);
1306 if (IS_ERR(outb)) {
1307 err = PTR_ERR(outb);
1311 err = mlx5_cmd_invoke(dev, inb, in_size, outb, out, out_size, callback,
1328 err = mlx5_copy_from_msg(out, outb, out_size);
1331 mlx5_free_cmd_msg(dev, outb);
/freebsd-12-stable/stand/i386/boot2/
H A Dboot1.S212 outb %al,$0x64 # output port
217 outb %al,$0x60 # A20
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c44 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c43 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-12-stable/stand/i386/libi386/
H A Dvidconsole.c623 outb(IO_KBD + KBD_DATA_PORT, KBDC_ECHO);
/freebsd-12-stable/sys/dev/iir/
H A Diir.c93 outb(port+3, 0x80);
94 outb(port+1, 0);
95 /* 19200 Baud, if 9600: outb(12,port) */
96 outb(port, 6);
97 outb(port+3, 3);
98 outb(port+1, 0);
115 outb(port, c);
119 outb(port, 0x0d);
/freebsd-12-stable/sys/amd64/include/
H A Dcpufunc.h275 outb(u_int port, u_char data) function
277 __asm __volatile("outb %0, %w1" : : "a" (data), "Nd" (port));
1021 void outb(u_int port, u_char data);
/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_pci.c714 outb(workport, ret_byte);

Completed in 357 milliseconds

1234