Home
last modified time | relevance | path

Searched full:gear (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v6.1/drivers/clk/uniphier/
Dclk-uniphier-cpugear.c30 struct uniphier_clk_cpugear *gear = to_uniphier_clk_cpugear(hw); in uniphier_clk_cpugear_set_parent() local
34 ret = regmap_write_bits(gear->regmap, in uniphier_clk_cpugear_set_parent()
35 gear->regbase + UNIPHIER_CLK_CPUGEAR_SET, in uniphier_clk_cpugear_set_parent()
36 gear->mask, index); in uniphier_clk_cpugear_set_parent()
40 ret = regmap_write_bits(gear->regmap, in uniphier_clk_cpugear_set_parent()
41 gear->regbase + UNIPHIER_CLK_CPUGEAR_UPD, in uniphier_clk_cpugear_set_parent()
47 return regmap_read_poll_timeout(gear->regmap, in uniphier_clk_cpugear_set_parent()
48 gear->regbase + UNIPHIER_CLK_CPUGEAR_UPD, in uniphier_clk_cpugear_set_parent()
55 struct uniphier_clk_cpugear *gear = to_uniphier_clk_cpugear(hw); in uniphier_clk_cpugear_get_parent() local
60 ret = regmap_read(gear->regmap, in uniphier_clk_cpugear_get_parent()
[all …]
/Linux-v6.1/include/ufs/
Dunipro.h215 UFS_PWM_DONT_CHANGE, /* Don't change Gear */
216 UFS_PWM_G1, /* PWM Gear 1 (default for reset) */
217 UFS_PWM_G2, /* PWM Gear 2 */
218 UFS_PWM_G3, /* PWM Gear 3 */
219 UFS_PWM_G4, /* PWM Gear 4 */
220 UFS_PWM_G5, /* PWM Gear 5 */
221 UFS_PWM_G6, /* PWM Gear 6 */
222 UFS_PWM_G7, /* PWM Gear 7 */
226 UFS_HS_DONT_CHANGE, /* Don't change Gear */
227 UFS_HS_G1, /* HS Gear 1 (default for reset) */
[all …]
Dufs_quirks.h83 * Gear switch from PWM to HS may fail even with this max. PA_SaveConfigTime.
84 * Gear switch can be issued by host controller as an error recovery and any
/Linux-v6.1/drivers/ufs/host/
Dufshcd-pltfrm.h14 u32 pwm_rx_gear; /* pwm rx gear to work in */
15 u32 pwm_tx_gear; /* pwm tx gear to work in */
16 u32 hs_rx_gear; /* hs rx gear to work in */
17 u32 hs_tx_gear; /* hs tx gear to work in */
Dufs-qcom.c374 static int ufs_qcom_cfg_timers(struct ufs_hba *hba, u32 gear, in ufs_qcom_cfg_timers() argument
414 if (gear == 0) { in ufs_qcom_cfg_timers()
415 dev_err(hba->dev, "%s: invalid gear = %d\n", __func__, gear); in ufs_qcom_cfg_timers()
449 if (gear > ARRAY_SIZE(hs_fr_table_rA)) { in ufs_qcom_cfg_timers()
452 __func__, gear, in ufs_qcom_cfg_timers()
456 tx_clk_cycles_per_us = hs_fr_table_rA[gear-1][1]; in ufs_qcom_cfg_timers()
458 if (gear > ARRAY_SIZE(hs_fr_table_rB)) { in ufs_qcom_cfg_timers()
461 __func__, gear, in ufs_qcom_cfg_timers()
465 tx_clk_cycles_per_us = hs_fr_table_rB[gear-1][1]; in ufs_qcom_cfg_timers()
474 if (gear > ARRAY_SIZE(pwm_fr_table)) { in ufs_qcom_cfg_timers()
[all …]
Dufshcd-pltfrm.c283 /* device maximum gear is the minimum between device rx and tx gears */ in ufshcd_get_pwr_dev_param()
288 * both HS or both PWM then set the minimum gear to be the chosen in ufshcd_get_pwr_dev_param()
289 * working gear. in ufshcd_get_pwr_dev_param()
291 * what is the gear, as it is the one that also decided previously what in ufshcd_get_pwr_dev_param()
Dufs-exynos.c267 /* TX PWM Gear Capability / PWM_G1_ONLY */ in exynosauto_ufs_pre_link()
816 int gear = max_t(u32, pwr_req->gear_rx, pwr_req->gear_tx); in exynos_ufs_post_pwr_mode() local
820 /* let default be PWM Gear 1, Lane 1 */ in exynos_ufs_post_pwr_mode()
821 if (!gear) in exynos_ufs_post_pwr_mode()
822 gear = 1; in exynos_ufs_post_pwr_mode()
840 gear, lanes); in exynos_ufs_post_pwr_mode()
843 "SLOW", gear, lanes); in exynos_ufs_post_pwr_mode()
/Linux-v6.1/drivers/media/i2c/
Dad9389b.c269 u8 gear; in ad9389b_set_manual_pll_gear() local
272 * The TMDS PLL in AD9389b change gear when the chip is heated above a in ad9389b_set_manual_pll_gear()
273 * certain temperature. The output is disabled when the PLL change gear in ad9389b_set_manual_pll_gear()
277 * 0x98 [7] = enable manual gearing. 0x98 [6:4] = gear in ad9389b_set_manual_pll_gear()
279 * The pixel frequency ranges are based on readout of the gear the in ad9389b_set_manual_pll_gear()
285 gear = 0xc0; /* 4th gear */ in ad9389b_set_manual_pll_gear()
287 gear = 0xb0; /* 3rd gear */ in ad9389b_set_manual_pll_gear()
289 gear = 0xa0; /* 2nd gear */ in ad9389b_set_manual_pll_gear()
291 gear = 0x90; /* 1st gear */ in ad9389b_set_manual_pll_gear()
293 gear = 0x80; /* 0th gear */ in ad9389b_set_manual_pll_gear()
[all …]
/Linux-v6.1/drivers/slimbus/
Dslimbus.h98 * frequency ('clock gear 10') at which the bus can operate.
352 * @min_cg: Minimum clock gear supported by this controller (default value: 1)
353 * @max_cg: Maximum clock gear supported by this controller (default value: 10)
354 * @clkgear: Current clock gear in which this bus is running
387 * the bus at (in steps of 'clock-gear', 1 through 10, each clock gear
388 * representing twice the frequency than the previous gear).
Dsched.c46 * Fine-tune calculation based on clock gear, in slim_ctrl_clk_pause()
/Linux-v6.1/drivers/input/tablet/
DKconfig53 tristate "KB Gear JamStudio tablet support (USB)"
57 Say Y here if you want to use the USB version of the KB Gear
Dkbtab.c13 MODULE_DESCRIPTION("USB KB Gear JamStudio Tablet driver");
143 input_dev->name = "KB Gear Tablet"; in kbtab_probe()
/Linux-v6.1/Documentation/driver-api/
Dslimbus.rst53 gear changes the SLIMbus frequency to be twice its previous gear.
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dg762.txt18 - "fan_gear_mode": fan gear mode. Supported values are 0, 1 and 2.
/Linux-v6.1/Documentation/hwmon/
Dg762.rst40 reports fan failure, i.e. no transition on fan gear pin for
/Linux-v6.1/drivers/phy/samsung/
Dphy-samsung-ufs.h57 /* gear */
/Linux-v6.1/drivers/hwmon/
Dg762.c73 #define G762_REG_FAN_CMD2_GEAR_MODE_1 0x08 /* fan gear mode */
110 * Extract fan gear mode multiplier value (0, 2 or 4) from given
166 * influence of additional parameters (fan clock divisor, fan gear mode)
340 /* Set fan gear mode. Accepts either 0, 1 or 2. */
/Linux-v6.1/arch/nios2/kernel/
Dsetup.c194 * get kmalloc into gear in setup_arch()
/Linux-v6.1/drivers/platform/x86/
Deeepc-wmi.c59 { KE_KEY, 0x5c, { KEY_F15 } }, /* Power Gear key */
/Linux-v6.1/arch/x86/realmode/rm/
Dtrampoline_64.S199 * mapped page tables. Load the kernel's GDT in order to gear down to
/Linux-v6.1/arch/m68k/kernel/
Dsetup_no.c167 * Get kmalloc into gear. in setup_arch()
/Linux-v6.1/Documentation/devicetree/bindings/mmc/
Dmtk-sd.yaml156 Gear of the third delay line for DS for input data latch in data
/Linux-v6.1/Documentation/admin-guide/media/
Dem28xx-cardlist.rst78 - V-Gear PocketTV
Dbttv-cardlist.rst534 - V-Gear MyVCD
/Linux-v6.1/arch/powerpc/platforms/44x/
Dfsp2.c76 pr_err("GEAR: 0x%08x\n", mfdcr(base + PLB4OPB_GEAR)); in show_plbopb_regs()

12