Searched refs:ana (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/atmel/ |
H A D | tse850-pcm5142.c | 53 struct regulator *ana; member 162 ret = regulator_get_voltage(tse850->ana); in tse850_get_ana() 202 * the ana regulator is supplied by the system 12V voltage and in tse850_put_ana() 204 * voltage to be passed through the regulator. Also, the ana in tse850_put_ana() 214 ret = regulator_set_voltage(tse850->ana, uV, uV); in tse850_put_ana() 391 tse850->ana = devm_regulator_get(dev, "axentia,ana"); in tse850_probe() 392 if (IS_ERR(tse850->ana)) in tse850_probe() 393 return dev_err_probe(dev, PTR_ERR(tse850->ana), in tse850_probe() 394 "failed to get 'ana' regulato in tse850_probe() [all...] |
/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | tse850-pcm5142.c | 53 struct regulator *ana; member 162 ret = regulator_get_voltage(tse850->ana); in tse850_get_ana() 202 * the ana regulator is supplied by the system 12V voltage and in tse850_put_ana() 204 * voltage to be passed through the regulator. Also, the ana in tse850_put_ana() 214 ret = regulator_set_voltage(tse850->ana, uV, uV); in tse850_put_ana() 397 tse850->ana = devm_regulator_get(dev, "axentia,ana"); in tse850_probe() 398 if (IS_ERR(tse850->ana)) { in tse850_probe() 399 if (PTR_ERR(tse850->ana) != -EPROBE_DEFER) in tse850_probe() 400 dev_err(dev, "failed to get 'ana' regulato in tse850_probe() [all...] |
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 427 const struct bcm2835_pll_ana_bits *ana; member 541 return data->ana->fb_prediv_mask; in bcm2835_pll_get_prediv_mask() 662 bcm2835_pll_write_ana(struct bcm2835_cprman *cprman, u32 ana_reg_base, u32 *ana) in bcm2835_pll_write_ana() argument 675 cprman_write(cprman, ana_reg_base + i * 4, ana[i]); in bcm2835_pll_write_ana() 687 u32 ana[4]; in bcm2835_pll_set_rate() local 700 ana[i] = cprman_read(cprman, data->ana_reg_base + i * 4); in bcm2835_pll_set_rate() 702 was_using_prediv = ana[1] & prediv_mask; in bcm2835_pll_set_rate() 704 ana[0] &= ~data->ana->mask0; in bcm2835_pll_set_rate() 705 ana[ in bcm2835_pll_set_rate() [all...] |
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 428 const struct bcm2835_pll_ana_bits *ana; member 544 return data->ana->fb_prediv_mask; in bcm2835_pll_get_prediv_mask() 665 bcm2835_pll_write_ana(struct bcm2835_cprman *cprman, u32 ana_reg_base, u32 *ana) in bcm2835_pll_write_ana() argument 678 cprman_write(cprman, ana_reg_base + i * 4, ana[i]); in bcm2835_pll_write_ana() 690 u32 ana[4]; in bcm2835_pll_set_rate() local 703 ana[i] = cprman_read(cprman, data->ana_reg_base + i * 4); in bcm2835_pll_set_rate() 705 was_using_prediv = ana[1] & prediv_mask; in bcm2835_pll_set_rate() 707 ana[0] &= ~data->ana->mask0; in bcm2835_pll_set_rate() 708 ana[ in bcm2835_pll_set_rate() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | de4x5.c | 514 u_int ana; /* NWay Advertisement */ member 2748 int ana, anlpa, cap, cr, slnk, sr; in dc21140m_autoconf() local 2770 ana = lp->phy[lp->active].ana | MII_ANA_CSMA; in dc21140m_autoconf() 2771 mii_wr(ana, MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2782 ana = (((sr >> 6) & MII_ANA_TAF) | MII_ANA_CSMA); in dc21140m_autoconf() 2783 ana &= (lp->fdx ? ~0 : ~MII_ANA_FDAM); in dc21140m_autoconf() 2784 mii_wr(ana, MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2828 ana = mii_rd(MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2830 (cap = anlpa & MII_ANLPA_TAF & ana)) { in dc21140m_autoconf() 2933 s32 cr, anlpa, ana, cap, irqs, irq_mask, imr, omr, slnk, sr, sts; dc2114x_autoconf() local [all...] |
Completed in 11 milliseconds