/openbmc/linux/arch/powerpc/kernel/ |
H A D | idle_85xx.S | 36 /* Check if we can nap or doze, put HID0 mask in r3 */ 58 /* Go to NAP or DOZE now */ 76 * Return from NAP/DOZE mode, restore some CPU specific registers,
|
H A D | idle_6xx.S | 7 * it will have PLL 1 set to low speed mode (used during NAP/DOZE). 58 /* Check if we can nap or doze, put HID0 mask in r3 119 /* Go to NAP or DOZE now */ 147 * Return from NAP/DOZE mode, restore some CPU specific registers,
|
H A D | cpu_setup_ppc970.S | 77 li r11,5 /* clear DOZE and SLEEP */ 91 li r11,0x15 /* clear DOZE and SLEEP */
|
/openbmc/linux/drivers/input/rmi4/ |
H A D | rmi_f01.c | 110 * when the touch sensor is in doze mode, in units of 10ms. 114 * finger lifts before entering the doze state, in units of 100ms. 361 "syna,doze-holdoff-ms", 1); in rmi_f01_of_probe() 368 "syna,doze-interval-ms", 1); in rmi_f01_of_probe() 485 "Failed to configure F01 doze interval register: %d\n", in rmi_f01_probe() 494 "Failed to read F01 doze interval register: %d\n", in rmi_f01_probe() 540 "Failed to configure F01 doze holdoff register: %d\n", in rmi_f01_probe() 549 "Failed to read F01 doze holdoff register: %d\n", in rmi_f01_probe() 603 "Failed to write doze interval: %d\n", error); in rmi_f01_config() 624 "Failed to write doze holdoff: %d\n", error); in rmi_f01_config()
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | powersave.S | 17 #define DOZE .long 0x4c000324 macro 35 DOZE
|
H A D | idle.c | 27 { .name = "doze", .entry = &idle_doze },
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/ |
H A D | cpm.txt | 20 - idle-doze : specifier consist of one cell. For each 49 idle-doze = <0x02000000>;
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | syna,rmi4.yaml | 80 syna,doze-holdoff-ms: 82 The delay to wait after the last finger lift and the first doze 85 syna,doze-interval-ms:
|
/openbmc/linux/arch/csky/ |
H A D | Kconfig | 249 prompt "Power Manager Instruction (wait/doze/stop)" 259 bool "doze"
|
/openbmc/u-boot/arch/arm/include/asm/arch-spear/ |
H A D | spr_syscntl.h | 30 #define DOZE 0x00000001 macro
|
/openbmc/linux/include/linux/ |
H A D | rmi.h | 139 * @nosleep - specifies whether the device is permitted to sleep or doze (that 145 * finger lifts before entering the doze state, in units of 100ms. 147 * when the touch sensor is in doze mode, in units of 10ms.
|
/openbmc/linux/include/linux/fsl/ |
H A D | guts.h | 218 __be32 cdozsr; /* 0x0004 Core Doze Status Register */ 220 __be32 cdozcr; /* 0x000c Core Doze Control Register */ 226 __be32 cdozpsr; /* 0x0024 Core Doze Previous Status Register */
|
/openbmc/linux/arch/powerpc/platforms/4xx/ |
H A D | cpm.c | 55 [CPM_IDLE_DOZE] = { 0, "doze" }, 301 cpm.idle_doze = cpm_get_uint_property(np, "idle-doze"); in cpm_init()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | cpu_features.rst | 14 split instruction and data caches, and if the CPU supports the DOZE and NAP
|
/openbmc/linux/arch/csky/kernel/ |
H A D | process.c | 97 asm volatile("doze\n"); in arch_cpu_idle()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | mcfpit.h | 41 #define MCFPIT_PCSR_DOZE 0x0040 /* Clock run in doze mode */
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | sleep.S | 225 rlwinm r2,r2,0,10,7 /* clear doze, nap */ 259 rlwinm r3,r3,0,11,7 /* clear SLEEP, NAP, DOZE bits */
|
/openbmc/qemu/include/hw/timer/ |
H A D | imx_gpt.h | 52 #define GPT_CR_DOZEN (1 << 4) /* GPT Doze mode enable */
|
/openbmc/linux/drivers/input/serio/ |
H A D | hil_mlc.c | 613 static int doze; variable 627 printk(KERN_DEBUG PREFIX "z%i \n {%i}", doze, mlc->seidx); in hilse_donode() 628 doze = 0; in hilse_donode() 737 doze++; in hilse_donode()
|
/openbmc/linux/net/mac80211/ |
H A D | pm.c | 106 * driver back in DOZE. in __ieee80211_suspend()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | phy.c | 425 "eRf Off/Sleep: %d times TcbBusyQueue[%d] =%d before doze!\n", in _rtl92cu_phy_set_rf_power_state() 467 "eRf Off/Sleep: %d times TcbBusyQueue[%d] =%d before doze!\n", in _rtl92cu_phy_set_rf_power_state()
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | smp.c | 189 /* CPU Doze */ in stop_this_cpu()
|
H A D | process.c | 99 * Send the doze signal to the cpu if available.
|
/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks7010_sdio.c | 484 /* wait after DOZE */ in ks7010_rw_function() 486 netdev_dbg(priv->net_dev, "wait after DOZE\n"); in ks7010_rw_function() 510 /* sleep mode doze */ in ks7010_rw_function()
|
/openbmc/linux/drivers/iio/proximity/ |
H A D | sx9500.c | 749 /* Doze enabled, 2x scan period doze, no raw filter. */
|