Home
last modified time | relevance | path

Searched refs:POWERDOWN (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/iio/dac/
H A Dti-dac082s085.c64 #define POWERDOWN(mode) (0x30 | ((mode) + 1) << 6) macro
99 ret = ti_dac_cmd(ti_dac, POWERDOWN(mode), 0); in ti_dac_set_powerdown_mode()
145 ret = ti_dac_cmd(ti_dac, POWERDOWN(ti_dac->powerdown_mode), 0); in ti_dac_write_powerdown()
/openbmc/qemu/target/sparc/
H A Dcpu-feature.h.inc13 FEATURE(POWERDOWN)
H A Dtranslate.c3388 TRANS(WRPOWERDOWN, POWERDOWN, do_wr_special, a, supervisor(dc), do_wrpowerdown) in TRANS() argument
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dda9062-wdt.txt15 POWERDOWN. Can be 0 or 1. Only use this option if you want to change the
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810.h160 #define POWERDOWN 0xA0000 macro
H A Di810_main.c1420 mode = POWERDOWN; in i810fb_blank()
/openbmc/qemu/qapi/
H A Drun-state.json164 # @POWERDOWN:
176 { 'event': 'POWERDOWN' }
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst319 "event": "POWERDOWN" }
/openbmc/linux/sound/pci/ice1712/
H A Dice1724.c2363 outb(0, ICEREG1724(ice, POWERDOWN)); in snd_vt1724_chip_init()