Home
last modified time | relevance | path

Searched refs:pulse_width (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c460 int pulse_width = 0; in lan743x_ptp_perout() local
546 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_TOGGLE_; in lan743x_ptp_perout()
557 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout()
559 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout()
561 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_1MS_; in lan743x_ptp_perout()
563 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100US_; in lan743x_ptp_perout()
565 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10US_; in lan743x_ptp_perout()
567 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100NS_; in lan743x_ptp_perout()
577 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout()
579 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.h185 __le16 pulse_width; member
191 __le16 pulse_width; member
197 __le16 pulse_width; member
/linux/drivers/iio/health/
H A Dmax30100.c332 int pulse_width; in max30100_chip_init() local
345 pulse_width = max30100_get_pulse_width(pulse_us); in max30100_chip_init()
346 if (pulse_width < 0) in max30100_chip_init()
347 return dev_err_probe(dev, pulse_width, "invalid LED pulse-width %uus\n", pulse_us); in max30100_chip_init()
353 FIELD_PREP(MAX30100_REG_SPO2_CONFIG_PW_MASK, pulse_width)); in max30100_chip_init()
/linux/drivers/net/phy/
H A Dmicrel.c3685 int pulse_width) in lan8814_ptp_enable_event() argument
3694 LAN8814_PTP_GENERAL_CONFIG_LTC_EVENT_SET(event, pulse_width) | in lan8814_ptp_enable_event()
3697 LAN8814_PTP_GENERAL_CONFIG_LTC_EVENT_SET(event, pulse_width) | in lan8814_ptp_enable_event()
3763 int pulse_width; in lan8814_ptp_perout() local
3805 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_200MS; in lan8814_ptp_perout()
3808 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_100MS; in lan8814_ptp_perout()
3811 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_50MS; in lan8814_ptp_perout()
3814 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_10MS; in lan8814_ptp_perout()
3817 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_5MS; in lan8814_ptp_perout()
3820 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_1MS; in lan8814_ptp_perout()
[all …]
H A Dmicrochip_rds_ptp.c59 int *pulse_width) in mchp_get_pulsewidth() argument
96 *pulse_width = i; in mchp_get_pulsewidth()
101 phydev_info(phydev, "pulse width is %d\n", *pulse_width); in mchp_get_pulsewidth()
106 int pulse_width) in mchp_general_event_config() argument
116 general_config |= MCHP_RDS_PTP_GEN_CFG_LTC_EVT_SET(pulse_width); in mchp_general_event_config()
/linux/drivers/watchdog/
H A Df71808e_wdt.c87 static unsigned int pulse_width = WATCHDOG_PULSE_WIDTH; variable
88 module_param(pulse_width, uint, 0);
89 MODULE_PARM_DESC(pulse_width,
520 fintek_wdt_set_pulse_width(wd, pulse_width); in fintek_wdt_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h84 __le16 pulse_width; member
92 __le16 pulse_width; member
100 __le16 pulse_width; member
/linux/drivers/media/rc/
H A Drc-core-priv.h248 unsigned int pulse_width, in ir_raw_gen_pulse_space() argument
253 init_ir_raw_event_duration((*ev)++, 1, pulse_width); in ir_raw_gen_pulse_space()
/linux/drivers/ptp/
H A Dptp_netc.c214 u64 divisor, pulse_width; in netc_timer_calculate_fiper_pw() local
223 pulse_width = div64_u64(mul_u32_u32(fiper, priv->clk_freq), divisor); in netc_timer_calculate_fiper_pw()
226 if (pulse_width > NETC_TMR_FIPER_MAX_PW) in netc_timer_calculate_fiper_pw()
227 pulse_width = NETC_TMR_FIPER_MAX_PW; in netc_timer_calculate_fiper_pw()
229 return pulse_width; in netc_timer_calculate_fiper_pw()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h97 __le16 pulse_width; member
105 __le16 pulse_width; member
113 __le16 pulse_width; member