Home
last modified time | relevance | path

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

/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()