Home
last modified time | relevance | path

Searched full:mpp (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/sys/dts/
H A Dbindings-mpp.txt2 * Multi purpose pin (MPP) configuration.
14 MPP unit incarnation.
16 - pin-count: number of the physical MPP connections on the SOC (depending on
21 mpp@10000 {
23 compatible = "mrvl,mpp";
27 0 1 /* MPP[0]: NF_IO[2] */
28 1 1 /* MPP[1]: NF_IO[3] */
29 2 1 /* MPP[2]: NF_IO[4] */
30 3 1 /* MPP[3]: NF_IO[5] */
31 4 1 /* MPP[4]: NF_IO[6] */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,pmic-mpp.yaml4 $id: http://devicetree.org/schemas/pinctrl/qcom,pmic-mpp.yaml#
7 title: Qualcomm PMIC Multi-Purpose Pin (MPP) block
13 This binding describes the MPP block(s) found in the 8xxx series of
21 - qcom,pm8019-mpp
22 - qcom,pm8226-mpp
23 - qcom,pm8841-mpp
24 - qcom,pm8916-mpp
25 - qcom,pm8941-mpp
26 - qcom,pm8950-mpp
27 - qcom,pmi8950-mpp
[all …]
H A Dqcom,pmic-mpp.txt1 Qualcomm PMIC Multi-Purpose Pin (MPP) block
3 This binding describes the MPP block(s) found in the 8xxx series
10 "qcom,pm8018-mpp",
11 "qcom,pm8019-mpp",
12 "qcom,pm8038-mpp",
13 "qcom,pm8058-mpp",
14 "qcom,pm8821-mpp",
15 "qcom,pm8841-mpp",
16 "qcom,pm8916-mpp",
17 "qcom,pm8917-mpp",
[all …]
H A Dmarvell,mvebu-pinctrl.txt1 * Marvell SoC pinctrl core driver for mpp
4 (mpp) to a specific function. For each SoC family there is a SoC specific
13 mpp pins or group of pins and a mpp function common to all pins.
20 - marvell,pins: string array of mpp pins or group of pins to be muxed.
H A Dmarvell,orion-pinctrl.txt1 * Marvell Orion SoC pinctrl driver for mpp
13 contiguous MPP registers, and the second one describing the single
14 final MPP register, separated from the previous one.
16 Available mpp pins/groups and functions:
17 Note: brackets (x) are not part of the mpp name for marvell,function and given
H A Dmarvell,dove-pinctrl.txt1 * Marvell Dove SoC pinctrl driver for mpp
9 - reg: register specifiers of MPP, MPP4, and PMU MPP registers
11 Available mpp pins/groups and functions:
12 Note: brackets (x) are not part of the mpp name for marvell,function and given
H A Dmarvell,armada-375-pinctrl.txt1 * Marvell Armada 375 SoC pinctrl driver for mpp
8 - reg: register specifier of MPP registers
10 Available mpp pins/groups and functions:
11 Note: brackets (x) are not part of the mpp name for marvell,function and given
H A Dmarvell,armada-370-pinctrl.txt1 * Marvell Armada 370 SoC pinctrl driver for mpp
8 - reg: register specifier of MPP registers
10 Available mpp pins/groups and functions:
11 Note: brackets (x) are not part of the mpp name for marvell,function and given
H A Dmarvell,armada-xp-pinctrl.txt1 * Marvell Armada XP SoC pinctrl driver for mpp
9 - reg: register specifier of MPP registers
13 Available mpp pins/groups and functions:
14 Note: brackets (x) are not part of the mpp name for marvell,function and given
H A Dmarvell,armada-38x-pinctrl.txt1 * Marvell Armada 380/385 SoC pinctrl driver for mpp
10 - reg: register specifier of MPP registers
12 Available mpp pins/groups and functions:
13 Note: brackets (x) are not part of the mpp name for marvell,function and given
H A Dmarvell,armada-39x-pinctrl.txt1 * Marvell Armada 39x SoC pinctrl driver for mpp
10 - reg: register specifier of MPP registers
12 Available mpp pins/groups and functions:
13 Note: brackets (x) are not part of the mpp name for marvell,function and given
H A Dmarvell,armada-98dx3236-pinctrl.txt1 * Marvell 98dx3236 pinctrl driver for mpp
8 - reg: register specifier of MPP registers
/freebsd/sys/dts/arm/
H A Ddb78460.dts151 MPP: mpp@10000 { label
153 compatible = "mrvl,mpp";
157 0 1 /* MPP[0]: GE1_TXCLK */
158 1 1 /* MPP[1]: GE1_TXCTL */
159 2 1 /* MPP[2]: GE1_RXCTL */
160 3 1 /* MPP[3]: GE1_RXCLK */
161 4 1 /* MPP[4]: GE1_TXD[0] */
162 5 1 /* MPP[5]: GE1_TXD[1] */
163 6 1 /* MPP[6]: GE1_TXD[2] */
164 7 1 /* MPP[7]: GE1_TXD[3] */
[all …]
/freebsd/sys/arm/mv/
H A Dmv_armv7_machdep.c153 int mpp[MPP_PIN_MAX]; in platform_mpp_init() local
165 * Try to access the MPP node directly i.e. through /aliases/mpp. in platform_mpp_init()
167 if ((node = OF_finddevice("mpp")) != -1) in platform_mpp_init()
168 if (ofw_bus_node_is_compatible(node, "mrvl,mpp")) in platform_mpp_init()
179 if ((node = fdt_find_compatible(node, "mrvl,mpp", 0)) == 0) in platform_mpp_init()
181 * No MPP node. Fall back to how MPP got set by the in platform_mpp_init()
228 * Fill out a "mpp[pin] => function" table. All pins unspecified in in platform_mpp_init()
231 bzero(mpp, sizeof(mpp)); in platform_mpp_init()
236 mpp[mpp_pin] = mpp_function; in platform_mpp_init()
241 * Prepare and program MPP control register values. in platform_mpp_init()
[all …]
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1075 mlist_t **mpp; in resurrect_types() local
1209 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1210 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1215 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1216 (*mpp)->ml_name = xstrdup(sbuf + in resurrect_types()
1218 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
1219 (*mpp)->ml_offset = ctm->ctm_offset; in resurrect_types()
1220 (*mpp)->ml_size = 0; in resurrect_types()
1223 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1224 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dorion5x-rd88f5182-nas.dts130 * MPP[20] PCI Clock to MV88F5182
131 * MPP[21] PCI Clock to mini PCI CON11
132 * MPP[22] USB 0 over current indication
133 * MPP[23] USB 1 over current indication
134 * MPP[24] USB 1 over current enable
135 * MPP[25] USB 0 over current enable
/freebsd/contrib/smbfs/lib/smb/
H A Dmbuf.c50 m_get(size_t len, struct mbuf **mpp) in m_get() argument
63 *mpp = m; in m_get()
99 m_lineup(struct mbuf *m0, struct mbuf **mpp) in m_lineup() argument
107 *mpp = m0; in m_lineup()
121 *mpp = nm; in m_lineup()
171 m_getm(struct mbuf *top, size_t len, struct mbuf **mpp) in m_getm() argument
187 *mpp = top; in m_getm()
/freebsd/sys/netsmb/
H A Dsmb_trantcp.c74 static int nbssn_recv(struct nbpcb *nbp, struct mbuf **mpp, int *lenp,
322 nbssn_recv(struct nbpcb *nbp, struct mbuf **mpp, int *lenp, in nbssn_recv() argument
335 if (mpp) in nbssn_recv()
336 *mpp = NULL; in nbssn_recv()
432 if (mpp) in nbssn_recv()
433 *mpp = m; in nbssn_recv()
595 smb_nbst_recv(struct smb_vc *vcp, struct mbuf **mpp, struct thread *td) in smb_nbst_recv() argument
602 error = nbssn_recv(nbp, mpp, &rplen, &rpcode, td); in smb_nbst_recv()
/freebsd/share/man/man9/
H A Dvfs_rootmountalloc.939 .Fn vfs_rootmountalloc "char *fstypename" "char *devname" "struct mount **mpp"
50 .Fa mpp
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dpm8950.dtsi11 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h>
156 compatible = "qcom,pm8950-mpp", "qcom,spmi-mpp";
H A Dpmi8994.dtsi24 compatible = "qcom,pmi8994-mpp", "qcom,spmi-mpp";
H A Dpmi8950.dtsi61 compatible = "qcom,pmi8950-mpp", "qcom,spmi-mpp";
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-pm8841.dtsi45 compatible = "qcom,pm8841-mpp", "qcom,spmi-mpp";
H A Dqcom-pma8084.dtsi41 compatible = "qcom,pma8084-mpp", "qcom,spmi-mpp";
/freebsd/share/man/man5/
H A Ddevfs.5

1234