Searched refs:mux (Results 1 - 25 of 124) sorted by relevance

12345

/arch/arm/mach-imx/
H A Dclk-fixup-mux.c22 * @mux: the parent class
30 struct clk_mux mux; member in struct:clk_fixup_mux
37 struct clk_mux *mux = to_clk_mux(hw); local
39 return container_of(mux, struct clk_fixup_mux, mux);
46 return fixup_mux->ops->get_parent(&fixup_mux->mux.hw);
52 struct clk_mux *mux = to_clk_mux(hw); local
56 spin_lock_irqsave(mux->lock, flags);
58 val = readl(mux->reg);
59 val &= ~(mux
[all...]
H A Dclk-busy.c118 struct clk_mux mux; member in struct:clk_busy_mux
126 struct clk_mux *mux = container_of(hw, struct clk_mux, hw); local
128 return container_of(mux, struct clk_busy_mux, mux);
135 return busy->mux_ops->get_parent(&busy->mux.hw);
143 ret = busy->mux_ops->set_parent(&busy->mux.hw, index);
170 busy->mux.reg = reg;
171 busy->mux.shift = shift;
172 busy->mux.mask = BIT(width) - 1;
173 busy->mux
[all...]
/arch/arm/boot/dts/
H A Dat91sam9g15.dtsi18 atmel,mux-mask = <
H A Dat91sam9g25.dtsi20 atmel,mux-mask = <
H A Dat91sam9g35.dtsi19 atmel,mux-mask = <
H A Dat91sam9x25.dtsi21 atmel,mux-mask = <
H A Dat91sam9x35.dtsi19 atmel,mux-mask = <
H A Domap2430-sdp.dts46 gpmc,mux-add-data;
H A Domap-gpmc-smsc9221.dtsi31 gpmc,mux-add-data;
48 gpmc,wr-data-mux-bus-ns = <18>;
H A Domap-gpmc-smsc911x.dtsi26 gpmc,mux-add-data;
H A Domap2420-h4.dts33 gpmc,mux-add-data = <2>;
H A Domap3430-sdp.dts65 gpmc,mux-add-data = <2>;
82 gpmc,wr-data-mux-bus-ns = <90>;
156 gpmc,mux-add-data = <2>;
170 gpmc,wr-data-mux-bus-ns = <30>;
H A Dimx25-eukrea-mbimxsd25-baseboard.dts53 fsl,mux-int-port = <1>;
54 fsl,mux-ext-port = <5>;
H A Dimx35-eukrea-mbimxsd35-baseboard.dts54 fsl,mux-int-port = <1>;
55 fsl,mux-ext-port = <4>;
H A Dimx53-voipac-bsb.dts24 mux-int-port = <2>;
25 mux-ext-port = <5>;
H A Domap3-igep0030.dts79 gpmc,wr-data-mux-bus-ns = <0>;
H A Domap3-sb-t35.dtsi25 gpmc,mux-add-data;
H A Dimx53-mba53.dts80 mux-int-port = <2>;
81 mux-ext-port = <5>;
/arch/powerpc/sysdev/qe_lib/
H A Dusb.c25 struct qe_mux __iomem *mux = &qe_immr->qmx; local
50 clrsetbits_be32(&mux->cmxgcr, QE_CMXGCR_USBCS, val);
/arch/arm/mach-omap2/
H A Dmux.c2 * linux/arch/arm/mach-omap2/mux.c
43 #include "mux.h"
51 struct omap_mux mux; member in struct:omap_mux_entry
118 struct omap_mux *m = &e->mux;
164 struct omap_mux *mux = NULL; local
182 mux = &e->mux;
183 m0_entry = mux->muxnames[0];
193 char *mode_cur = mux->muxnames[i];
199 *found_mux = mux;
226 struct omap_mux *mux = NULL; local
245 struct omap_mux *mux = NULL; local
285 struct omap_mux *mux; local
623 omap_mux_get_partition(struct omap_mux *mux) argument
[all...]
/arch/arm/mach-davinci/
H A Dmux.h16 #include <mach/mux.h>
H A Dboard-dm365-evm.c35 #include <mach/mux.h>
631 u8 mux, resets; local
657 mux = 0;
663 /* external keypad mux */
664 mux |= BIT(7);
675 /* Static video input config with SN74CBT16214 1-of-3 mux:
676 * - port b1 == tvp7002 (mux lowbits == 1 or 6)
677 * - port b2 == imager (mux lowbits == 2 or 7)
678 * - port b3 == tvp5146 (mux lowbits == 5)
684 mux |
[all...]
/arch/arm/mach-omap1/
H A Dboard-generic.c25 #include <mach/mux.h>
58 /* mux pins for uarts */
H A Di2c.c23 #include <mach/mux.h>
/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c283 u32 mux; local
313 mux = in_be32(&simple_gpio->port_config);
314 out_be32(&simple_gpio->port_config, mux & (~gpio));
338 out_be32(&simple_gpio->port_config, mux);

Completed in 257 milliseconds

12345