| /freebsd-9-stable/sys/dev/sound/pci/ |
| D | envy24.c | 153 void *adc[4], *dac[4]; member 943 else if (dir == PCMDIR_PLAY && sc->dac[num] != NULL) in envy24_delta_ak4524_create() 944 buff->info = ((struct envy24_delta_ak4524_codec *)sc->dac[num])->info; in envy24_delta_ak4524_create() 970 if (ptr->parent->dac[ptr->num] != NULL) in envy24_delta_ak4524_destroy() 1340 envy24_route(struct sc_info *sc, int dac, int class, int adc, int rev) in envy24_route() argument 1347 dac, class, adc, rev); in envy24_route() 1350 if (dac < 0 || ENVY24_ROUTE_DAC_SPDIF < dac) in envy24_route() 1353 (dac != ENVY24_ROUTE_DAC_1 && dac != ENVY24_ROUTE_DAC_SPDIF)) in envy24_route() 1364 if (dac == ENVY24_ROUTE_DAC_SPDIF) { in envy24_route() 1374 mask = ~(0x0303 << dac * 2); in envy24_route() [all …]
|
| D | envy24ht.c | 152 void *adc[4], *dac[4]; member 928 else if (dir == PCMDIR_PLAY && sc->dac[num] != NULL) in envy24ht_spi_create() 929 buff->info = ((struct envy24ht_spi_codec *)sc->dac[num])->info; in envy24ht_spi_create() 955 if (ptr->parent->dac[ptr->num] != NULL) in envy24ht_spi_destroy() 1301 envy24ht_route(struct sc_info *sc, int dac, int class, int adc, int rev) in envy24ht_route() argument 1932 sc->cfg->codec->setvolume(sc->dac[i], PCMDIR_PLAY, left, right); in envy24htmixer_set() 2361 sc->dac[i] = sc->cfg->codec->create(sc->dev, sc, PCMDIR_PLAY, i); in envy24ht_init() 2362 sc->cfg->codec->init(sc->dac[i]); in envy24ht_init() 2531 sc->cfg->codec->destroy(sc->dac[i]); in envy24ht_pci_attach() 2566 sc->cfg->codec->destroy(sc->dac[i]); in envy24ht_pci_detach()
|
| D | es137x.c | 1267 unsigned int freq, r, result, dac, dis; in es1371_dac_rate() local 1278 dac = (set == ES_DAC1) ? ES_SMPREG_DAC1 : ES_SMPREG_DAC2; in es1371_dac_rate() 1283 es1371_src_write(es, dac + ES_SMPREG_INT_REGS, in es1371_dac_rate() 1284 (es1371_src_read(es, dac + ES_SMPREG_INT_REGS) & 0x00ff) | in es1371_dac_rate() 1286 es1371_src_write(es, dac + ES_SMPREG_VFREQ_FRAC, freq & 0x7fff); in es1371_dac_rate()
|
| /freebsd-9-stable/sys/dev/drm2/radeon/ |
| D | radeon_combios.c | 929 uint8_t rev, bg, dac; in radeon_combios_get_primary_dac_info() local 945 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf; in radeon_combios_get_primary_dac_info() 946 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info() 949 dac = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_primary_dac_info() 950 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info() 1065 uint8_t rev, bg, dac; in radeon_combios_get_tv_dac_info() local 1080 dac = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info() 1081 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info() 1084 dac = RBIOS8(dac_info + 0xf) & 0xf; in radeon_combios_get_tv_dac_info() 1085 tv_dac->pal_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info() [all …]
|
| D | radeon_encoders.c | 83 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument 94 switch (dac) { in radeon_get_encoder_enum()
|
| D | radeon_atombios.c | 897 uint8_t dac; in radeon_get_atom_connector_info_from_supported_devices_table() local 951 dac = ci.sucConnectorInfo.sbfAccess.bfAssociatedDAC; in radeon_get_atom_connector_info_from_supported_devices_table() 1014 dac), in radeon_get_atom_connector_info_from_supported_devices_table() 1021 dac), in radeon_get_atom_connector_info_from_supported_devices_table() 1665 uint8_t bg, dac; in radeon_atombios_get_primary_dac_info() local 1680 dac = dac_info->ucDAC1_DAC_Adjustment; in radeon_atombios_get_primary_dac_info() 1681 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_atombios_get_primary_dac_info() 1850 uint8_t bg, dac; in radeon_atombios_get_tv_dac_info() local 1866 dac = dac_info->ucDAC2_CRT2_DAC_Adjustment; in radeon_atombios_get_tv_dac_info() 1867 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_atombios_get_tv_dac_info() [all …]
|
| D | atombios_encoders.c | 2508 struct radeon_encoder_atom_dac *dac = malloc(sizeof(struct radeon_encoder_atom_dac), in radeon_atombios_set_dac_info() local 2511 if (!dac) in radeon_atombios_set_dac_info() 2514 dac->tv_std = radeon_atombios_get_tv_info(rdev); in radeon_atombios_set_dac_info() 2515 return dac; in radeon_atombios_set_dac_info()
|
| D | radeon.h | 2028 uint32_t supported_device, uint8_t dac);
|
| /freebsd-9-stable/contrib/gcclibs/libdecnumber/ |
| D | decNumber.c | 1000 decNumber *dac = (decNumber *) dacbuff; /* -> result accumulator */ in decNumberPower() local 1106 dac = allocdac; /* use the allocated space */ in decNumberPower() 1108 decNumberZero (dac); /* acc=1 */ in decNumberPower() 1109 *dac->lsu = 1; /* .. */ in decNumberPower() 1121 decNumberCopy (res, dac); /* copy the 1 */ in decNumberPower() 1130 decNumberCopy (&dnOne, dac); /* dnOne=1; [needed now or later] */ in decNumberPower() 1136 decDivideOp (dac, &dnOne, lhs, &workset, DIVIDE, &status); in decNumberPower() 1156 decNumberCopy (newlhs, dac); /* copy the 1/lhs */ in decNumberPower() 1157 decNumberCopy (dac, &dnOne); /* restore acc=1 */ in decNumberPower() 1171 if (status & DEC_Overflow || ISZERO (dac)) in decNumberPower() [all …]
|
| /freebsd-9-stable/usr.sbin/lmcconfig/ |
| D | lmcconfig.c | 1477 u_int32_t dac = strtoul(optarg, NULL, 0); in t3_cmd() local 1478 write_dac(dac); in t3_cmd() 1479 if (verbose) printf("VCXO DAC value is %d\n", dac); in t3_cmd()
|
| /freebsd-9-stable/sys/dev/bwn/ |
| D | if_bwn.c | 14086 bwn_phy_lp_set_txgain_dac(struct bwn_mac *mac, uint16_t dac) in bwn_phy_lp_set_txgain_dac() argument 14091 ctl |= dac << 7; in bwn_phy_lp_set_txgain_dac()
|