Home
last modified time | relevance | path

Searched full:gicp (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,gicp.txt1 Marvell GICP Controller
4 GICP is a Marvell extension of the GIC that allows to trigger GIC SPI
11 - compatible: Must be "marvell,ap806-gicp"
13 - reg: Must be the address and size of the GICP SPI registers
16 for this GICP
22 gicp_spi: gicp-spi@3f0040 {
23 compatible = "marvell,ap806-gicp";
H A Dmarvell,ap806-gicp.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/marvell,ap806-gicp.yaml#
7 title: Marvell GICP Controller
13 GICP is a Marvell extension of the GIC that allows to trigger GIC SPI
20 const: marvell,ap806-gicp
26 description: Tuples of GIC SPI interrupt ranges available for this GICP
46 compatible = "marvell,ap806-gicp";
H A Dmarvell,icu.txt39 - msi-parent: Should point to the GICP controller, the GIC extension
57 msi-parent = <&gicp>;
106 msi-parent = <&gicp>;
H A Dmarvell,cp110-icu.yaml59 description: Phandle to the GICP controller
88 msi-parent = <&gicp>;
/freebsd/sys/arm/mv/
H A Dmv_ap806_gicp.c58 MALLOC_DEFINE(M_GICP, "gicp", "Marvell gicp driver");
74 {"marvell,ap806-gicp", 1},
95 device_set_desc(dev, "Marvell GICP"); in mv_ap806_gicp_probe()
146 device_printf(dev, "Cannot register GICP\n"); in mv_ap806_gicp_attach()
H A Dmv_cp110_icu.c150 /* Allocate GICP/SEI compatible mapping entry (2 cells) */ in mv_cp110_icu_attach()
190 /* ICU -> GICP/SEI mapping is set in mv_cp110_icu_map_intr. */ in mv_cp110_icu_convert_map_data()
193 /* Construct GICP compatible mapping. */ in mv_cp110_icu_convert_map_data()
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-ap80x.dtsi151 gicp: gicp@3f0040 { label
152 compatible = "marvell,ap806-gicp";
H A Darmada-cp11x.dtsi207 msi-parent = <&gicp>;
/freebsd/sys/arm64/conf/
H A Dstd.marvell20 device mv_ap806_gicp # Marvell AP806 GICP
H A DNOTES160 device mv_ap806_gicp # Marvell AP806 GICP
/freebsd/sys/arm/allwinner/
H A Daw_r_intc.c95 device_printf(dev, "Cannot register GICP\n"); in aw_r_intc_gicp_attach()