/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/ |
H A D | audiocmihd.c | 284 while ((INW(devc, TWO_WIRE_CTRL) & 0x1) && (count > 0)) { in i2c_write() 554 OUTW(devc, INW(devc, DMA_START) | 0x10, DMA_START); in cmediahd_start() 559 OUTW(devc, INW(devc, DMA_START) | (1<<devc->rec_eng.chan), in cmediahd_start() 578 OUTW(devc, INW(devc, DMA_START) & ~0x10, DMA_START); in cmediahd_stop() 583 OUTW(devc, INW(devc, DMA_START) & ~(1<<devc->rec_eng.chan), in cmediahd_stop() 651 offset = portc->bufsz/4 - INW(devc, devc->rec_eng.size) + 1; in cmediahd_count() 940 sVal = INW(devc, CTRL_VERSION); in cmediahd_hwinit() 954 while ((INW(devc, AC97_CTRL) & 0x2) && (count--)) { in cmediahd_hwinit() 955 OUTW(devc, (INW(devc, AC97_CTRL) & ~0x2) | 0x2, AC97_CTRL); in cmediahd_hwinit() 962 sVal = INW(devc, AC97_CTRL); in cmediahd_hwinit() [all …]
|
H A D | audiocmihd.h | 357 #define INW(devc, reg) ddi_get16(devc->regsh, (void *)(reg)) macro
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 1600 INW(dp, 0x00cc), /* PGSEL */ in sfe_mii_config_dp83815() 1601 INW(dp, 0x00e4), /* PMDCSR */ in sfe_mii_config_dp83815() 1602 INW(dp, 0x00fc), /* TSTDAT */ in sfe_mii_config_dp83815() 1603 INW(dp, 0x00f4), /* DSPCFG */ in sfe_mii_config_dp83815() 1604 INW(dp, 0x00f8))); /* SDCFG */ in sfe_mii_config_dp83815() 1623 INW(dp, 0x00cc), /* PGSEL */ in sfe_mii_config_dp83815() 1624 INW(dp, 0x00e4), /* PMDCSR */ in sfe_mii_config_dp83815() 1625 INW(dp, 0x00fc), /* TSTDAT */ in sfe_mii_config_dp83815() 1626 INW(dp, 0x00f4), /* DSPCFG */ in sfe_mii_config_dp83815() 1627 INW(dp, 0x00f8))); /* SDCFG */ in sfe_mii_config_dp83815() [all …]
|
H A D | sfe_util.h | 82 #define INW(dp, p) \ macro
|
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_mii.c | 253 (void) INW(atgep, ATGE_GPHY_CTRL); in atge_l1c_mii_reset() 259 (void) INW(atgep, ATGE_GPHY_CTRL); in atge_l1c_mii_reset()
|
H A D | atge.h | 114 #define INW(atge, p) \ macro
|
H A D | atge_l1e.c | 915 cons = INW(atgep, L1E_TPD_CONS_IDX); in atge_l1e_interrupt()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/ |
H A D | audiop16x.h | 90 #define INW(dev, reg) \ macro
|
H A D | audiop16x.c | 189 value = INW(dev, AC97D); in p16x_read_ac97()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/ |
H A D | audiols.h | 250 #define INW(dev, reg) \ macro
|
H A D | audiols.c | 204 dtemp = INW(dev, AC97D); in audigyls_read_ac97()
|
/illumos-gate/usr/src/uts/common/io/upf/ |
H A D | upf_usbgem.c | 191 #define INW(dp, p, vp, errp, label) \ macro 688 INW(dp, PHYD, &val, errp, usberr); in upf_mii_read() 863 INW(dp, EEDATA, &data, errp, usberr); in upf_read_eeprom()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.h | 439 #define INW(devc, reg) ddi_get16(devc->regsh, (void *)(reg)) macro
|
H A D | audioemu10k.c | 192 dtemp = INW(devc, devc->regs + 0x1c); in emu10k_read_ac97()
|
/illumos-gate/usr/src/uts/common/io/bfe/ |
H A D | bfe.h | 75 #define INW(bfe, p) \ macro
|