Home
last modified time | relevance | path

Searched full:alt1 (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/arch/arm/boot/dts/st/
H A Dstih407-pinctrl.dtsi110 hdmi_cec = <&pio2 4 ALT1 BIDIR>;
145 tx = <&pio3 4 ALT1 OUT>;
146 rx = <&pio3 5 ALT1 IN>;
163 sda = <&pio4 6 ALT1 BIDIR>;
164 scl = <&pio4 5 ALT1 BIDIR>;
172 sda = <&pio5 1 ALT1 BIDIR>;
173 scl = <&pio5 0 ALT1 BIDIR>;
205 txd0 = <&pio0 0 ALT1 OUT DE_IO 0 CLK_A>;
206 txd1 = <&pio0 1 ALT1 OUT DE_IO 0 CLK_A>;
207 txd2 = <&pio0 2 ALT1 OUT DE_IO 0 CLK_A>;
[all …]
H A Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
16 usb-pwr-enable = <&pio35 1 ALT1 OUT>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
25 usb-pwr-enable = <&pio35 3 ALT1 OUT>;
H A Dstih418-b2264.dts89 rxd0 = <&pio1 4 ALT1 IN DE_IO 300 CLK_A>;
90 rxd1 = <&pio1 5 ALT1 IN DE_IO 300 CLK_A>;
91 rxd2 = <&pio1 6 ALT1 IN DE_IO 300 CLK_A>;
92 rxd3 = <&pio1 7 ALT1 IN DE_IO 300 CLK_A>;
93 rxdv = <&pio2 0 ALT1 IN DE_IO 300 CLK_A>;
H A Dst-pincfg.h6 #define ALT1 1 macro
/openbmc/u-boot/arch/arm/dts/
H A Dstih407-pinctrl.dtsi113 hdmi_cec = <&pio2 4 ALT1 BIDIR>;
148 tx = <&pio3 4 ALT1 OUT>;
149 rx = <&pio3 5 ALT1 IN>;
166 sda = <&pio4 6 ALT1 BIDIR>;
167 scl = <&pio4 5 ALT1 BIDIR>;
175 sda = <&pio5 1 ALT1 BIDIR>;
176 scl = <&pio5 0 ALT1 BIDIR>;
208 txd0 = <&pio0 0 ALT1 OUT DE_IO 0 CLK_A>;
209 txd1 = <&pio0 1 ALT1 OUT DE_IO 0 CLK_A>;
210 txd2 = <&pio0 2 ALT1 OUT DE_IO 0 CLK_A>;
[all …]
H A Dvf610-pinfunc.h19 #define ALT1 0x1 macro
29 #define VF610_PAD_PTA6__RMII_CLKOUT 0x000 0x000 ALT1 0x0
34 #define VF610_PAD_PTA8__TCLK 0x004 0x000 ALT1 0x0
38 #define VF610_PAD_PTA9__TDI 0x008 0x000 ALT1 0x0
44 #define VF610_PAD_PTA10__TDO 0x00C 0x000 ALT1 0x0
50 #define VF610_PAD_PTA11__TMS 0x010 0x000 ALT1 0x0
54 #define VF610_PAD_PTA12__TRACECK 0x014 0x000 ALT1 0x0
59 #define VF610_PAD_PTA16__TRACED0 0x018 0x000 ALT1 0x0
67 #define VF610_PAD_PTA17__TRACED1 0x01C 0x000 ALT1 0x0
75 #define VF610_PAD_PTA18__TRACED2 0x020 0x000 ALT1 0x0
[all …]
H A Dstih410-pinctrl.dtsi18 usb-oc-detect = <&pio35 0 ALT1 IN>;
19 usb-pwr-enable = <&pio35 1 ALT1 OUT>;
27 usb-oc-detect = <&pio35 2 ALT1 IN>;
28 usb-pwr-enable = <&pio35 3 ALT1 OUT>;
H A Dst-pincfg.h5 #define ALT1 1 macro
/openbmc/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-pinfunc.h15 #define ALT1 0x1 macro
25 #define VF610_PAD_PTA6__RMII_CLKOUT 0x000 0x000 ALT1 0x0
30 #define VF610_PAD_PTA8__TCLK 0x004 0x000 ALT1 0x0
34 #define VF610_PAD_PTA9__TDI 0x008 0x000 ALT1 0x0
40 #define VF610_PAD_PTA10__TDO 0x00C 0x000 ALT1 0x0
46 #define VF610_PAD_PTA11__TMS 0x010 0x000 ALT1 0x0
50 #define VF610_PAD_PTA12__TRACECK 0x014 0x000 ALT1 0x0
55 #define VF610_PAD_PTA16__TRACED0 0x018 0x000 ALT1 0x0
63 #define VF610_PAD_PTA17__TRACED1 0x01C 0x000 ALT1 0x0
71 #define VF610_PAD_PTA18__TRACED2 0x020 0x000 ALT1 0x0
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-sparx5.c113 struct s5_pll_conf alt1, alt2; in s5_calc_params() local
117 s5_search_fractional(rate, parent_rate, div, &alt1); in s5_calc_params()
120 if (alt1.freq == rate) { in s5_calc_params()
121 *conf = alt1; in s5_calc_params()
125 if (div != alt1.div) { in s5_calc_params()
129 if (abs(rate - alt1.freq) < in s5_calc_params()
131 *conf = alt1; in s5_calc_params()
/openbmc/qemu/tests/qapi-schema/
H A Dalternate-nested.json2 { 'alternate': 'Alt1',
5 'data': { 'nested': 'Alt1', 'b': 'bool' } }
H A Dalternate-clash.json5 { 'pragma': { 'member-name-exceptions': [ 'Alt1' ] } }
6 { 'alternate': 'Alt1',
H A Dalternate-nested.err2 alternate-nested.json:4: branch 'nested' cannot use alternate type 'Alt1'
H A Dalternate-clash.err1 alternate-clash.json: In alternate 'Alt1':
H A Dqapi-schema-test.out250 alternate __org.qemu_x-Alt1
H A Dqapi-schema-test.json238 { 'alternate': '__org.qemu_x-Alt1', 'data': { '__org.qemu_x-branch': 'str' } }
/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.h62 #define ALTERNATE_FUNCTIONS(pin, sel_bit, alt1, alt2, alta, altb, altc) \ argument
66 .alt_bit1 = alt1, \
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2711.dtsi654 function = "alt1";
661 function = "alt1";
668 function = "alt1";
687 function = "alt1";
692 function = "alt1";
896 function = "alt1";
903 function = "alt1";
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,bcm11351-pinctrl.yaml100 enum: [ alt1, alt2, alt3, alt4 ]
236 function = "alt1";
H A Dbrcm,bcm2835-gpio.txt75 5: alt1
H A Dpinctrl-st.txt5 and multiple alternate functions(ALT1 - ALTx) that directly connect
/openbmc/u-boot/drivers/pinctrl/mscc/
H A Dmscc-common.c99 * ALT1 in mscc_pinmux_set_mux()
/openbmc/u-boot/board/compulab/cl-som-imx7/
H A Dcl-som-imx7.c219 * - ENET1_TX_CLK output driver is disabled when configured for ALT1.
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm281xx.c921 /* Every pin can implement all ALT1-ALT4 functions */
930 BCM281XX_PIN_FUNCTION(alt1),
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ampere-mtjefferson.dts576 /*G0-G7*/ "","","hsc-12vmain-alt1-n","","","bp-cpld-program-en","led-fp-sta-gr",

12