Searched refs:SLEEP (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
D | powersave.S | 32 #define SLEEP .long 0x4c0003a4 macro
|
/linux-4.1.27/drivers/isdn/icn/ |
D | icn.c | 788 #define SLEEP(sec) { \ macro 797 #define SLEEP(sec) macro 850 SLEEP(1); in icn_loadboot() 858 SLEEP(1); in icn_loadboot() 864 SLEEP(1); in icn_loadboot() 873 SLEEP(1); in icn_loadboot() 879 SLEEP(1); in icn_loadboot() 896 SLEEP(1); in icn_loadboot()
|
/linux-4.1.27/drivers/staging/unisys/include/ |
D | timskmod.h | 118 #define SLEEP(x) \ macro
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | ms.h | 92 #define SLEEP 0x5A macro
|
/linux-4.1.27/drivers/spi/ |
D | spi-nuc900.c | 39 #define SLEEP (0x0f << 12) macro 284 val = __raw_readl(hw->regs + USI_CNT) & ~SLEEP; in nuc900_set_sleep()
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_power.c | 50 control_value = FIELD_SET(control_value, POWER_MODE_CTRL, MODE, SLEEP); in setPowerMode()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | head.S | 221 ;; SLEEP and wait IPI
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | am335x-bone-common.dtsi | 227 * Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 1285 yawn(dev, SLEEP); in de4x5_hw_init() 1329 yawn(dev, SLEEP); in de4x5_open() 1842 yawn(dev, SLEEP); in de4x5_close() 5148 case SLEEP: in yawn() 5150 outb(SLEEP, PCI_CFPM); in yawn() 5165 case SLEEP: in yawn() 5167 pci_write_config_byte(pdev, PCI_CFDA_PSM, SLEEP); in yawn()
|
D | de4x5.h | 203 #define SLEEP 0x80 /* Power Saving Sleep Mode */ macro
|
/linux-4.1.27/Documentation/usb/ |
D | URB.txt | 212 NEVER SLEEP IN A COMPLETION HANDLER. These are often called in atomic
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139too.c | 419 SLEEP = (1 << 1), /* only on 8139, 8139A */ enumerator 885 tmp8 &= ~(SLEEP | PWRDN); in rtl8139_init_board()
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 1953 SLEEP AND WAKE-UP FUNCTIONS
|