Searched refs:outl (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
224 #define outl(val,port) \ macro
H A Dsundance.c394 outl(virt_to_le32desc(&rx_ring[0]), BASE + RxListPtr);
412 outl(inl(BASE + ASICCtrl) | 0x0c, BASE + ASICCtrl);
542 outl(virt_to_le32desc(&tx_ring[0]), BASE + TxListPtr);
H A D3c595.c143 outl(BASE + VX_W3_INTERNAL_CFG, j | (i <<INTERNAL_CONNECTOR_BITS));
414 outl(j | (i <<INTERNAL_CONNECTOR_BITS), BASE + VX_W3_INTERNAL_CFG);
H A Dtlan.h449 outl(data, base_addr + TLAN_DIO_DATA + (internal_addr & 0x2));
H A Dw89c840.c164 #define writel outl
H A De1000.c179 outl(value, port);
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h276 outl(u_int port, u_int data) function
278 __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port));
754 void outl(u_int port, u_int data);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h271 outl(u_int port, u_int data) function
273 __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port));
834 void outl(u_int port, u_int data);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1416 outl(int port_address, uint32_t val)
1423 ENTRY(outl) function
1426 outl (%dx)
1428 SET_SIZE(outl)
1435 ENTRY(outl) function
1438 outl (%dx)
1440 SET_SIZE(outl)
1459 D16 outl (%dx) /* XX64 why not outw? */
1468 D16 outl (%dx)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c3548 outl(PCI_CONFADD, OPT_PCI_ECS_ADDR(bus, dev,
3564 outl(PCI_CONFADD, OPT_PCI_ECS_ADDR(bus, dev,
3640 outl(PCI_CONFADD, PCI_CADDR1(0, dev, OPT_PCS_FUNC_DRAM,
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c719 outl(port, (uint32_t)local_data);
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1824 extern void outl(int port, uint32_t value);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c880 outl(Address, Value);
/illumos-gate/usr/src/man/man9f/
H A DMakefile1104 outl.9f \
1929 outl.9f := LINKSRC = outb.9f
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c6772 outl(nvc->nvc_sgp_csr, val);

Completed in 786 milliseconds

12