Searched refs:inl (Results 26 - 40 of 40) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h43 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
229 #define inl(port) \ macro
H A Deepro100.c295 val = inl(ioaddr + SCBCtrlMDI);
316 val = inl(ioaddr + SCBCtrlMDI);
H A Dtlan.c344 data = inl(BASE + TLAN_HOST_CMD);
352 data = inl(BASE + TLAN_HOST_CMD);
899 data = inl(BASE + TLAN_HOST_CMD);
904 data = inl(BASE + TLAN_HOST_CMD);
H A Dtlan.h419 return (inl(base_addr + TLAN_DIO_DATA));
H A Dw89c840.c161 #define readl inl
H A De1000.c173 return inl(port);
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h219 inl(u_int port) function
223 __asm __volatile("inl %w1, %0" : "=a" (data) : "Nd" (port));
727 u_int inl(u_int port);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h214 inl(u_int port) function
218 __asm __volatile("inl %w1, %0" : "=a" (data) : "Nd" (port));
807 u_int inl(u_int port);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1509 inl(int port_address)
1516 ENTRY(inl) function
1519 inl (%dx)
1521 SET_SIZE(inl)
1525 ENTRY(inl) function
1527 inl (%dx)
1529 SET_SIZE(inl)
1548 D16 inl (%dx)
1557 D16 inl (%dx)
4400 inl (
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c3551 inl(PCI_CONFDATA);
3567 inl(PCI_CONFDATA);
3644 dev_vendor = inl(PCI_CONFDATA);
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c739 local_data = inl(port);
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1821 extern uint32_t inl(int port);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c849 *Value = inl(Address);
/illumos-gate/usr/src/man/man9f/
H A DMakefile927 inl.9f \
1723 inl.9f := LINKSRC = inb.9f
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c6758 return (inl(nvc->nvc_sgp_csr));

Completed in 471 milliseconds

12