Searched refs:period (Results 401 - 425 of 541) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_out.c231 u32 period = mgb4_read_reg(&voutdev->mgbdev->video, local
234 return sprintf(buf, "%u\n", 125000000 / period);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c551 beacon_period->period = cpu_to_le16(bss_cfg->beacon_period);
563 dtim_period->period = bss_cfg->dtim_period;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c933 len = sprintf(buf, "%d\n", spec_priv->spec_config.period);
952 spec_priv->spec_config.period = val;
/linux-master/drivers/ptp/
H A Dptp_fc3.c546 else if (rq->perout.start.nsec || rq->perout.period.sec != 1 ||
547 rq->perout.period.nsec)
/linux-master/drivers/platform/x86/
H A Dintel_ips.c878 static u32 get_cpu_power(struct ips_driver *ips, u32 *last, int period) argument
889 /* period is in ms and we want mW */
890 ret = (((val - *last) * 1000) / period);
1104 /* Calculate actual sample period for power averaging */
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c376 ts.tv_sec = req->period.sec;
377 ts.tv_nsec = req->period.nsec;
380 /* f/w doesn't support period less than cycle time */
/linux-master/tools/perf/util/
H A Dparse-events.l317 period { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_SAMPLE_PERIOD); }
H A Dcs-etm.c1478 u64 addr, u64 period)
1497 sample.period = period;
1558 sample.period = 1;
1699 attr.sample_period = etm->synth_opts.period;
1738 * TODO: allow period to be defined in cycles and clock time
1778 * instructions with sample period. After sample(n+3), the rest
1476 cs_etm__synth_instruction_sample(struct cs_etm_queue *etmq, struct cs_etm_traceid_queue *tidq, u64 addr, u64 period) argument
/linux-master/drivers/net/phy/
H A Dmicrel.c3072 ts_period.tv_sec = rq->perout.period.sec;
3073 ts_period.tv_nsec = rq->perout.period.nsec;
3077 pr_warn_ratelimited("%s: perout period too small, minimum is 200 nsec\n",
3084 pr_warn_ratelimited("%s: pulse width must be smaller than period\n",
3140 /* Configure to pulse every period */
3144 lan8814_ptp_set_reload(phydev, event, rq->perout.period.sec,
3145 rq->perout.period.nsec);
4897 ts_period.tv_sec = rq->perout.period.sec;
4898 ts_period.tv_nsec = rq->perout.period.nsec;
4902 pr_warn_ratelimited("%s: perout period to
[all...]
/linux-master/drivers/scsi/arm/
H A Dfas216.c27 * 24-05-1998 RMK Fixed synchronous transfers with period >= 200ns
442 * @ns: period in ns (between subsequent bytes)
444 * Calculate value to be loaded into the STP register for a given period
462 * fas216_set_sync - setup FAS216 chip for specified transfer period.
466 * Correctly setup FAS216 chip for specified transfer period.
468 * a transfer period >= 200ns - otherwise the chip will violate
479 if (info->device[target].period >= (200 / 4))
598 dev->period = msg[3];
612 dev->period = info->ifcfg.asyncperiod / 4;
1620 info->device[i].period
[all...]
/linux-master/arch/x86/events/intel/
H A Dds.c1634 data->period = event->hw.last_period;
1816 data->period = event->hw.last_period;
1982 u64 period = hwc->sample_period; local
1986 WARN_ON(!period);
2001 * [-period, 0]
2008 * B) (0 - value1) + (value2 - (-period));
2011 * C) (0 - value1) + (n - 1) * (period) + (value2 - (-period));
2022 * value2 - value1 + n * period
2026 local64_add(new - old + count * period,
[all...]
/linux-master/sound/pci/rme9652/
H A Dhdspm.c25 * Modified 2011-01-25 variable period sizes on RayDAT/AIO by Adrian Knoth
1450 /* return latency in samples per period */
1457 /* Special case for new RME cards with 32 samples period size.
1534 * support period sizes of 32 samples. Since latency is
1540 * In other words, period size in samples is calculated by
1565 static u64 hdspm_calc_dds_value(struct hdspm *hdspm, u64 period) argument
1569 if (period == 0)
1589 return div_u64(freq_const, period);
2194 unsigned int period, rate; local
2196 period
4749 unsigned int period; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c4625 elem->w0 = le32_encode_bits(ch_info->period, RTW89_H2C_CHINFO_W0_PERIOD) |
4698 elem->w0 = le32_encode_bits(ch_info->period, RTW89_H2C_CHINFO_BE_W0_PERIOD) |
5868 ch_info->period = RTW89_CHANNEL_TIME_6G + RTW89_DWELL_TIME_6G;
5905 ch_info->period -= RTW89_DWELL_TIME_6G;
5921 ch_info->period += RTW89_CHANNEL_TIME_6G;
5944 ch_info->period = max_t(u8, ch_info->period,
5995 ch_info->period -= RTW89_DWELL_TIME_6G;
6005 ch_info->period =
6006 max_t(u8, ch_info->period, RTW89_DFS_CHAN_TIM
[all...]
/linux-master/drivers/scsi/
H A Ddc395x.c181 u8 period; /* Target period */ member in struct:NVRamTarget
433 /* real period:48ns,76ns,100ns,124ns,148ns,176ns,200ns,248ns */
671 eeprom->target[id].period =
1133 period_index = eeprom->target[dcb->target_id].period & 0x07;
2589 "msgin_set_sync: Increase sync nego period to %ins\n",
2847 /* set all lun device's period, offset */
3047 /* Program HA ID, target ID, period and offset */
3052 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); /* sync period, wide */
3547 u8 period_index = eeprom->target[target].period
[all...]
H A Dscsi_sysfs.c1218 unsigned int period; local
1220 if (kstrtouint(buf, 10, &period))
1223 sdev->queue_ramp_up_period = msecs_to_jiffies(period);
/linux-master/net/ipv4/
H A Dtcp.c370 int period = timeout; local
373 while (seconds > period && res < 255) {
378 period += timeout;
387 int period = 0; local
390 period = timeout;
395 period += timeout;
398 return period;
/linux-master/drivers/media/dvb-frontends/
H A Dcxd2841er.c949 /* Enable parity period for DVB-T */
953 /* Enable parity period for DVB-C */
1523 u32 period; local
1546 /* Measurement period */
1547 period = (u32)(1 << (data[0] & 0x0F));
1548 if (period == 0) {
1550 "%s(): period is 0\n", __func__);
1553 if (*bit_error > (period * 64800)) {
1555 "%s(): invalid bit_err 0x%x period 0x%x\n",
1556 __func__, *bit_error, period);
1621 u32 period; local
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h149 u32 period, u32 duration,
1172 ath10k_wmi_pdev_set_quiet_mode(struct ath10k *ar, u32 period, u32 duration, argument
1180 skb = ar->wmi.ops->gen_pdev_set_quiet_mode(ar, period, duration,
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1344 u64 start, u32 period)
1353 fwreq.ptp_gpio_ctrl.period = period;
1343 hw_atl_b0_gpio_pulse(struct aq_hw_s *self, u32 index, u64 start, u32 period) argument
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h337 u8 period; member in struct:sym_trans
914 u_char minsync; /* Min sync period factor (ST) */
915 u_char maxsync; /* Max sync period factor (ST) */
917 u_char minsync_dt; /* Min sync period factor (DT) */
918 u_char maxsync_dt; /* Max sync period factor (DT) */
/linux-master/drivers/usb/host/
H A Disp116x.h317 u16 period; member in struct:isp116x_ep
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dhost.h710 * AdHoc awake period (FW v9+ only):
713 * 2 - 31 = sleep for (n - 1) periods and awake for 1 period
916 __le16 period; member in struct:cmd_ds_802_11_afc::__anon100::__anon101
/linux-master/sound/usb/line6/
H A Dpcm.c62 /* impulse response period controls */
362 pstr->period = params_period_bytes(hw_params);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c583 &dev->radar_pattern.period);
H A Dmt7615.h266 u32 period; member in struct:mt7615_dev::__anon1820

Completed in 630 milliseconds

<<11121314151617181920>>