Home
last modified time | relevance | path

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

12

/linux/drivers/mtd/tests/
H A Dpagetest.c115 unsigned char *pp1, *pp2, *pp3, *pp4; in crosstest() local
121 pp2 = pp1 + pgsize; in crosstest()
122 pp3 = pp2 + pgsize; in crosstest()
149 /* Read first page to pp2 */ in crosstest()
152 err = mtdtest_read(mtd, addr, pgsize, pp2); in crosstest()
176 /* pp2 and pp4 should be the same */ in crosstest()
179 if (memcmp(pp2, pp4, pgsize)) { in crosstest()
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c145 struct enic_port_profile *pp2) in enic_are_pp_different() argument
147 return strcmp(pp1->name, pp2->name) | !!memcmp(pp1->instance_uuid, in enic_are_pp_different()
148 pp2->instance_uuid, PORT_UUID_MAX) | in enic_are_pp_different()
149 !!memcmp(pp1->host_uuid, pp2->host_uuid, PORT_UUID_MAX) | in enic_are_pp_different()
150 !ether_addr_equal(pp1->mac_addr, pp2->mac_addr); in enic_are_pp_different()
/linux/arch/arm/mach-versatile/
H A DKconfig42 bool "Support Integrator/AP and Integrator/PP2 platforms"
49 Integrator/PP2 platforms.
62 The IM-PD1 can be found on the Integrator/PP2 platform.
H A Dintegrator-cm.h17 * Integrator/AP,PP2 specific
/linux/Documentation/devicetree/bindings/net/
H A Dmarvell,pp2.yaml4 $id: http://devicetree.org/schemas/net/marvell,pp2.yaml#
21 - marvell,armada-375-pp2
205 compatible = "marvell,armada-375-pp2";
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c269 pdata->pp2 = XP_IOREAD(pdata, XP_PROP_2); in xgbe_pci_probe()
275 dev_dbg(dev, "port property 2 = %#010x\n", pdata->pp2); in xgbe_pci_probe()
301 pdata->tx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
306 pdata->rx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
H A Dxgbe.h992 unsigned int pp2; member
/linux/Documentation/devicetree/bindings/arm/
H A Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gx-mali450.dtsi58 "pp2", "ppmmu2";
/linux/Documentation/devicetree/bindings/gpu/
H A Darm,mali-utgard.yaml81 - pp2
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c3 * Marvell PP2.2 TAI support
438 strscpy(tai->caps.name, "Marvell PP2.2", sizeof(tai->caps.name)); in mvpp22_tai_probe()
/linux/drivers/staging/gpib/include/
H A Dgpib_types.h129 /* select local parallel poll configuration mode PP2 versus remote PP1 */
324 * one means local parallel poll mode ieee 488.1 PP2 (or no parallel poll PP0),
H A Dtnt4882_registers.h180 PP2 = 0x4, // ignore remote parallel poll configuration enumerator
/linux/drivers/gpu/drm/lima/
H A Dlima_device.c59 LIMA_IP_DESC(pp2, false, false, 0x0C000, 0x0C000, pp, "pp2"),
/linux/arch/xtensa/lib/
H A Dumulsidi3.S120 /* Add pp1 and pp2 into a6 with carry-out in a9. */
/linux/include/linux/fsl/
H A Dptp_qoriq.h100 #define PP2 (1<<6) /* periodic pulse generated on FIPER2 */ macro
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h5.dtsi160 "pp2",
/linux/arch/arm/boot/dts/mediatek/
H A Dmt7623n.dtsi42 "ppmmu1", "pp2", "ppmmu2", "pp3", "ppmmu3",
/linux/arch/arm/boot/dts/st/
H A Dstih410.dtsi315 "pp2",
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4210.dtsi478 "pp2",
H A Dexynos3250.dtsi646 "pp2",
/linux/drivers/tty/serial/
H A DKconfig27 an Integrator/AP or Integrator/PP2 platform, or if you have a
54 an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
/linux/arch/arm/boot/dts/rockchip/
H A Drk3188.dtsi633 "pp2",
H A Drk3066a.dtsi696 "pp2",
/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8.dtsi304 "pp2", "ppmmu2", "pp4", "ppmmu4",

12