Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/
A Dlan743x_ptp.c490 int pulse_width = 0; in lan743x_ptp_perout() local
591 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout()
593 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout()
595 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_1MS_; in lan743x_ptp_perout()
597 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100US_; in lan743x_ptp_perout()
599 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10US_; in lan743x_ptp_perout()
601 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100NS_; in lan743x_ptp_perout()
613 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout()
615 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_1MS_; in lan743x_ptp_perout()
619 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10US_; in lan743x_ptp_perout()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmcu.h214 __le16 pulse_width; member
220 __le16 pulse_width; member
226 __le16 pulse_width; member
/linux/drivers/watchdog/
A Df71808e_wdt.c86 static unsigned int pulse_width = WATCHDOG_PULSE_WIDTH; variable
87 module_param(pulse_width, uint, 0);
88 MODULE_PARM_DESC(pulse_width,
517 fintek_wdt_set_pulse_width(wd, pulse_width); in fintek_wdt_probe()
/linux/drivers/media/rc/
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/include/video/
A Dda8xx-fb.h77 int pulse_width; member
/linux/drivers/video/fbdev/
A Dda8xx-fb.c404 static void lcd_cfg_horizontal_sync(int back_porch, int pulse_width, in lcd_cfg_horizontal_sync() argument
412 | (((pulse_width-1) & 0x3f) << 10); in lcd_cfg_horizontal_sync()
426 reg |= ((pulse_width-1) & 0x3c0) << 21; in lcd_cfg_horizontal_sync()
431 static void lcd_cfg_vertical_sync(int back_porch, int pulse_width, in lcd_cfg_vertical_sync() argument
439 | (((pulse_width-1) & 0x3f) << 10); in lcd_cfg_vertical_sync()
1148 sync_arg.pulse_width, in fb_ioctl()
1156 sync_arg.pulse_width, in fb_ioctl()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmcu.h130 __le16 pulse_width; member
138 __le16 pulse_width; member
146 __le16 pulse_width; member

Completed in 24 milliseconds