| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | tegra20-dc.txt | 28 * delay between panel_vdd-rise and data-rise 29 * delay between data-rise and backlight_vdd-rise 30 * delay between backlight_vdd and pwm-rise 31 * delay between pwm-rise and backlight_en-rise
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-feiyang-fy07024di26a30d.c | 58 /* T1 (dvdd start + dvdd rise) 0 < T1 <= 10ms */ in feiyang_prepare() 65 /* T3 (dvdd rise + avdd start + avdd rise) T3 >= 20ms */ in feiyang_prepare() 71 * T5 + T6 (avdd rise + video & logic signal rise) in feiyang_prepare() 78 /* T12 (video & logic signal rise + backlight rise) T12 >= 200ms */ in feiyang_prepare() 98 /* T12 (video & logic signal rise + backlight rise) T12 >= 200ms */ in feiyang_enable() 133 /* T11 (dvdd rise to fall) 0 < T11 <= 10ms */ in feiyang_unprepare()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-mt7621.c | 115 u32 rise, fall, high, low; in mediatek_gpio_irq_unmask() local 118 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE); in mediatek_gpio_irq_unmask() 122 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising)); in mediatek_gpio_irq_unmask() 136 u32 rise, fall, high, low; in mediatek_gpio_irq_mask() local 139 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE); in mediatek_gpio_irq_mask() 144 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise & ~BIT(pin)); in mediatek_gpio_irq_mask()
|
| H A D | gpio-stmpe.c | 296 u8 rise = NOT_SUPPORTED_IDX; in stmpe_dbg_show_one() local 319 rise = !!(ret & mask); in stmpe_dbg_show_one() 344 rise_values[rise], in stmpe_dbg_show_one()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ddr_spd.h | 130 unsigned char dt0_mode; /* 49 DRAM Case Temperature Rise from Ambient 133 unsigned char dt2n_dt2q; /* 50 DRAM Case Temperature Rise from Ambient 136 unsigned char dt2p; /* 51 DRAM Case Temperature Rise from Ambient 138 unsigned char dt3n; /* 52 DRAM Case Temperature Rise from Ambient 140 unsigned char dt3pfast; /* 53 DRAM Case Temperature Rise from Ambient 143 unsigned char dt3pslow; /* 54 DRAM Case Temperature Rise from Ambient 146 unsigned char dt4r_dt4r4w; /* 55 DRAM Case Temperature Rise from Ambient 149 unsigned char dt5b; /* 56 DRAM Case Temperature Rise from Ambient 151 unsigned char dt7; /* 57 DRAM Case Temperature Rise from Ambient 159 unsigned char dtpllactive; /* 60 PLL Case Temperature Rise from Ambient [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | regs-u2d.h | 73 #define U2DOTGINT_RLS1 (1 << 14) /* RXCMD Linestate[1] Change Interrupt Rise */ 74 #define U2DOTGINT_RLS0 (1 << 13) /* RXCMD Linestate[0] Change Interrupt Rise */ 75 #define U2DOTGINT_RID (1 << 12) /* RXCMD OTG ID Change Interrupt Rise */ 76 #define U2DOTGINT_RSE (1 << 11) /* RXCMD OTG Session End Interrupt Rise */ 77 #define U2DOTGINT_RSV (1 << 10) /* RXCMD OTG Session Valid Interrupt Rise */ 78 #define U2DOTGINT_RVV (1 << 9) /* RXCMD OTG Vbus Valid Interrupt Rise */ 79 #define U2DOTGINT_RCK (1 << 8) /* RXCMD Carkit Interrupt Rise */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | offload.h | 81 * @system_time: system time on air rise 82 * @tsf: TSF on air rise 83 * @beacon_timestamp: beacon on air rise
|
| H A D | rx.h | 89 * @system_timestamp: GP2 at on air rise 90 * @timestamp: TSF at on air rise 91 * @beacon_time_stamp: beacon at on-air rise 491 * @gp2_on_air_rise: GP2 timer value on air rise (INA) 498 * TSF value on air rise (INA), only valid if 586 * @gp2_on_air_rise: GP2 timer value on air rise (INA) 593 * TSF value on air rise (INA), only valid if 719 * @on_air_rise_time: GP2 during on air rise
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | leds-sc27xx.rst | 12 hardware pattern, which is used to configure the rise time, 17 format, we should set brightness as 0 for rise stage, fall
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-gru-gru.dts | 104 // TODO: rise / fall times? 126 // TODO: rise / fall times? 136 // TODO: rise / fall times?
|
| H A D | rk3399-gru-kevin.dts | 184 /* These are relatively safe rise/fall times. */ 200 /* These are relatively safe rise/fall times. */
|
| H A D | rk3399-gru-chromebook.dtsi | 267 /* These are relatively safe rise/fall times */ 283 /* These are relatively safe rise/fall times */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-mux-ltc4306.txt | 24 - ltc,downstream-accelerators-enable: Enables the rise time accelerators 26 - ltc,upstream-accelerators-enable: Enables the rise time accelerators
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-naneng-usb2.c | 65 * @bvalidrise_det_en: vbus valid rise detection enable register. 66 * @bvalidrise_det_st: vbus valid rise detection status register. 67 * @bvalidrise_det_clr: vbus valid rise detection clear register. 78 * @idrise_det_en: id rise detection enable register. 79 * @idrise_det_st: id rise detection state register. 80 * @idrise_det_clr: id rise detection clear register.
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | dwc3-omap.c | 277 dev_dbg(omap->dev, "DRVVBUS Rise\n"); in dwc3_omap_interrupt() 280 dev_dbg(omap->dev, "CHRGVBUS Rise\n"); in dwc3_omap_interrupt() 283 dev_dbg(omap->dev, "DISCHRGVBUS Rise\n"); in dwc3_omap_interrupt() 286 dev_dbg(omap->dev, "IDPULLUP Rise\n"); in dwc3_omap_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/clk/tegra/ |
| H A D | clk-tegra114.c | 20 #define CPU_FINETRIM_DR 0x4d8 /* rise->rise prop dly A */ 21 #define CPU_FINETRIM_R 0x4e4 /* rise->rise prop dly inc A */ 1201 /* Use hardwired rise->rise & fall->fall clock propagation delays */ in tegra114_clock_tune_cpu_trimmers_high() 1225 * Use software-specified rise->rise & fall->fall clock in tegra114_clock_tune_cpu_trimmers_low() 1250 /* Increment the rise->rise clock delay by four steps */ in tegra114_clock_tune_cpu_trimmers_init() 1257 * Use the rise->rise clock propagation delay specified in the in tegra114_clock_tune_cpu_trimmers_init()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs42l42.txt | 30 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no 101 cirrus,ts-dbnc-rise = <0x05>;
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-usb2.c | 90 * @bvalidrise_det_en: vbus valid rise detection enable register. 91 * @bvalidrise_det_st: vbus valid rise detection status register. 92 * @bvalidrise_det_clr: vbus valid rise detection clear register. 106 * @idrise_det_en: id rise detection enable register. 107 * @idrise_det_st: id rise detection state register. 108 * @idrise_det_clr: id rise detection clear register. 185 * @bvalid_irq: IRQ number assigned for vbus valid rise detection. 188 * @id_irq: IRQ number assigned for id fall or rise detection. 867 /* clear disconnect rise detect irq pending status */ in rockchip_usb2phy_disconnect_irq() 1147 /* clear bvalid fall or rise detect irq pending status */ in rockchip_usb2phy_bvalid_irq() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | mvebu-devbus.txt | 92 address and data to DEV_WEn rise. 100 data after DEV_WEn rise.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/cpuid/ |
| H A D | cpuid_20211129.bb | 5 UMC, NexGen, Rise, and SiS CPUs"
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | stm32f7_i2c.c | 136 * @rise_max: Max rise time of both SDA and SCL signals (ns) 162 * @rise_time: Rise time (ns) 653 pr_err("%s :timings out of bound Rise{%d>%d}/Fall{%d>%d}\n", in stm32_i2c_compute_timing() 743 debug("%s: I2C Rise(%i) and Fall(%i) Time\n", __func__, in stm32_i2c_setup_timing()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | parade-ps8622.c | 364 * T1 is the range of time that it takes for the power to rise after we in ps8622_pre_enable() 368 * If it takes T1.max for the power to rise, we need to wait atleast in ps8622_pre_enable() 370 * power to rise, we need to wait at most T2.max before deasserting the in ps8622_pre_enable()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-sc27xx-bltc.c | 157 /* Reset the rise, high, fall and low time to zero. */ in sc27xx_led_pattern_clear() 183 * Must contain 4 tuples to configure the rise time, high time, fall in sc27xx_led_pattern_set()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | interactive.c | 1130 " spd->dt0_mode, * 49 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1134 " spd->dt2n_dt2q, * 50 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1138 " spd->dt2p, * 51 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1141 " spd->dt3n, * 52 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1144 " spd->dt3pfast, * 53 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1148 " spd->dt3pslow, * 54 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1152 " spd->dt4r_dt4r4w, * 55 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1156 " spd->dt5b, * 56 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1159 " spd->dt7, * 57 DRAM Case Temperature Rise from " in ddr2_spd_dump() 1169 " spd->dtpllactive, * 60 PLL Case Temperature Rise from " in ddr2_spd_dump() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | rk8xx_pwrkey.c | 55 printf("Failed to register pwron rise irq, ret=%d\n", rise_irq); in rk8xx_pwrkey_probe()
|