Symbol: PUT16
usr/src/uts/common/io/audio/drv/audio1575/audio1575.c
1341
PUT16(M1575_CPR_REG, data);
usr/src/uts/common/io/audio/drv/audio1575/audio1575.c
1344
PUT16(M1575_CPR_REG+2, reg);
usr/src/uts/common/io/audio/drv/audio1575/audio1575.c
1395
PUT16(M1575_CPR_REG+2, addr);
usr/src/uts/common/io/audio/drv/audio1575/audio1575.h
414
#define SET16(reg, bit) PUT16(reg, GET16(reg) | (bit))
usr/src/uts/common/io/audio/drv/audio1575/audio1575.h
417
#define CLR16(reg, bit) PUT16(reg, GET16(reg) & ~(bit))
usr/src/uts/common/io/audio/drv/audiocmi/audiocmi.c
196
PUT16(dev, port->reg_bufsz, (port->bufsz / 4) - 1);
usr/src/uts/common/io/audio/drv/audiocmi/audiocmi.c
197
PUT16(dev, port->reg_fragsz, (port->bufsz / 4) - 1);
usr/src/uts/common/io/audio/drv/audiocmi/audiocmi.h
339
#define CLR16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) & ~(v))
usr/src/uts/common/io/audio/drv/audiocmi/audiocmi.h
340
#define SET16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) | (v))
usr/src/uts/common/io/audio/drv/audioens/audioens.c
599
PUT16(dev, CONC_wDAC1IC_OFF, port->iframes - 1);
usr/src/uts/common/io/audio/drv/audioens/audioens.c
600
PUT16(dev, CONC_wDAC2IC_OFF, port->iframes - 1);
usr/src/uts/common/io/audio/drv/audioens/audioens.c
633
PUT16(dev, CONC_wADCIC_OFF, port->iframes - 1);
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
195
#define CLR16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) & ~(v))
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
196
#define SET16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) | (v))
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
241
PUT16(dev, CONC_wCODECCTL_OFF, (addr << 8) | data);
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
300
PUT16(dev, CONC_wDACRATE_OFF, audiopci_dac_rate(48000));
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
315
PUT16(dev, CONC_wDACIC_OFF, port->nframes - 1);
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
340
PUT16(dev, CONC_wSYNIC_OFF, port->nframes - 1);
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
350
PUT16(dev, CONC_wDACRATE_OFF, audiopci_dac_rate(48000));
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
366
PUT16(dev, CONC_wADCIC_OFF, port->nframes - 1);
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
542
PUT16(dev, CONC_wDACRATE_OFF, audiopci_dac_rate(48000));
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
558
PUT16(dev, CONC_wNMISTAT_OFF, 0);
usr/src/uts/common/io/elxl/elxl.c
1992
PUT16(W0_EE_CMD, EE_CMD_READ | (offset & 0x3f));
usr/src/uts/common/io/elxl/elxl.c
2020
PUT16(W4_PHYSMGMT, PHYSMGMT_DIR);
usr/src/uts/common/io/elxl/elxl.c
2029
PUT16(W4_PHYSMGMT, val);
usr/src/uts/common/io/elxl/elxl.c
2031
PUT16(W4_PHYSMGMT, val | PHYSMGMT_CLK);
usr/src/uts/common/io/elxl/elxl.c
2033
PUT16(W4_PHYSMGMT, val);
usr/src/uts/common/io/elxl/elxl.c
2044
PUT16(W4_PHYSMGMT, PHYSMGMT_DATA | PHYSMGMT_DIR);
usr/src/uts/common/io/elxl/elxl.c
2048
PUT16(W4_PHYSMGMT, PHYSMGMT_DATA | PHYSMGMT_DIR | PHYSMGMT_CLK);
usr/src/uts/common/io/elxl/elxl.c
2050
PUT16(W4_PHYSMGMT, PHYSMGMT_DATA | PHYSMGMT_DIR);
usr/src/uts/common/io/elxl/elxl.c
2075
PUT16(W4_PHYSMGMT, 0); /* switch to input */
usr/src/uts/common/io/elxl/elxl.c
2077
PUT16(W4_PHYSMGMT, PHYSMGMT_CLK); /* turnaround time */
usr/src/uts/common/io/elxl/elxl.c
2079
PUT16(W4_PHYSMGMT, 0);
usr/src/uts/common/io/elxl/elxl.c
2082
PUT16(W4_PHYSMGMT, PHYSMGMT_CLK); /* idle time */
usr/src/uts/common/io/elxl/elxl.c
2084
PUT16(W4_PHYSMGMT, 0);
usr/src/uts/common/io/elxl/elxl.c
2092
PUT16(W4_PHYSMGMT, PHYSMGMT_CLK);
usr/src/uts/common/io/elxl/elxl.c
2094
PUT16(W4_PHYSMGMT, 0);
usr/src/uts/common/io/elxl/elxl.c
2099
PUT16(W4_PHYSMGMT, PHYSMGMT_DIR);
usr/src/uts/common/io/elxl/elxl.c
2127
PUT16(W4_PHYSMGMT, PHYSMGMT_DIR);
usr/src/uts/common/io/elxl/elxl.c
2155
PUT16(W3_MAC_CONTROL, mctl);
usr/src/uts/common/io/elxl/elxl.c
783
PUT16(W3_MAX_PKT_SIZE, EX_BUFSZ);
usr/src/uts/common/io/elxl/elxl.c
785
PUT16(W3_MAC_CONTROL, GET16(W3_MAC_CONTROL) |
usr/src/uts/common/io/elxl/elxl.c
844
PUT16(W4_MEDIASTAT, 0);
usr/src/uts/common/io/elxl/elxl.c
854
PUT16(W4_MEDIASTAT,
usr/src/uts/common/io/elxl/elxl.c
867
PUT16(W4_MEDIASTAT, MEDIASTAT_LINKBEAT_EN);
usr/src/uts/common/io/elxl/elxl.c
873
PUT16(W4_MEDIASTAT, MEDIASTAT_SQE_EN);
usr/src/uts/common/io/elxl/elxl.c
920
PUT16(W3_MAC_CONTROL, mctl);
usr/src/uts/common/io/elxl/elxl.h
550
#define SET16(off, val) PUT16(off, GET16(off) | val)
usr/src/uts/common/io/elxl/elxl.h
551
#define CLR16(off, val) PUT16(off, GET16(off) & ~(val))
usr/src/uts/common/io/elxl/elxl.h
553
#define PUT_CMD(x) PUT16(REG_CMD_STAT, (x))
usr/src/uts/common/io/elxl/elxl.h
554
#define SET_WIN(x) PUT16(REG_CMD_STAT, CMD_SELECT_WINDOW | (x))
usr/src/uts/common/io/iprb/iprb.c
600
PUT16(ip, CSR_EECTL, x | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
602
PUT16(ip, CSR_EECTL, x | EEPROM_EESK | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
604
PUT16(ip, CSR_EECTL, x | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
627
PUT16(ip, CSR_EECTL, EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
635
PUT16(ip, CSR_EECTL, x | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
637
PUT16(ip, CSR_EECTL, x | EEPROM_EESK | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
639
PUT16(ip, CSR_EECTL, x | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
661
PUT16(ip, CSR_EECTL, EEPROM_EECS | EEPROM_EESK);
usr/src/uts/common/io/iprb/iprb.c
666
PUT16(ip, CSR_EECTL, EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
671
PUT16(ip, CSR_EECTL, 0);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
1303
PUT16(ss, REG_INT_STAT, INT_CMD);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
1311
PUT16(ss, REG_ERR_STAT, errs);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
1455
PUT16(ss, REG_BLKSZ, BLKSZ_BOUNDARY_512K | blksz);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
1462
PUT16(ss, REG_BLKSZ, blksz);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
1483
PUT16(ss, REG_BLOCK_COUNT, nblks);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
1484
PUT16(ss, REG_XFR_MODE, mode);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
1488
PUT16(ss, REG_COMMAND, command);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
236
#define PUTDATA16(ss, val) PUT16(ss, REG_DATA, sw16(val))
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
556
PUT16(ss, REG_CLOCK_CONTROL, 0);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
591
PUT16(ss, REG_CLOCK_CONTROL,
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
606
PUT16(ss, REG_CLOCK_CONTROL, val |
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
632
PUT16(ss, REG_CLOCK_CONTROL, CLOCK_CONTROL_INT_CLOCK_EN);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
659
PUT16(ss, REG_INT_MASK, 0);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
660
PUT16(ss, REG_INT_EN, 0);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
663
PUT16(ss, REG_ERR_MASK, 0);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
664
PUT16(ss, REG_ERR_EN, 0);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
679
PUT16(ss, REG_INT_MASK, INT_MASK);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
680
PUT16(ss, REG_INT_EN, INT_ENAB);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
683
PUT16(ss, REG_ERR_MASK, ERR_MASK);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
684
PUT16(ss, REG_ERR_EN, ERR_ENAB);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
818
PUT16(ss, REG_COMMAND,
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
852
PUT16(ss, REG_INT_STAT, intr);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
873
PUT16(ss, REG_INT_STAT, INT_DMA);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
884
PUT16(ss, REG_INT_STAT, INT_RD);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
924
PUT16(ss, REG_INT_STAT, INT_WR);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
964
PUT16(ss, REG_INT_STAT, INT_XFR);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
970
PUT16(ss, REG_ERR_STAT, errs);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
971
PUT16(ss, REG_INT_STAT, INT_ERR);