Searched refs:autocal (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 565 dev_err(mmc_dev(host->mmc), "Pad autocal timed out\n"); in tegra_sdhci_pad_autocalib() 583 struct sdhci_tegra_autocal_offsets *autocal = in tegra_sdhci_parse_pad_autocal_dt() local 588 "nvidia,pad-autocal-pull-up-offset-3v3", in tegra_sdhci_parse_pad_autocal_dt() 589 &autocal->pull_up_3v3); in tegra_sdhci_parse_pad_autocal_dt() 591 autocal->pull_up_3v3 = 0; in tegra_sdhci_parse_pad_autocal_dt() 594 "nvidia,pad-autocal-pull-down-offset-3v3", in tegra_sdhci_parse_pad_autocal_dt() 595 &autocal->pull_down_3v3); in tegra_sdhci_parse_pad_autocal_dt() 597 autocal->pull_down_3v3 = 0; in tegra_sdhci_parse_pad_autocal_dt() 600 "nvidia,pad-autocal-pull-up-offset-1v8", in tegra_sdhci_parse_pad_autocal_dt() 601 &autocal in tegra_sdhci_parse_pad_autocal_dt() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 572 dev_err(mmc_dev(host->mmc), "Pad autocal timed out\n"); in tegra_sdhci_pad_autocalib() 590 struct sdhci_tegra_autocal_offsets *autocal = in tegra_sdhci_parse_pad_autocal_dt() local 595 "nvidia,pad-autocal-pull-up-offset-3v3", in tegra_sdhci_parse_pad_autocal_dt() 596 &autocal->pull_up_3v3); in tegra_sdhci_parse_pad_autocal_dt() 598 autocal->pull_up_3v3 = 0; in tegra_sdhci_parse_pad_autocal_dt() 601 "nvidia,pad-autocal-pull-down-offset-3v3", in tegra_sdhci_parse_pad_autocal_dt() 602 &autocal->pull_down_3v3); in tegra_sdhci_parse_pad_autocal_dt() 604 autocal->pull_down_3v3 = 0; in tegra_sdhci_parse_pad_autocal_dt() 607 "nvidia,pad-autocal-pull-up-offset-1v8", in tegra_sdhci_parse_pad_autocal_dt() 608 &autocal in tegra_sdhci_parse_pad_autocal_dt() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_rf_uw2453.c | 35 * autocal configuration, which has a fixed (as opposed to per-channel) VCO 59 * configurations (both standard and autocal). These get written to register 2. 188 /* The per-channel synth values for autocal. These get written to register 1. */ 206 /* The VCO configuration for autocal (all channels) */ 236 * -1 means autocal */ 243 bool autocal) in uw2453_synth_set_channel() 249 if (autocal) in uw2453_synth_set_channel() 408 /* autocal */ in uw2453_init_hw() 410 "PLL did not lock, using autocal\n"); in uw2453_init_hw() 433 bool autocal in uw2453_set_channel() local 242 uw2453_synth_set_channel(struct zd_chip *chip, int channel, bool autocal) uw2453_synth_set_channel() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_rf_uw2453.c | 35 * autocal configuration, which has a fixed (as opposed to per-channel) VCO 59 * configurations (both standard and autocal). These get written to register 2. 188 /* The per-channel synth values for autocal. These get written to register 1. */ 206 /* The VCO configuration for autocal (all channels) */ 236 * -1 means autocal */ 243 bool autocal) in uw2453_synth_set_channel() 249 if (autocal) in uw2453_synth_set_channel() 408 /* autocal */ in uw2453_init_hw() 410 "PLL did not lock, using autocal\n"); in uw2453_init_hw() 433 bool autocal in uw2453_set_channel() local 242 uw2453_synth_set_channel(struct zd_chip *chip, int channel, bool autocal) uw2453_synth_set_channel() argument [all...] |
Completed in 6 milliseconds