/titanic_44/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() 555 OUTW(devc, INW(devc, DMA_START) | 0x10, DMA_START); in cmediahd_start() 560 OUTW(devc, INW(devc, DMA_START) | (1<<devc->rec_eng.chan), in cmediahd_start() 579 OUTW(devc, INW(devc, DMA_START) & ~0x10, DMA_START); in cmediahd_stop() 584 OUTW(devc, INW(devc, DMA_START) & ~(1<<devc->rec_eng.chan), in cmediahd_stop() 652 offset = portc->bufsz/4 - INW(devc, devc->rec_eng.size) + 1; in cmediahd_count() 938 sVal = INW(devc, CTRL_VERSION); in cmediahd_hwinit() 952 while ((INW(devc, AC97_CTRL) & 0x2) && (count--)) { in cmediahd_hwinit() 953 OUTW(devc, (INW(devc, AC97_CTRL) & ~0x2) | 0x2, AC97_CTRL); in cmediahd_hwinit() 960 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
|
/titanic_44/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 1677 INW(dp, 0x00cc), /* PGSEL */ in sfe_mii_config_dp83815() 1678 INW(dp, 0x00e4), /* PMDCSR */ in sfe_mii_config_dp83815() 1679 INW(dp, 0x00fc), /* TSTDAT */ in sfe_mii_config_dp83815() 1680 INW(dp, 0x00f4), /* DSPCFG */ in sfe_mii_config_dp83815() 1681 INW(dp, 0x00f8))); /* SDCFG */ in sfe_mii_config_dp83815() 1700 INW(dp, 0x00cc), /* PGSEL */ in sfe_mii_config_dp83815() 1701 INW(dp, 0x00e4), /* PMDCSR */ in sfe_mii_config_dp83815() 1702 INW(dp, 0x00fc), /* TSTDAT */ in sfe_mii_config_dp83815() 1703 INW(dp, 0x00f4), /* DSPCFG */ in sfe_mii_config_dp83815() 1704 INW(dp, 0x00f8))); /* SDCFG */ in sfe_mii_config_dp83815() [all …]
|
H A D | sfe_util.h | 82 #define INW(dp, p) \ macro
|
/titanic_44/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()
|
/titanic_44/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()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/io/bfe/ |
H A D | bfe.h | 75 #define INW(bfe, p) \ macro
|
/titanic_44/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()
|