HomeSort by: relevance | last modified time | path
    Searched defs:sysctrl (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
hi3519.dtsi 162 sysctrl: system-controller@12020000 { label
163 compatible = "hisilicon,hi3519-sysctrl", "syscon";
169 regmap = <&sysctrl>;
r9a06g032.dtsi 10 #include <dt-bindings/clock/r9a06g032-sysctrl.h>
25 clocks = <&sysctrl R9A06G032_CLK_A7MP>;
32 clocks = <&sysctrl R9A06G032_CLK_A7MP>;
69 sysctrl: system-controller@4000c000 { label
70 compatible = "renesas,r9a06g032-sysctrl";
86 clocks = <&sysctrl R9A06G032_CLK_UART0>, <&sysctrl R9A06G032_HCLK_UART0>;
97 clocks = <&sysctrl R9A06G032_CLK_UART1>, <&sysctrl R9A06G032_HCLK_UART1>;
108 clocks = <&sysctrl R9A06G032_CLK_UART2>, <&sysctrl R9A06G032_HCLK_UART2>
    [all...]
berlin2.dtsi 508 sysctrl: system-controller@d000 { label
berlin2cd.dtsi 558 sysctrl: system-controller@d000 { label
hi3620.dtsi 91 sysctrl: system-controller@802000 { label
92 compatible = "hisilicon,sysctrl", "syscon";
hisi-x5hd2.dtsi 393 sysctrl: system-controller@0 { label
394 compatible = "hisilicon,sysctrl", "syscon";
400 regmap = <&sysctrl>;
495 hisilicon,power-syscon = <&sysctrl>;
berlin2q.dtsi 621 sysctrl: pin-controller@d000 { label
hip04.dtsi 215 sysctrl: sysctrl { label
216 compatible = "hisilicon,sysctrl", "syscon";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hi3798cv200.dtsi 101 sysctrl: system-controller@8000000 { label in label:soc
102 compatible = "hisilicon,hi3798cv200-sysctrl", "syscon";
219 clocks = <&sysctrl HISTB_UART0_CLK>, <&sysctrl HISTB_UART0_CLK>;
553 clocks = <&sysctrl HISTB_IR_CLK>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-gx.dtsi 446 compatible = "amlogic,meson-gx-ao-sysctrl", "simple-mfd", "syscon";
517 amlogic,ao-sysctrl = <&sysctrl_AO>;
554 sysctrl: system-controller@0 { label in label:hiubus
555 compatible = "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon";
561 amlogic,ao-sysctrl = <&sysctrl_AO>;
meson-axg.dtsi 1212 sysctrl: system-controller@0 { label in label:hiubus
1213 compatible = "amlogic,meson-axg-hhi-sysctrl",
1227 amlogic,ao-sysctrl = <&sysctrl_AO>;
1537 compatible = "amlogic,meson-axg-ao-sysctrl", "simple-mfd", "syscon";
  /src/sys/dev/pci/
pccbb.c 716 sysctrl; local in function:pccbb_chipinit
790 sysctrl = pci_conf_read(pc, tag, PCI_SYSCTRL);
793 if ((sysctrl & PCI1420_SYSCTRL_MRBURST) == mrburst) {
800 sysctrl |= PCI1420_SYSCTRL_MRBURST;
801 pci_conf_write(pc, tag, PCI_SYSCTRL, sysctrl);
806 sysctrl |= PCI1420_SYSCTRL_MRBURSTDN;
807 sysctrl &= ~PCI1420_SYSCTRL_MRBURSTUP;
808 pci_conf_write(pc, tag, PCI_SYSCTRL, sysctrl);
844 sysctrl = pci_conf_read(pc, tag, PCI_SYSCTRL);
845 sysctrl |= PCI12XX_SYSCTRL_VCCPROT
    [all...]

Completed in 60 milliseconds