Home
last modified time | relevance | path

Searched full:cpuctrl (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/hisilicon/controller/
H A Dcpuctrl.yaml4 $id: http://devicetree.org/schemas/arm/hisilicon/controller/cpuctrl.yaml#
19 - const: hisilicon,cpuctrl
41 cpuctrl@a22000 {
42 compatible = "hisilicon,cpuctrl";
/OK3568_Linux_fs/kernel/arch/m68k/apollo/
H A Dconfig.c161 cpuctrl=0xaa00; in config_apollo()
261 cpuctrl=dn_cpuctrl; in dn_heartbeat()
266 cpuctrl=dn_cpuctrl; in dn_heartbeat()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/alteon/
H A Dacenic.c616 writel(readl(&regs->CpuCtrl) | CPU_HALT, &regs->CpuCtrl); in acenic_remove_one()
624 readl(&regs->CpuCtrl); /* flush */ in acenic_remove_one()
906 writel(readl(&regs->CpuCtrl) | CPU_HALT, &regs->CpuCtrl); in ace_init()
907 readl(&regs->CpuCtrl); /* PCI write posting */ in ace_init()
1443 writel(readl(&regs->CpuCtrl) & ~(CPU_HALT|CPU_TRACE), &regs->CpuCtrl); in ace_init()
1444 readl(&regs->CpuCtrl); in ace_init()
1457 writel(readl(&regs->CpuCtrl) | CPU_HALT, &regs->CpuCtrl); in ace_init()
1458 readl(&regs->CpuCtrl); in ace_init()
2874 if (!(readl(&regs->CpuCtrl) & CPU_HALTED)) { in ace_load_firmware()
H A Dacenic.h62 u32 CpuCtrl; /* 0x140 */ member
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dapollohw.h80 #define cpuctrl (*(volatile unsigned int *)(IO_BASE + cpuctrl_physaddr)) macro
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dhisi-x5hd2.dtsi405 cpuctrl@a22000 {
406 compatible = "hisilicon,cpuctrl";
/OK3568_Linux_fs/kernel/arch/arm/mach-hisi/
H A Dhotplug.c179 np = of_find_compatible_node(NULL, NULL, "hisilicon,cpuctrl"); in hix5hd2_hotplug_init()
/OK3568_Linux_fs/kernel/arch/arc/boot/dts/
H A Dabilis_tb10x.dtsi211 "cpuctrl",
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dmpc8349itx.c176 /* 0x1c0c0 is the VSC7385 CPU Control (CPUCTRL) Register. The power up in misc_init_f()