Searched refs:ana (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/sound/soc/atmel/ |
D | tse850-pcm5142.c | 59 struct regulator *ana; member 168 ret = regulator_get_voltage(tse850->ana); in tse850_get_ana() 220 ret = regulator_set_voltage(tse850->ana, uV, uV); in tse850_put_ana() 398 tse850->ana = devm_regulator_get(dev, "axentia,ana"); in tse850_probe() 399 if (IS_ERR(tse850->ana)) { in tse850_probe() 400 if (PTR_ERR(tse850->ana) != -EPROBE_DEFER) in tse850_probe() 402 return PTR_ERR(tse850->ana); in tse850_probe() 405 ret = regulator_enable(tse850->ana); in tse850_probe() 420 regulator_disable(tse850->ana); in tse850_probe() 430 regulator_disable(tse850->ana); in tse850_remove()
|
/Linux-v4.19/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-v4.19/drivers/clk/bcm/ |
D | clk-bcm2835.c | 424 const struct bcm2835_pll_ana_bits *ana; member 584 data->ana->fb_prediv_mask; in bcm2835_pll_get_rate() 645 bcm2835_pll_write_ana(struct bcm2835_cprman *cprman, u32 ana_reg_base, u32 *ana) in bcm2835_pll_write_ana() argument 658 cprman_write(cprman, ana_reg_base + i * 4, ana[i]); in bcm2835_pll_write_ana() 669 u32 ana[4]; in bcm2835_pll_set_rate() local 682 ana[i] = cprman_read(cprman, data->ana_reg_base + i * 4); in bcm2835_pll_set_rate() 684 was_using_prediv = ana[1] & data->ana->fb_prediv_mask; in bcm2835_pll_set_rate() 686 ana[0] &= ~data->ana->mask0; in bcm2835_pll_set_rate() 687 ana[0] |= data->ana->set0; in bcm2835_pll_set_rate() 688 ana[1] &= ~data->ana->mask1; in bcm2835_pll_set_rate() [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | at91-tse850-3.dts | 54 ana: reg-ana { label 78 axentia,ana-supply = <&ana>; 123 "ana-reg";
|
D | rk3036.dtsi | 319 acodec: acodec-ana@20030000 {
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | mscc-ocelot.txt | 17 - "ana" 65 "qsys", "ana";
|
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 514 u_int ana; /* NWay Advertisement */ member 2749 int ana, anlpa, cap, cr, slnk, sr; in dc21140m_autoconf() local 2771 ana = lp->phy[lp->active].ana | MII_ANA_CSMA; in dc21140m_autoconf() 2772 mii_wr(ana, MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2783 ana = (((sr >> 6) & MII_ANA_TAF) | MII_ANA_CSMA); in dc21140m_autoconf() 2784 ana &= (lp->fdx ? ~0 : ~MII_ANA_FDAM); in dc21140m_autoconf() 2785 mii_wr(ana, MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2829 ana = mii_rd(MII_ANA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2831 (cap = anlpa & MII_ANLPA_TAF & ana)) { in dc21140m_autoconf() 2833 lp->fdx = (ana & anlpa & MII_ANA_FDAM & MII_ANA_100M) != 0; in dc21140m_autoconf() [all …]
|
/Linux-v4.19/arch/mips/boot/dts/mscc/ |
D | ocelot.dtsi | 127 "qsys", "ana";
|