/freebsd/sys/dts/ |
H A D | bindings-mpp.txt | 2 * 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 D | qcom,pmic-mpp.yaml | 4 $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 D | qcom,pmic-mpp.txt | 1 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 D | marvell,mvebu-pinctrl.txt | 1 * 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 D | marvell,orion-pinctrl.txt | 1 * 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 D | marvell,dove-pinctrl.txt | 1 * 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 D | marvell,armada-375-pinctrl.txt | 1 * 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 D | marvell,armada-370-pinctrl.txt | 1 * 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 D | marvell,armada-xp-pinctrl.txt | 1 * 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 D | marvell,armada-38x-pinctrl.txt | 1 * 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 D | marvell,armada-39x-pinctrl.txt | 1 * 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 D | marvell,armada-98dx3236-pinctrl.txt | 1 * Marvell 98dx3236 pinctrl driver for mpp 8 - reg: register specifier of MPP registers
|
/freebsd/sys/dts/arm/ |
H A D | db78460.dts | 151 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 D | mv_armv7_machdep.c | 153 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 D | ctf.c | 1075 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 D | orion5x-rd88f5182-nas.dts | 130 * 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 D | mbuf.c | 50 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 D | smb_trantcp.c | 74 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 D | vfs_rootmountalloc.9 | 39 .Fn vfs_rootmountalloc "char *fstypename" "char *devname" "struct mount **mpp" 50 .Fa mpp
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | pm8950.dtsi | 11 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h> 156 compatible = "qcom,pm8950-mpp", "qcom,spmi-mpp";
|
H A D | pmi8994.dtsi | 24 compatible = "qcom,pmi8994-mpp", "qcom,spmi-mpp";
|
H A D | pmi8950.dtsi | 61 compatible = "qcom,pmi8950-mpp", "qcom,spmi-mpp";
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-pm8841.dtsi | 45 compatible = "qcom,pm8841-mpp", "qcom,spmi-mpp";
|
H A D | qcom-pma8084.dtsi | 41 compatible = "qcom,pma8084-mpp", "qcom,spmi-mpp";
|
/freebsd/share/man/man5/ |
H A D | devfs.5 |
|