Searched refs:gear (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/clk/uniphier/ |
| H A D | clk-uniphier-cpugear.c | 30 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/drivers/ufs/core/ |
| H A D | ufs-debugfs.c | 219 u32 gear = (u32)(uintptr_t)s->file->f_inode->i_private; in ufs_tx_eq_params_show() local 231 if (gear < UFS_HS_G1 || gear > UFS_HS_GEAR_MAX) { in ufs_tx_eq_params_show() 232 seq_printf(s, "Invalid gear selected: %u\n", gear); in ufs_tx_eq_params_show() 242 params = &hba->tx_eq_params[gear - 1]; in ufs_tx_eq_params_show() 245 gear, ufs_hs_rate_to_str(rate)); in ufs_tx_eq_params_show() 263 seq_printf(s, "TX EQ setting for HS-G%u, Rate-%s:\n", gear, in ufs_tx_eq_params_show() 297 u32 gear = (u32)(uintptr_t)s->file->f_inode->i_private; in ufs_tx_eqtr_record_show() local 312 if (gear < UFS_HS_G1 || gear > UFS_HS_GEAR_MAX) { in ufs_tx_eqtr_record_show() 313 seq_printf(s, "Invalid gear selected: %u\n", gear); in ufs_tx_eqtr_record_show() 323 params = &hba->tx_eq_params[gear - 1]; in ufs_tx_eqtr_record_show() [all …]
|
| H A D | ufshcd.c | 4573 int ufshcd_uic_tx_eqtr(struct ufs_hba *hba, int gear) in ufshcd_uic_tx_eqtr() argument 4578 .argument3 = gear, in ufshcd_uic_tx_eqtr()
|
| /linux/Documentation/driver-api/ |
| H A D | slimbus.rst | 53 gear changes the SLIMbus frequency to be twice its previous gear.
|
| /linux/Documentation/hwmon/ |
| H A D | g762.rst | 40 reports fan failure, i.e. no transition on fan gear pin for
|
| H A D | ltc4283.rst | 28 overstresses. An I2C interface and onboard gear-shift ADC allow monitoring of
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 285 but this has to be viewed as a workaround for broken network gear and
|