Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/common/vga/
H A Dvgasubr.c61 #define GETB(reg, off) inb(reg + (off))
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S594 inb (%dx)
686 ENTRY(inb) function
689 inb (%dx)
691 SET_SIZE(inb)
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h205 inb(u_int port) in inb() function
818 u_char inb(u_int port);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h189 #define inb(port) \ macro
H A Dpci_io.c32 *value = inb(0xCFC + (where&3)); in pcibios_read_config_byte()
H A Dsundance.c777 #define mdio_in(mdio_addr) inb(mdio_addr)
779 #define mdio_delay(mdio_addr) inb(mdio_addr)
H A Dtlan.h399 return (inb((base_addr + TLAN_DIO_DATA) + (internal_addr & 0x3))); in TLan_DioRead8()
H A D3c90x.c540 status = inb(INF_3C90X.IOAddr + regTxStatus_b); in a3c90x_transmit()
H A Dw89c840.c159 #define readb inb
H A Dpcnet32.c796 promaddr[i] = inb(ioaddr + i); in pcnet32_probe()
H A Dsis900.c259 ((u8 *)(nic->node_addr))[i] = inb(0x71); in sis630e_get_mac_addr()
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c355 return (inb(port)); in isa_inb()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1128 eisa_level_intr_mask = (inb(EISA_LEVEL_CNTL + 1) << 8) | in apic_handle_defconf()
1129 inb(EISA_LEVEL_CNTL) | ((uint_t)INT32_MAX + 1); in apic_handle_defconf()
1230 eisa_level_intr_mask = (inb(EISA_LEVEL_CNTL + 1) << 8) | in apic_parse_mpct()
1231 inb(EISA_LEVEL_CNTL) | ((uint_t)INT32_MAX + 1); in apic_parse_mpct()
H A Disa.c1181 return (inb(port + COM_SCR) == (char)0x5a); in uart_exists()
/illumos-gate/usr/src/boot/i386/libi386/
H A Drelocater_tramp.S197 inb $0x92
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c2096 struct in_addr in, inb; local
2165 inb.s_addr = in.s_addr;
2177 (inb.s_addr % np->in_ippip);
2276 inb.s_addr = htonl(in.s_addr);
2282 (u_int)fin->fin_p, fin->fin_dst, inb);
2344 struct in_addr in, inb; local
2466 inb.s_addr = htonl(in.s_addr);
2472 (u_int)fin->fin_p, inb, fin->fin_src);
H A Dip_nat6.c362 inb = in;
374 (inb.s_addr % np->in_ippip);
/illumos-gate/usr/src/uts/intel/os/
H A Dddi_i86.c1000 val = inb((uintptr_t)addr); in i_ddi_prot_io_get8()
1241 if ((*h++ = inb(port)) == 0xff) in i_ddi_prot_io_rep_get8()
1245 if ((*h++ = inb(port)) == 0xff) in i_ddi_prot_io_rep_get8()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c681 maskval = inb(port) & mask; in poll_port()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c739 local_data = inb(port); in pcitool_io_access()
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c292 cmos = drive_type = (int)inb(CMOS_DATA); in fd_probe()
369 cmos = drive_type = (int)inb(CMOS_DATA); in fd_attach()
/illumos-gate/usr/src/man/man9f/
H A DMakefile296 inb.9f \
1749 inl.9f := LINKSRC = inb.9f
1750 inw.9f := LINKSRC = inb.9f
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1838 extern uint8_t inb(int port);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c844 *Value = inb(Address); in AcpiOsReadPort()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc700 file path=usr/share/man/man9f/inb.9f
701 link path=usr/share/man/man9f/inl.9f target=inb.9f
704 link path=usr/share/man/man9f/inw.9f target=inb.9f

1234