/openbmc/linux/drivers/clk/actions/ |
H A D | owl-composite.h | 38 _mux, _gate, _div, _flags) \ argument 40 .mux_hw = _mux, \ 67 _mux, _gate, _factor, _flags) \ argument 69 .mux_hw = _mux, \ 98 _mux, _gate, _flags) \ argument 100 .mux_hw = _mux, \
|
/openbmc/u-boot/board/nvidia/dalmore/ |
H A D | pinmux-config-dalmore.h | 9 #define DEFAULT_PINMUX(_pingrp, _mux, _pull, _tri, _io) \ argument 12 .func = PMUX_FUNC_##_mux, \ 21 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument 24 .func = PMUX_FUNC_##_mux, \ 33 #define DDC_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _rcv_sel) \ argument 36 .func = PMUX_FUNC_##_mux, \ 45 #define VI_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument 48 .func = PMUX_FUNC_##_mux, \ 57 #define CEC_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument 60 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/drivers/clk/mvebu/ |
H A D | armada-37xx-periph.c | 106 #define CLK_FULL_DD(_n, _d, _mux, _r0, _r1, _s0, _s1) \ argument 110 .mux_shift = _mux, \ 124 #define CLK_FULL(_n, _d, _mux, _r, _s, _m, _t) \ argument 128 .mux_shift = _mux, \ 159 #define CLK_MUX_DIV(_n, _mux, _r, _s, _m, _t) \ argument 162 .mux_shift = _mux, \ 171 #define CLK_MUX_DD(_n, _mux, _r0, _r1, _s0, _s1) \ argument 174 .mux_shift = _mux, \
|
/openbmc/u-boot/board/toradex/colibri_t30/ |
H A D | pinmux-config-colibri_t30.h | 9 #define DEFAULT_PINMUX(_pingrp, _mux, _pull, _tri, _io) \ argument 12 .func = PMUX_FUNC_##_mux, \ 21 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument 24 .func = PMUX_FUNC_##_mux, \ 33 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument 36 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/nvidia/cardhu/ |
H A D | pinmux-config-cardhu.h | 9 #define DEFAULT_PINMUX(_pingrp, _mux, _pull, _tri, _io) \ argument 12 .func = PMUX_FUNC_##_mux, \ 21 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument 24 .func = PMUX_FUNC_##_mux, \ 33 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument 36 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/avionic-design/common/ |
H A D | pinmux-config-tamonten-ng.h | 10 #define DEFAULT_PINMUX(_pingrp, _mux, _pull, _tri, _io) \ argument 13 .func = PMUX_FUNC_##_mux, \ 22 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument 25 .func = PMUX_FUNC_##_mux, \ 34 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument 37 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/toradex/apalis_t30/ |
H A D | pinmux-config-apalis_t30.h | 9 #define DEFAULT_PINMUX(_pingrp, _mux, _pull, _tri, _io) \ argument 12 .func = PMUX_FUNC_##_mux, \ 21 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument 24 .func = PMUX_FUNC_##_mux, \ 33 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument 36 .func = PMUX_FUNC_##_mux, \
|
/openbmc/linux/sound/soc/codecs/ |
H A D | arizona.h | 165 const struct snd_kcontrol_new name##_mux = \ 190 ARIZONA_MUX(name_str " Input", &name##_mux)
|
H A D | madera.h | 212 const struct snd_kcontrol_new name##_mux = \ 237 MADERA_MUX(name_str " Input 1", &name##_mux)
|
/openbmc/u-boot/board/nvidia/jetson-tk1/ |
H A D | pinmux-config-jetson-tk1.h | 76 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _rcv_sel) \ argument 79 .func = PMUX_FUNC_##_mux, \ 297 #define MIPIPADCTRLCFG(_grp, _mux) \ argument 300 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/cei/cei-tk1-som/ |
H A D | pinmux-config-cei-tk1-som.h | 68 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _rcv_sel) \ argument 71 .func = PMUX_FUNC_##_mux, \ 289 #define MIPIPADCTRLCFG(_grp, _mux) \ argument 292 .func = PMUX_FUNC_##_mux, \
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 52 .mux = _name##_mux, \ 54 BUILD_BUG_ON_ZERO(sizeof(_name##_pins) != sizeof(_name##_mux)), \ 64 .mux = data##_mux + first, \ 67 BUILD_BUG_ON_ZERO(first + n > ARRAY_SIZE(data##_mux)), \
|
/openbmc/linux/drivers/phy/mscc/ |
H A D | phy-ocelot-serdes.c | 345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument 351 .mux = _mux, \
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-tegra-audio.c | 58 .mux_clk_id = tegra_clk_ ## _name ## _mux,\
|
/openbmc/linux/drivers/phy/microchip/ |
H A D | lan966x_serdes.c | 29 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument 35 .mux = _mux, \
|
/openbmc/u-boot/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 43 .mux = n##_mux, \ 64 .mux = n##_mux.data##s, \
|
/openbmc/u-boot/board/nvidia/p2371-0000/ |
H A D | pinmux-config-p2371-0000.h | 75 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _e_io_hv) \ argument 78 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/nvidia/e2220-1170/ |
H A D | pinmux-config-e2220-1170.h | 84 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _e_io_hv) \ argument 87 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/nvidia/p2371-2180/ |
H A D | pinmux-config-p2371-2180.h | 86 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _e_io_hv) \ argument 89 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/nvidia/p2571/ |
H A D | pinmux-config-p2571.h | 50 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _e_io_hv) \ argument 53 .func = PMUX_FUNC_##_mux, \
|
/openbmc/linux/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 1206 #define LPC32XX_DEFINE_COMPOSITE(_idx, _mux, _div, _gate) \ argument 1211 .mux = (CLK_PREFIX(_mux) == LPC32XX_CLK__NULL ? NULL : \ 1212 &clk_hw_proto[CLK_PREFIX(_mux)].hw0), \
|
/openbmc/u-boot/board/nvidia/venice2/ |
H A D | pinmux-config-venice2.h | 83 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _rcv_sel) \ argument 86 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/nvidia/nyan-big/ |
H A D | pinmux-config-nyan-big.h | 72 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _rcv_sel) \ argument 75 .func = PMUX_FUNC_##_mux, \
|
/openbmc/u-boot/board/toradex/apalis-tk1/ |
H A D | pinmux-config-apalis-tk1.h | 57 #define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _rcv_sel) \ argument 60 .func = PMUX_FUNC_##_mux, \
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 708 #define to_clk_mmux(_mux) container_of(_mux, struct stm32_clk_mmux, mux) argument 1364 #define COMPOSITE(_id, _name, _parents, _flags, _gate, _mux, _div)\ argument 1373 _mux,\
|