Symbol: outw
usr/src/boot/sys/amd64/include/cpufunc.h
848
void outw(u_int port, u_short data);
usr/src/boot/sys/i386/include/cpufunc.h
761
void outw(u_int port, u_short data);
usr/src/grub/grub-0.97/netboot/3c595.c
110
outw(RX_RESET, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
112
outw(TX_RESET, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
120
outw(SET_RD_0_MASK | S_CARD_FAILURE | S_RX_COMPLETE |
usr/src/grub/grub-0.97/netboot/3c595.c
122
outw(SET_INTR_MASK | S_CARD_FAILURE | S_RX_COMPLETE |
usr/src/grub/grub-0.97/netboot/3c595.c
132
outw(ACK_INTR | 0xff, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
134
outw(SET_RX_FILTER | FIL_INDIVIDUAL |
usr/src/grub/grub-0.97/netboot/3c595.c
150
outw(RX_ENABLE, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
151
outw(TX_ENABLE, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
194
outw(TX_RESET, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
195
outw(TX_ENABLE, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
205
outw(len, BASE + VX_W1_TX_PIO_WR_1);
usr/src/grub/grub-0.97/netboot/3c595.c
206
outw(0x0, BASE + VX_W1_TX_PIO_WR_1); /* Second dword meaningless */
usr/src/grub/grub-0.97/netboot/3c595.c
211
outw(t, BASE + VX_W1_TX_PIO_WR_1);
usr/src/grub/grub-0.97/netboot/3c595.c
243
outw(ACK_INTR | cst, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
244
outw(C_INTR_LATCH, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
255
outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
300
outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
346
outw(EEPROM_CMD_RD | offset, BASE + VX_W0_EEPROM_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
417
outw(STOP_TRANSCEIVER, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
420
outw(0, BASE + VX_W4_MEDIA_TYPE);
usr/src/grub/grub-0.97/netboot/3c595.c
426
outw(ENABLE_UTP, BASE + VX_W4_MEDIA_TYPE);
usr/src/grub/grub-0.97/netboot/3c595.c
429
outw(START_TRANSCEIVER,BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
435
outw(LINKBEAT_ENABLE, BASE + VX_W4_MEDIA_TYPE);
usr/src/grub/grub-0.97/netboot/3c595.c
448
outw(STOP_TRANSCEIVER, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
451
outw(0, BASE + VX_W4_MEDIA_TYPE);
usr/src/grub/grub-0.97/netboot/3c595.c
485
outw(GLOBAL_RESET, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
505
outw(ntohs(p[i]), BASE + VX_W2_ADDR_0 + (i * 2));
usr/src/grub/grub-0.97/netboot/3c595.c
73
outw(RX_DISABLE, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
74
outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
76
outw(TX_DISABLE, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
77
outw(STOP_TRANSCEIVER, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
79
outw(RX_RESET, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
81
outw(TX_RESET, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
83
outw(C_INTR_LATCH, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
84
outw(SET_RD_0_MASK, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
85
outw(SET_INTR_MASK, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.c
86
outw(SET_RX_FILTER, BASE + VX_COMMAND);
usr/src/grub/grub-0.97/netboot/3c595.h
416
#define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)
usr/src/grub/grub-0.97/netboot/3c90x.c
265
outw(val, ioaddr + regCommandIntStatus_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
305
outw(address + ((0x02)<<6), ioaddr + regEepromCommand_0_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
329
outw(0x30, ioaddr + regEepromCommand_0_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
333
outw(address + ((0x03)<<6), ioaddr + regEepromCommand_0_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
337
outw(value, ioaddr + regEepromData_0_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
338
outw(0x30, ioaddr + regEepromCommand_0_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
342
outw(address + ((0x01)<<6), ioaddr + regEepromCommand_0_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
416
outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+0);
usr/src/grub/grub-0.97/netboot/3c90x.c
417
outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+2);
usr/src/grub/grub-0.97/netboot/3c90x.c
418
outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+4);
usr/src/grub/grub-0.97/netboot/3c90x.c
671
outw(cmdRxDisable, INF_3C90X.IOAddr + regCommandIntStatus_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
672
outw(cmdTxDisable, INF_3C90X.IOAddr + regCommandIntStatus_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
805
outw(htons(eeprom[HWADDR_OFFSET + 0]), INF_3C90X.IOAddr + regStationAddress_2_3w);
usr/src/grub/grub-0.97/netboot/3c90x.c
806
outw(htons(eeprom[HWADDR_OFFSET + 1]), INF_3C90X.IOAddr + regStationAddress_2_3w+2);
usr/src/grub/grub-0.97/netboot/3c90x.c
807
outw(htons(eeprom[HWADDR_OFFSET + 2]), INF_3C90X.IOAddr + regStationAddress_2_3w+4);
usr/src/grub/grub-0.97/netboot/3c90x.c
808
outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+0);
usr/src/grub/grub-0.97/netboot/3c90x.c
809
outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+2);
usr/src/grub/grub-0.97/netboot/3c90x.c
810
outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+4);
usr/src/grub/grub-0.97/netboot/eepro100.c
338
outw(EE_ENB, ee_addr); udelay(2);
usr/src/grub/grub-0.97/netboot/eepro100.c
339
outw(EE_ENB | EE_SHIFT_CLK, ee_addr); udelay(2);
usr/src/grub/grub-0.97/netboot/eepro100.c
344
outw(dataval, ee_addr); udelay(2);
usr/src/grub/grub-0.97/netboot/eepro100.c
345
outw(dataval | EE_SHIFT_CLK, ee_addr); udelay(2);
usr/src/grub/grub-0.97/netboot/eepro100.c
348
outw(EE_ENB, ee_addr); udelay(2);
usr/src/grub/grub-0.97/netboot/eepro100.c
351
outw(EE_ENB & ~EE_CS, ee_addr);
usr/src/grub/grub-0.97/netboot/eepro100.c
399
outw(status & 0xfc00, ioaddr + SCBStatus);
usr/src/grub/grub-0.97/netboot/eepro100.c
429
outw(INT_MASK | CU_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
517
outw(INT_MASK | RX_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
557
outw(INT_MASK, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
560
outw(intr_status, ioaddr + SCBStatus);
usr/src/grub/grub-0.97/netboot/eepro100.c
627
outw(INT_MASK | RX_ADDR_LOAD, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
632
outw(INT_MASK | CU_STATSADDR, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
645
outw(INT_MASK | RX_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
654
outw(INT_MASK | RX_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
660
outw(INT_MASK | CU_CMD_BASE, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
719
outw(INT_MASK | CU_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/epic100.c
219
outw(((unsigned short *)mc_filter)[i], mc0 + i*4);
usr/src/grub/grub-0.97/netboot/natsemi.c
463
outw(0x0001, ioaddr + PGSEL);
usr/src/grub/grub-0.97/netboot/natsemi.c
464
outw(0x189C, ioaddr + PMDCSR);
usr/src/grub/grub-0.97/netboot/natsemi.c
465
outw(0x0000, ioaddr + TSTDAT);
usr/src/grub/grub-0.97/netboot/natsemi.c
466
outw(0x5040, ioaddr + DSPCFG);
usr/src/grub/grub-0.97/netboot/natsemi.c
467
outw(0x008C, ioaddr + SDCFG);
usr/src/grub/grub-0.97/netboot/natsemi.c
490
outw(nic->node_addr[i] + (nic->node_addr[i+1] << 8), ioaddr + RxFilterData);
usr/src/grub/grub-0.97/netboot/ns8390.c
202
outw(*((unsigned short *)src), eth_asic_base + ASIC_PIO);
usr/src/grub/grub-0.97/netboot/pci_io.c
64
outw(value, 0xCFC + (where&2));
usr/src/grub/grub-0.97/netboot/pcnet32.c
294
outw(index, addr + PCNET32_WIO_RAP);
usr/src/grub/grub-0.97/netboot/pcnet32.c
300
outw(index, addr + PCNET32_WIO_RAP);
usr/src/grub/grub-0.97/netboot/pcnet32.c
301
outw(val, addr + PCNET32_WIO_RDP);
usr/src/grub/grub-0.97/netboot/pcnet32.c
306
outw(index, addr + PCNET32_WIO_RAP);
usr/src/grub/grub-0.97/netboot/pcnet32.c
312
outw(index, addr + PCNET32_WIO_RAP);
usr/src/grub/grub-0.97/netboot/pcnet32.c
313
outw(val, addr + PCNET32_WIO_BDP);
usr/src/grub/grub-0.97/netboot/pcnet32.c
323
outw(val, addr + PCNET32_WIO_RAP);
usr/src/grub/grub-0.97/netboot/pcnet32.c
333
outw(88, addr + PCNET32_WIO_RAP);
usr/src/grub/grub-0.97/netboot/pnic.c
58
outw ( input_length, nic->ioaddr + PNIC_REG_LEN );
usr/src/grub/grub-0.97/netboot/pnic.c
65
outw ( command, nic->ioaddr + PNIC_REG_CMD );
usr/src/grub/grub-0.97/netboot/rtl8139.c
364
outw(0, nic->ioaddr + IntrMask);
usr/src/grub/grub-0.97/netboot/rtl8139.c
402
outw(status & (TxOK | TxErr | PCIErr), nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/rtl8139.c
438
outw(status & ~(RxFIFOOver | RxOverflow | RxOK), nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/rtl8139.c
478
outw(cur_rx - 16, nic->ioaddr + RxBufPtr);
usr/src/grub/grub-0.97/netboot/rtl8139.c
482
outw(status & (RxFIFOOver | RxOverflow | RxOK), nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/rtl8139.c
498
outw(mask, nic->ioaddr + IntrMask);
usr/src/grub/grub-0.97/netboot/sundance.c
324
outw(inw(BASE + MACCtrl0) | EnbFullDuplex,
usr/src/grub/grub-0.97/netboot/sundance.c
337
outw(inw(BASE + MACCtrl0) | duplex ? 0x20 : 0,
usr/src/grub/grub-0.97/netboot/sundance.c
403
outw(addr16, BASE + StationAddr);
usr/src/grub/grub-0.97/netboot/sundance.c
405
outw(addr16, BASE + StationAddr + 2);
usr/src/grub/grub-0.97/netboot/sundance.c
407
outw(addr16, BASE + StationAddr + 4);
usr/src/grub/grub-0.97/netboot/sundance.c
410
outw(sdc->mtu + 14, BASE + MaxFrameSize);
usr/src/grub/grub-0.97/netboot/sundance.c
416
outw(0, BASE + DownCounter);
usr/src/grub/grub-0.97/netboot/sundance.c
424
outw(RxEnable | TxEnable, BASE + MACCtrl1);
usr/src/grub/grub-0.97/netboot/sundance.c
458
outw(intr_status, nic->ioaddr + IntrEnable);
usr/src/grub/grub-0.97/netboot/sundance.c
461
outw(0x0200, BASE + ASICCtrl);
usr/src/grub/grub-0.97/netboot/sundance.c
486
outw(intr_status, nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/sundance.c
507
outw(DEFAULT_INTR & ~(IntrRxDone|IntrRxDMADone),
usr/src/grub/grub-0.97/netboot/sundance.c
524
outw(TxDisable, BASE + MACCtrl1);
usr/src/grub/grub-0.97/netboot/sundance.c
545
outw(TxEnable, BASE + MACCtrl1);
usr/src/grub/grub-0.97/netboot/sundance.c
547
outw(0, BASE + TxStatus);
usr/src/grub/grub-0.97/netboot/sundance.c
556
outw(TxDisable, BASE + MACCtrl1);
usr/src/grub/grub-0.97/netboot/sundance.c
575
outw(0x0000, BASE + IntrEnable);
usr/src/grub/grub-0.97/netboot/sundance.c
577
outw(TxDisable | RxDisable | StatsDisable, BASE + MACCtrl1);
usr/src/grub/grub-0.97/netboot/sundance.c
706
outw(0x007f, BASE + ASICCtrl + 2);
usr/src/grub/grub-0.97/netboot/sundance.c
734
outw(inw(BASE + MulticastFilter1 + 2) | 0x0200,
usr/src/grub/grub-0.97/netboot/sundance.c
736
outw(inw(BASE + MACCtrl0) | EnbFlowCtrl, BASE + MACCtrl0);
usr/src/grub/grub-0.97/netboot/sundance.c
757
outw(0x0200 | (location & 0xff), ioaddr + EECtrl);
usr/src/grub/grub-0.97/netboot/sundance.c
879
outw(mc_filter[i], BASE + MulticastFilter0 + i * 2);
usr/src/grub/grub-0.97/netboot/tlan.c
1006
outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.c
1066
outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.c
1194
outw(TLAN_NET_SIO, BASE + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.c
1272
outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.c
1311
outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.c
1350
outw(TLAN_NET_SIO, BASE + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.c
374
outw(TLAN_NET_SIO, BASE + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.c
545
outw(host_int, BASE + TLAN_HOST_INT);
usr/src/grub/grub-0.97/netboot/tlan.c
906
outw(data, BASE + TLAN_HOST_CMD);
usr/src/grub/grub-0.97/netboot/tlan.c
964
outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.h
398
outw(internal_addr, base_addr + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.h
408
outw(internal_addr, base_addr + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.h
418
outw(internal_addr, base_addr + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.h
428
outw(internal_addr, base_addr + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.h
438
outw(internal_addr, base_addr + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tlan.h
439
outw(data, base_addr + TLAN_DIO_DATA + (internal_addr & 0x2));
usr/src/grub/grub-0.97/netboot/tlan.h
448
outw(internal_addr, base_addr + TLAN_DIO_ADR);
usr/src/grub/grub-0.97/netboot/tulip.c
1572
outw(0x0008, ioaddr + CSR15);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1033
outw (CR_FDX, byCR0);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1167
outw (0x0000, byIMR0);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1179
outw (CR_FDX, byCR0);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1185
outw ((CRbak | CR_STRT | CR_TXON | CR_RXON | CR_DPOLL), byCR0);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1188
outw (IMRShadow, byIMR0);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1215
outw(intr_status & 0xffff, nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1241
outw(DEFAULT_INTR & ~IntrRxDone, nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/via-rhine.c
821
outw (ReadMIItmp, wMIIDATA);
usr/src/grub/grub-0.97/netboot/via-rhine.c
902
outw(intr_status, nic->ioaddr + IntrEnable);
usr/src/grub/grub-0.97/netboot/via-rhine.c
905
outw(0x0010, nic->ioaddr + 0x84);
usr/src/grub/grub-0.97/netboot/w89c840.c
163
#define writew outw
usr/src/test/bhyve-tests/tests/common/payload_utils.h
23
void outw(uint16_t, uint16_t);
usr/src/test/bhyve-tests/tests/kdev/payload_vatpit_freq.c
61
outw(IOP_TEST_VALUE, start);
usr/src/test/bhyve-tests/tests/kdev/payload_vatpit_freq.c
67
outw(IOP_TEST_VALUE, end);
usr/src/uts/common/sys/sunddi.h
1856
extern void outw(int port, uint16_t value);
usr/src/uts/i86pc/io/pci/pci_tools.c
707
outw(port, (uint16_t)local_data);
usr/src/uts/i86pc/os/pci_mech1.c
143
outw(PCI_CONFDATA | (reg & 0x2), val);
usr/src/uts/i86pc/os/pci_mech1_amd.c
181
outw(PCI_CONFDATA | (reg & 0x2), val);
usr/src/uts/i86pc/os/pci_mech2.c
145
outw(PCI_CADDR2(device, reg), val);
usr/src/uts/intel/io/acpica/osl.c
878
outw(Address, Value);
usr/src/uts/intel/os/ddi_i86.c
1145
outw((uintptr_t)addr, value);
usr/src/uts/intel/os/ddi_i86.c
1193
outw((uintptr_t)addr, ddi_swap16(value));
usr/src/uts/intel/os/ddi_i86.c
1618
outw(port, *h++);
usr/src/uts/intel/os/ddi_i86.c
1621
outw(port, *h++);
usr/src/uts/intel/os/ddi_i86.c
1659
outw(port, ddi_swap16(*h++));
usr/src/uts/intel/os/ddi_i86.c
1662
outw(port, ddi_swap16(*h++));
usr/src/uts/intel/os/ddi_i86.c
543
outw((uintptr_t)addr, ddi_swap16(value));
usr/src/uts/intel/os/ddi_i86.c
798
outw(port, ddi_swap16(*h++));
usr/src/uts/intel/os/ddi_i86.c
801
outw(port, ddi_swap16(*h++));
usr/src/uts/intel/sys/archsystm.h
106
extern void outw(int port, uint16_t value);