Searched refs:ana (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/sound/soc/atmel/ |
D | tse850-pcm5142.c | 53 struct regulator *ana; member 162 ret = regulator_get_voltage(tse850->ana); in tse850_get_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() 401 return PTR_ERR(tse850->ana); in tse850_probe() 404 ret = regulator_enable(tse850->ana); in tse850_probe() 419 regulator_disable(tse850->ana); in tse850_probe() 429 regulator_disable(tse850->ana); in tse850_remove()
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | axentia,tse850-pcm5142.txt | 10 - axentia,ana-supply: Regulator that supplies the output amplifier. Must 67 ana: ana-reg { 91 axentia,ana-supply = <&ana>;
|
D | inno-rk3036.txt | 14 acodec: acodec-ana@20030000 {
|
/Linux-v5.15/drivers/clk/bcm/ |
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[0] |= data->ana->set0; in bcm2835_pll_set_rate() 706 ana[1] &= ~data->ana->mask1; in bcm2835_pll_set_rate() [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | at91-tse850-3.dts | 34 ana: reg-ana { label 58 axentia,ana-supply = <&ana>; 103 "ana-reg";
|
D | rk3036.dtsi | 385 acodec: acodec-ana@20030000 {
|
/Linux-v5.15/Documentation/devicetree/bindings/net/ |
D | mscc-ocelot.txt | 17 - "ana" 66 "ana";
|
/Linux-v5.15/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 515 u_int ana; /* NWay Advertisement */ member 2750 int ana, anlpa, cap, cr, slnk, sr; in dc21140m_autoconf() local 2772 ana = lp->phy[lp->active].ana | MII_ANA_CSMA; in dc21140m_autoconf() 2773 mii_wr(ana, MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2784 ana = (((sr >> 6) & MII_ANA_TAF) | MII_ANA_CSMA); in dc21140m_autoconf() 2785 ana &= (lp->fdx ? ~0 : ~MII_ANA_FDAM); in dc21140m_autoconf() 2786 mii_wr(ana, MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2830 ana = mii_rd(MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2832 (cap = anlpa & MII_ANLPA_TAF & ana)) { in dc21140m_autoconf() 2834 lp->fdx = (ana & anlpa & MII_ANA_FDAM & MII_ANA_100M) != 0; in dc21140m_autoconf() [all …]
|
/Linux-v5.15/arch/mips/boot/dts/mscc/ |
D | ocelot.dtsi | 143 "ana", "s0", "s1", "s2";
|