| /OK3568_Linux_fs/u-boot/drivers/pwm/ |
| H A D | tegra_pwm.c | 25 uint pulse_width; in tegra_pwm_set_config() local 34 pulse_width = duty_ns * 255 / period_ns; in tegra_pwm_set_config() 36 reg = pulse_width << PWM_WIDTH_SHIFT; in tegra_pwm_set_config() 39 debug("%s: pulse_width=%u\n", __func__, pulse_width); in tegra_pwm_set_config()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | rk_ircut.c | 56 int pulse_width; member 104 &ircut->pulse_width); in ba6208_parse_dt() 106 ircut->pulse_width = 100; in ba6208_parse_dt() 110 if (ircut->pulse_width > 2000) { in ba6208_parse_dt() 111 ircut->pulse_width = 300; in ba6208_parse_dt() 116 ircut->pulse_width); in ba6208_parse_dt() 141 msleep(ircut->pulse_width); in ba6208_ctrl() 149 msleep(ircut->pulse_width); in ba6208_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/ |
| H A D | lan743x_ptp.c | 490 int pulse_width = 0; in lan743x_ptp_perout() local 545 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout() 547 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout() 549 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_1MS_; in lan743x_ptp_perout() 551 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100US_; in lan743x_ptp_perout() 553 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10US_; in lan743x_ptp_perout() 555 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100NS_; in lan743x_ptp_perout() 562 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout() 577 (perout->event_ch, pulse_width); in lan743x_ptp_perout()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | f71808e_wdt.c | 92 static unsigned int pulse_width = WATCHDOG_PULSE_WIDTH; variable 93 module_param(pulse_width, uint, 0); 94 MODULE_PARM_DESC(pulse_width, 706 err = watchdog_set_pulse_width(pulse_width); in watchdog_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | da8xx-fb.h | 77 int pulse_width; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | da8xx-fb.h | 109 int pulse_width; member
|
| H A D | da8xx-fb.c | 389 static void lcd_cfg_horizontal_sync(int back_porch, int pulse_width, in lcd_cfg_horizontal_sync() argument 397 | ((pulse_width & 0x3f) << 10); in lcd_cfg_horizontal_sync() 401 static void lcd_cfg_vertical_sync(int back_porch, int pulse_width, in lcd_cfg_vertical_sync() argument 409 | ((pulse_width & 0x3f) << 10); in lcd_cfg_vertical_sync()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A 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() 1148 sync_arg.pulse_width, in fb_ioctl() 1156 sync_arg.pulse_width, in fb_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mcu.h | 203 __le16 pulse_width; member 209 __le16 pulse_width; member 215 __le16 pulse_width; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mcu.h | 91 __le16 pulse_width; member 99 __le16 pulse_width; member 107 __le16 pulse_width; member
|