Searched refs:pulse_width (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/microchip/ |
D | lan743x_ptp.c | 467 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 …]
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.h | 185 __le16 pulse_width; member 191 __le16 pulse_width; member 197 __le16 pulse_width; member
|
/linux-6.6.21/drivers/watchdog/ |
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-6.6.21/include/video/ |
D | da8xx-fb.h | 77 int pulse_width; member
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.h | 84 __le16 pulse_width; member 92 __le16 pulse_width; member 100 __le16 pulse_width; member
|
/linux-6.6.21/drivers/media/rc/ |
D | rc-core-priv.h | 248 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-6.6.21/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | mcu.h | 75 __le16 pulse_width; member 83 __le16 pulse_width; member 91 __le16 pulse_width; member
|
/linux-6.6.21/drivers/net/phy/ |
D | micrel.c | 4208 u8 event, int pulse_width) in lan8841_ptp_enable_event() argument 4220 pulse_width << LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_A); in lan8841_ptp_enable_event() 4226 pulse_width << LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_B); in lan8841_ptp_enable_event() 4272 int pulse_width; in lan8841_ptp_perout() local 4313 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_200MS; in lan8841_ptp_perout() 4316 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_100MS; in lan8841_ptp_perout() 4319 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_50MS; in lan8841_ptp_perout() 4322 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_10MS; in lan8841_ptp_perout() 4325 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_5MS; in lan8841_ptp_perout() 4328 pulse_width = LAN8841_PTP_GENERAL_CONFIG_LTC_EVENT_1MS; in lan8841_ptp_perout() [all …]
|
/linux-6.6.21/drivers/video/fbdev/ |
D | da8xx-fb.c | 404 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()
|