Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pwm/
H A Dtegra_pwm.c22 uint pulse_width; in tegra_pwm_set_config() local
31 pulse_width = duty_ns * 255 / period_ns; in tegra_pwm_set_config()
33 reg = pulse_width << PWM_WIDTH_SHIFT; in tegra_pwm_set_config()
36 debug("%s: pulse_width=%u\n", __func__, pulse_width); in tegra_pwm_set_config()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c467 int pulse_width = 0; in lan743x_ptp_perout() local
557 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_TOGGLE_; in lan743x_ptp_perout()
568 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout()
570 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout()
572 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_1MS_; in lan743x_ptp_perout()
574 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100US_; in lan743x_ptp_perout()
576 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10US_; in lan743x_ptp_perout()
578 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100NS_; in lan743x_ptp_perout()
588 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout()
590 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout()
[all …]
/openbmc/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
/openbmc/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()
/openbmc/linux/include/video/
H A Dda8xx-fb.h77 int pulse_width; member
/openbmc/u-boot/drivers/video/
H A Dda8xx-fb.h108 int pulse_width; member
H A Dda8xx-fb.c388 static void lcd_cfg_horizontal_sync(int back_porch, int pulse_width, in lcd_cfg_horizontal_sync() argument
396 | ((pulse_width & 0x3f) << 10); in lcd_cfg_horizontal_sync()
400 static void lcd_cfg_vertical_sync(int back_porch, int pulse_width, in lcd_cfg_vertical_sync() argument
408 | ((pulse_width & 0x3f) << 10); in lcd_cfg_vertical_sync()
/openbmc/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
/openbmc/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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h75 __le16 pulse_width; member
83 __le16 pulse_width; member
91 __le16 pulse_width; member
/openbmc/linux/drivers/net/phy/
H A Dmicrel.c4327 u8 event, int pulse_width) in lan8841_ptp_enable_event() argument
4339 pulse_width << LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_A); in lan8841_ptp_enable_event()
4345 pulse_width << LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_B); in lan8841_ptp_enable_event()
4391 int pulse_width; in lan8841_ptp_perout() local
4432 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_200MS; in lan8841_ptp_perout()
4435 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_100MS; in lan8841_ptp_perout()
4438 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_50MS; in lan8841_ptp_perout()
4441 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_10MS; in lan8841_ptp_perout()
4444 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_5MS; in lan8841_ptp_perout()
4447 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_1MS; in lan8841_ptp_perout()
[all …]
/openbmc/linux/drivers/video/fbdev/
H 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()
1147 sync_arg.pulse_width, in fb_ioctl()
1155 sync_arg.pulse_width, in fb_ioctl()