Searched refs:pulse_width (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | micrel.c | 3803 int pulse_width) in lan8814_ptp_enable_event() argument 3812 LAN8814_PTP_GENERAL_CONFIG_LTC_EVENT_SET(event, pulse_width) | in lan8814_ptp_enable_event() 3815 LAN8814_PTP_GENERAL_CONFIG_LTC_EVENT_SET(event, pulse_width) | in lan8814_ptp_enable_event() 3881 int pulse_width; in lan8814_ptp_perout() local 3923 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_200MS; in lan8814_ptp_perout() 3926 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_100MS; in lan8814_ptp_perout() 3929 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_50MS; in lan8814_ptp_perout() 3932 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_10MS; in lan8814_ptp_perout() 3935 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_5MS; in lan8814_ptp_perout() 3938 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_1MS; in lan8814_ptp_perout() [all …]
|
| H A D | microchip_rds_ptp.c | 59 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 D | f71808e_wdt.c | 87 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 D | mcu.h | 93 __le16 pulse_width; member 101 __le16 pulse_width; member 109 __le16 pulse_width; member
|
| /linux/drivers/ptp/ |
| H A D | ptp_netc.c | 214 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 D | mcu.h | 95 __le16 pulse_width; member 103 __le16 pulse_width; member 111 __le16 pulse_width; member
|