Home
last modified time | relevance | path

Searched refs:scu (Results 76 – 100 of 195) sorted by relevance

12345678

/openbmc/linux/arch/arm/boot/dts/arm/
H A Darm-realview-pbx-a9.dts81 scu: scu@1f000000 { label
82 compatible = "arm,cortex-a9-scu";
H A Darm-realview-eb-mp.dtsi86 scu: scu@1f000000 { label
87 compatible = "arm,arm11mp-scu";
H A Dvexpress-v2p-ca5s.dts96 scu@2c000000 {
97 compatible = "arm,cortex-a5-scu";
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm63138.dtsi95 scu: scu@1e000 { label
96 compatible = "arm,cortex-a9-scu";
/openbmc/linux/include/linux/mfd/
H A Dintel_soc_pmic.h49 struct intel_scu_ipc_dev *scu; member
H A Dintel_pmc_bxt.h24 struct intel_scu_ipc_dev *scu; member
/openbmc/u-boot/drivers/pinctrl/nxp/
H A DMakefile6 obj-$(CONFIG_PINCTRL_IMX_SCU) += pinctrl-scu.o
/openbmc/linux/Documentation/devicetree/bindings/net/can/
H A Dfsl,flexcan.yaml116 fsl,scu-index:
118 The scu index of CAN instance.
156 fsl,scu-index = /bits/ 8 <1>;
/openbmc/qemu/include/hw/watchdog/
H A Dwdt_aspeed.h36 AspeedSCUState *scu; member
/openbmc/qemu/include/hw/timer/
H A Daspeed_timer.h67 AspeedSCUState *scu; member
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm.dtsi269 compatible = "fsl,imx-scu";
278 compatible = "fsl,imx8qm-scu-pd", "fsl,scu-pd";
283 compatible = "fsl,imx8qm-clk", "fsl,scu-clk";
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Daspeed,ast2600-pinctrl.yaml17 "aspeed,ast2600-scu", "syscon", "simple-mfd"
94 syscon: scu@1e6e2000 {
95 compatible = "aspeed,ast2600-scu", "syscon", "simple-mfd";
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Daudio-graph-card.yaml19 - audio-graph-scu-card
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Dfsl,scu-rtc.yaml4 $id: http://devicetree.org/schemas/rtc/fsl,scu-rtc.yaml#
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dfsl,mu.yaml30 - const: fsl,imx8-mu-scu
49 - const: fsl,imx8-mu-scu
/openbmc/qemu/hw/watchdog/
H A Dwdt_aspeed.c257 if (s->scu->regs[reset_ctrl_reg] & SCU_RESET_SDRAM) { in aspeed_wdt_timer_expired()
277 assert(s->scu); in aspeed_wdt_realize()
297 DEFINE_PROP_LINK("scu", AspeedWDTState, scu, TYPE_ASPEED_SCU,
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dfsl,scu-wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/fsl,scu-wdt.yaml#
/openbmc/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/
H A Dnuvoton,npcm750-smp14 This enable method needs valid nodes compatible with "arm,cortex-a9-scu" and
H A Dmarvell,berlin-smp15 This enable method needs valid nodes compatible with "arm,cortex-a9-scu" and
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dfsl,scu-thermal.yaml4 $id: http://devicetree.org/schemas/thermal/fsl,scu-thermal.yaml#
/openbmc/linux/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_crtc.c63 regmap_update_bits(priv->scu, priv->dac_reg, BIT(16), BIT(16)); in aspeed_gfx_enable_controller()
77 regmap_update_bits(priv->scu, priv->dac_reg, BIT(16), 0); in aspeed_gfx_disable_controller()
/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-xdma.c814 struct regmap *scu = syscon_regmap_lookup_by_phandle(dev->of_node, in aspeed_xdma_init_scu() local
817 if (!IS_ERR(scu)) { in aspeed_xdma_init_scu()
842 regmap_write(scu, ctx->chip->scu_bmc_class, in aspeed_xdma_init_scu()
848 regmap_update_bits(scu, ctx->chip->scu_pcie_conf, bmc | vga, in aspeed_xdma_init_scu()
852 regmap_update_bits(scu, ctx->chip->scu_misc_ctrl, in aspeed_xdma_init_scu()
857 regmap_update_bits(scu, SCU_AST2600_DEBUG_CTRL, in aspeed_xdma_init_scu()
862 PTR_ERR(scu)); in aspeed_xdma_init_scu()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dfsl,scu-key.yaml4 $id: http://devicetree.org/schemas/input/fsl,scu-key.yaml#
/openbmc/linux/drivers/iio/adc/
H A Daspeed_adc.c179 struct regmap *scu; in aspeed_adc_set_trim_data() local
188 scu = syscon_node_to_regmap(syscon); in aspeed_adc_set_trim_data()
190 if (IS_ERR(scu)) { in aspeed_adc_set_trim_data()
195 if (regmap_read(scu, data->model_data->trim_locate->offset, in aspeed_adc_set_trim_data()
/openbmc/linux/drivers/pinctrl/freescale/
H A Dpinctrl-imx.h55 struct imx_pin_scu scu; member

12345678