Searched refs:gpc (Results 1 – 15 of 15) sorted by relevance
/u-boot/arch/arm/dts/ |
A D | imx6qp.dtsi | 85 &gpc { 86 compatible = "fsl,imx6qp-gpc", "fsl,imx6q-gpc";
|
A D | s5pc100-pinctrl.dtsi | 25 gpc: gpc { label
|
A D | imx6qdl.dtsi | 75 interrupt-parent = <&gpc>; 138 interrupt-parent = <&gpc>; 146 interrupt-parent = <&gpc>; 275 interrupt-map = <0 0 0 1 &gpc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 276 <0 0 0 2 &gpc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, 277 <0 0 0 3 &gpc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 278 <0 0 0 4 &gpc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; 846 gpc: gpc@20dc000 { label 847 compatible = "fsl,imx6q-gpc";
|
A D | imx6sx.dtsi | 137 interrupt-parent = <&gpc>; 147 interrupt-parent = <&gpc>; 160 interrupt-parent = <&gpc>; 763 gpc: gpc@20dc000 { label 764 compatible = "fsl,imx6sx-gpc", "fsl,imx6q-gpc"; 1381 interrupt-map = <0 0 0 1 &gpc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 1382 <0 0 0 2 &gpc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, 1383 <0 0 0 3 &gpc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 1384 <0 0 0 4 &gpc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
|
A D | imx6ul.dtsi | 150 interrupt-parent = <&gpc>; 160 interrupt-parent = <&gpc>; 168 interrupt-parent = <&gpc>; 680 gpc: gpc@20dc000 { label 681 compatible = "fsl,imx6ul-gpc", "fsl,imx6q-gpc";
|
A D | imx6sl.dtsi | 109 interrupt-parent = <&gpc>; 678 gpc: gpc@020dc000 { label 679 compatible = "fsl,imx6sl-gpc", "fsl,imx6q-gpc";
|
A D | imx6sll.dtsi | 131 interrupt-parent = <&gpc>; 599 gpc: gpc@020dc000 { label 600 compatible = "fsl,imx6sll-gpc", "fsl,imx6q-gpc";
|
A D | imx6ull-somlabs-visionsom.dts | 112 &gpc {
|
A D | imx7s.dtsi | 137 interrupt-parent = <&gpc>; 191 interrupt-parent = <&gpc>; 628 gpc: gpc@303a0000 { label 629 compatible = "fsl,imx7d-gpc";
|
A D | imx8mq.dtsi | 17 interrupt-parent = <&gpc>; 637 gpc: gpc@303a0000 { label 638 compatible = "fsl,imx8mq-gpc";
|
A D | imx6sll-evk.dts | 362 &gpc {
|
/u-boot/board/softing/vining_2000/ |
A D | vining_2000.c | 421 struct gpc *gpc_regs = (struct gpc *)GPC_BASE_ADDR; in board_preboot_os()
|
/u-boot/arch/arm/mach-imx/imx8m/ |
A D | soc.c | 476 struct gpc_reg *gpc = (struct gpc_reg *)GPC_BASE_ADDR; in arch_cpu_init() local 482 writel(0xE, &gpc->cpu_pgc_dn_trg); in arch_cpu_init() 484 writel(0xC, &gpc->cpu_pgc_dn_trg); in arch_cpu_init()
|
/u-boot/drivers/pci/ |
A D | pcie_imx.c | 456 struct gpc *gpc_regs = (struct gpc *)GPC_BASE_ADDR; in imx6_pcie_assert_core_reset()
|
/u-boot/arch/arm/include/asm/arch-mx6/ |
A D | imx-regs.h | 591 struct gpc { struct
|
Completed in 39 milliseconds