Searched defs:conf (Results 76 - 100 of 180) sorted by relevance

12345678

/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.h226 * @conf: struct with bandgap configuration set (# sensors, conv_table, etc)
237 * entries are inside the @conf structure.
242 const struct ti_bandgap_data *conf; member in struct:ti_bandgap
335 ((b)->conf->features & TI_BANDGAP_FEATURE_ ## f)
/drivers/usb/musb/
H A Dtusb6010.c179 void __iomem *ep_conf = hw_ep->conf;
229 void __iomem *ep_conf = hw_ep->conf;
511 u32 conf, prcm, timer; local
521 conf = musb_readl(tbase, TUSB_DEV_CONF);
530 conf |= TUSB_DEV_CONF_USB_HOST_MODE;
562 conf &= ~TUSB_DEV_CONF_USB_HOST_MODE;
568 musb_writel(tbase, TUSB_DEV_CONF, conf);
571 dev_dbg(musb->controller, "VBUS %s, devctl %02x otg %3x conf %08x prcm %08x\n",
575 conf, prcm);
/drivers/ata/
H A Dpata_ep93xx.c651 struct dma_slave_config conf; local
680 memset(&conf, 0, sizeof(conf));
681 conf.direction = DMA_FROM_DEVICE;
682 conf.src_addr = drv_data->udma_in_phys;
683 conf.src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
684 if (dmaengine_slave_config(drv_data->dma_rx_channel, &conf)) {
691 memset(&conf, 0, sizeof(conf));
692 conf
[all...]
/drivers/block/paride/
H A Dpcd.c706 int *conf = *drives[unit]; local
707 if (!conf[D_PRT])
709 if (!pi_init(cd->pi, 0, conf[D_PRT], conf[D_MOD],
710 conf[D_UNI], conf[D_PRO], conf[D_DLY],
713 if (!pcd_probe(cd, conf[D_SLV], id) && cd->disk) {
/drivers/char/
H A Di8k.c829 const struct i8k_config_data *conf = id->driver_data; local
831 if (fan_mult == I8K_FAN_MULT && conf->fan_mult)
832 i8k_fan_mult = conf->fan_mult;
833 if (fan_max == I8K_FAN_HIGH && conf->fan_max)
834 i8k_fan_max = conf->fan_max;
/drivers/crypto/ux500/hash/
H A Dhash_core.c125 struct dma_slave_config conf = { local
141 dmaengine_slave_config(device_data->dma.chan_mem2hash, &conf);
1491 struct hash_config conf; member in struct:hash_algo_template
1509 ctx->config.algorithm = hash_alg->conf.algorithm;
1510 ctx->config.oper_mode = hash_alg->conf.oper_mode;
1519 .conf.algorithm = HASH_ALGO_SHA1,
1520 .conf.oper_mode = HASH_OPER_MODE_HASH,
1541 .conf.algorithm = HASH_ALGO_SHA256,
1542 .conf.oper_mode = HASH_OPER_MODE_HASH,
1564 .conf
[all...]
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Dnvd0.c873 exec_clkcmp(struct nv50_disp_priv *priv, int head, int id, u32 pclk, u32 *conf) argument
898 *conf = (ctrl & 0x00000f00) >> 8;
900 *conf |= 0x0100;
903 *conf = priv->sor.lvdsconf;
906 *conf = (ctrl & 0x00000f00) >> 8;
910 *conf = 0x00ff;
914 data = nvbios_ocfg_match(bios, data, *conf, &ver, &hdr, &cnt, &len, &info2);
978 const u32 conf = nv_rd32(priv, 0x660404 + (head * 0x300)); local
1013 if ((conf & 0x3c0) == 0x180) bits = 30;
1014 else if ((conf
1038 u32 conf, addr, data; local
1079 u32 conf; local
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c145 * conf byte. These tables are similar to the TMDS tables, consisting
1397 uint32_t conn, uint32_t conf, struct dcb_output *entry)
1413 * Although the rest of a CRT conf dword is usually
1417 (conf & 0xffff) * 10 :
1418 (conf & 0xff) * 10000;
1423 if (conf & 0x1)
1437 if (conf & 0x4 || conf & 0x8)
1441 if (conf & 0x2)
1443 if (conf
1396 parse_dcb20_entry(struct drm_device *dev, struct dcb_table *dcb, uint32_t conn, uint32_t conf, struct dcb_output *entry) argument
1536 parse_dcb15_entry(struct drm_device *dev, struct dcb_table *dcb, uint32_t conn, uint32_t conf, struct dcb_output *entry) argument
1640 apply_dcb_encoder_quirks(struct drm_device *dev, int idx, u32 *conn, u32 *conf) argument
1782 u32 conf = (dcb->version >= 0x20) ? ROM32(outp[4]) : ROM32(outp[6]); local
[all...]
/drivers/gpu/drm/sti/
H A Dsti_hdmi.c200 u32 conf; local
205 conf = HDMI_CFG_FIFO_OVERRUN_CLR | HDMI_CFG_FIFO_UNDERRUN_CLR;
208 conf |= HDMI_CFG_HDMI_NOT_DVI | HDMI_CFG_ESS_NOT_OESS;
211 conf |= HDMI_CFG_SINK_TERM_DET_EN;
216 conf |= HDMI_CFG_H_SYNC_POL_NEG;
222 conf |= HDMI_CFG_V_SYNC_POL_NEG;
226 conf |= HDMI_CFG_DEVICE_EN;
228 hdmi_write(hdmi, conf, HDMI_CFG);
/drivers/hwmon/
H A Df75375s.c467 u8 conf; local
491 conf = f75375_read8(client, reg);
492 conf &= ~(1 << ctrl);
495 conf |= (1 << ctrl);
497 f75375_write8(client, reg, conf);
773 u8 conf, mode; local
776 conf = f75375_read8(client, F75375_REG_CONFIG1);
800 if (!(conf & (1 << F75375_FAN_CTRL_LINEAR(nr))))
H A Dgl520sm.c844 u8 oldconf, conf; local
846 conf = oldconf = gl520_read_value(client, GL520_REG_CONF);
852 conf &= ~0x10;
854 conf |= 0x10;
855 data->two_temps = !(conf & 0x10);
858 if (!(conf & 0x20))
859 conf &= 0xf7;
862 conf |= 0x40;
864 if (conf != oldconf)
865 gl520_write_value(client, GL520_REG_CONF, conf);
[all...]
/drivers/iio/adc/
H A Dad7793.c159 u16 conf; member in struct:ad7793_state
187 st->conf &= ~AD7793_CONF_CHAN_MASK;
188 st->conf |= AD7793_CONF_CHAN(channel);
190 return ad_sd_write_reg(&st->sd, AD7793_REG_CONF, 2, st->conf);
287 st->conf = 0;
292 st->conf |= AD7793_CONF_REFSEL(pdata->refsel);
294 st->conf |= AD7793_CONF_VBIAS(pdata->bias_voltage);
296 st->conf |= AD7793_CONF_BUF;
299 st->conf |= AD7793_CONF_BOOST;
301 st->conf |
[all...]
/drivers/md/
H A Ddm-raid.c1505 struct r5conf *conf = rs->md.private; local
1509 conf ? conf->max_nr_stripes * 2 : 0);
1615 struct r5conf *conf = rs->md.private; local
1618 blk_limits_io_opt(limits, chunk_size * (conf->raid_disks - conf->max_degraded));
/drivers/media/platform/s5p-tv/
H A Dmixer_video.c93 struct mxr_output_conf *conf = &output_conf[i]; local
96 sd = find_and_register_subdev(mdev, conf->module_name);
103 conf->output_name);
108 strlcpy(out->name, conf->output_name, sizeof(out->name));
110 out->cookie = conf->cookie;
113 conf->output_name, conf->module_name);
/drivers/media/platform/soc_camera/
H A Dmx3_camera.c460 u32 conf; local
466 conf = csi_reg_read(mx3_cam, CSI_OUT_FRM_CTRL) & 0xffff0000;
467 csi_reg_write(mx3_cam, conf, CSI_OUT_FRM_CTRL);
470 conf = 0 << CSI_SENS_CONF_SENS_PRTCL_SHIFT;
473 conf |= CSI_SENS_CONF_DATA_FMT_BAYER;
476 conf |= 3 << CSI_SENS_CONF_DATA_WIDTH_SHIFT;
478 conf |= 2 << CSI_SENS_CONF_DATA_WIDTH_SHIFT;
480 conf |= 1 << CSI_SENS_CONF_DATA_WIDTH_SHIFT;
482 conf |= 0 << CSI_SENS_CONF_DATA_WIDTH_SHIFT;
485 conf |
[all...]
/drivers/mmc/host/
H A Dmmci.c576 struct dma_slave_config conf = { local
593 conf.direction = DMA_DEV_TO_MEM;
597 conf.direction = DMA_MEM_TO_DEV;
618 dmaengine_slave_config(chan, &conf);
620 conf.direction, flags);
/drivers/net/wireless/
H A Dadm8211.c1294 struct ieee80211_conf *conf = &dev->conf; local
1296 ieee80211_frequency_to_channel(conf->chandef.chan->center_freq);
1308 struct ieee80211_bss_conf *conf,
1316 if (!ether_addr_equal(conf->bssid, priv->bssid)) {
1317 adm8211_set_bssid(dev, conf->bssid);
1318 memcpy(priv->bssid, conf->bssid, ETH_ALEN);
1306 adm8211_bss_info_changed(struct ieee80211_hw *dev, struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, u32 changes) argument
/drivers/net/wireless/ath/ar5523/
H A Dar5523.c452 struct ieee80211_conf *conf = &ar->hw->conf; local
459 reset.freq = cpu_to_be32(conf->chandef.chan->center_freq);
466 conf->chandef.chan->center_freq);
596 rx_status->band = hw->conf.chandef.chan->band;
1156 band = ar->hw->wiphy->bands[ar->hw->conf.chandef.chan->band];
1162 sta_rate_set = sta->supp_rates[ar->hw->conf.chandef.chan->band];
1200 sta_rate_set = sta->supp_rates[ar->hw->conf.chandef.chan->band];
1204 band = ar->hw->wiphy->bands[ar->hw->conf.chandef.chan->band];
/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c1191 struct ath_hw_radar_conf *conf)
1195 if (!conf) {
1201 radar_0 |= SM(conf->fir_power, AR_PHY_RADAR_0_FIRPWR);
1202 radar_0 |= SM(conf->radar_rssi, AR_PHY_RADAR_0_RRSSI);
1203 radar_0 |= SM(conf->pulse_height, AR_PHY_RADAR_0_HEIGHT);
1204 radar_0 |= SM(conf->pulse_rssi, AR_PHY_RADAR_0_PRSSI);
1205 radar_0 |= SM(conf->pulse_inband, AR_PHY_RADAR_0_INBAND);
1209 radar_1 |= SM(conf->pulse_maxlen, AR_PHY_RADAR_1_MAXLEN);
1210 radar_1 |= SM(conf->pulse_inband_step, AR_PHY_RADAR_1_RELSTEP_THRESH);
1211 radar_1 |= SM(conf
1190 ar5008_hw_set_radar_params(struct ath_hw *ah, struct ath_hw_radar_conf *conf) argument
1223 struct ath_hw_radar_conf *conf = &ah->radar_conf; local
[all...]
H A Dar9003_phy.c1361 struct ath_hw_radar_conf *conf)
1366 if (!conf) {
1372 radar_0 |= SM(conf->fir_power, AR_PHY_RADAR_0_FIRPWR);
1373 radar_0 |= SM(conf->radar_rssi, AR_PHY_RADAR_0_RRSSI);
1374 radar_0 |= SM(conf->pulse_height, AR_PHY_RADAR_0_HEIGHT);
1375 radar_0 |= SM(conf->pulse_rssi, AR_PHY_RADAR_0_PRSSI);
1376 radar_0 |= SM(conf->pulse_inband, AR_PHY_RADAR_0_INBAND);
1380 radar_1 |= SM(conf->pulse_maxlen, AR_PHY_RADAR_1_MAXLEN);
1381 radar_1 |= SM(conf->pulse_inband_step, AR_PHY_RADAR_1_RELSTEP_THRESH);
1382 radar_1 |= SM(conf
1360 ar9003_hw_set_radar_params(struct ath_hw *ah, struct ath_hw_radar_conf *conf) argument
1399 struct ath_hw_radar_conf *conf = &ah->radar_conf; local
[all...]
H A Ddebug.c1091 struct ieee80211_conf *conf = &common->hw->conf; local
1109 ((i >= AR5416_MAX_CHAINS) && !conf_is_ht40(conf)))
H A Dhtc_drv_main.c188 struct ieee80211_channel *channel = priv->hw->conf.chandef.chan;
246 struct ieee80211_conf *conf = &common->hw->conf; local
248 struct ieee80211_channel *channel = hw->conf.chandef.chan;
258 fastcc = !!(hw->conf.flags & IEEE80211_CONF_OFFCHANNEL);
275 channel->center_freq, conf_is_ht(conf), conf_is_ht40(conf),
311 !(hw->conf.flags & IEEE80211_CONF_OFFCHANNEL))
601 sband = priv->hw->wiphy->bands[priv->hw->conf.chandef.chan->band];
627 (conf_is_ht40(&priv->hw->conf)))
1168 struct ieee80211_conf *conf = &hw->conf; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c527 struct ieee80211_conf *conf = &hw->conf; local
536 conf->listen_interval);
540 __func__, conf->flags & IEEE80211_CONF_MONITOR ?
544 __func__, conf->flags & IEEE80211_CONF_PS ?
548 err = brcms_c_set_tx_power(wl->wlc, conf->power_level);
555 if (new_int != conf->power_level)
558 __func__, conf->power_level,
562 if (conf->chandef.width == NL80211_CHAN_WIDTH_20 ||
563 conf
[all...]
/drivers/net/wireless/iwlwifi/dvm/
H A Dmac80211.c947 struct ieee80211_conf *conf = &hw->conf; local
983 priv->current_ht_config.smps = conf->smps_mode;
/drivers/net/wireless/rt2x00/
H A Drt2400pci.c287 struct rt2x00intf_conf *conf,
306 rt2x00_set_field32(&reg, CSR14_TSF_SYNC, conf->sync);
312 conf->mac, sizeof(conf->mac));
316 conf->bssid,
317 sizeof(conf->bssid));
513 libconf->conf->long_frame_max_tx_count);
515 libconf->conf->short_frame_max_tx_count);
523 (libconf->conf->flags & IEEE80211_CONF_PS) ?
532 libconf->conf
285 rt2400pci_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct rt2x00intf_conf *conf, const unsigned int flags) argument
[all...]

Completed in 773 milliseconds

12345678