Searched refs:FREEZE (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/clk/ |
| H A D | clk-cs2000-cp.c | 56 #define FREEZE (1 << 7) macro 350 ret = regmap_update_bits(priv->regmap, GLOBAL_CFG, FREEZE, FREEZE); in __cs2000_set_rate() 366 ret = regmap_update_bits(priv->regmap, GLOBAL_CFG, FREEZE, 0); in __cs2000_set_rate()
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 208 if (GET_GBE_FIELD(VT_XY, FREEZE, val) == 1) in gbe_turn_off() 273 SET_GBE_FIELD(VT_XY, FREEZE, val, 1); in gbe_turn_off() 278 if (GET_GBE_FIELD(VT_XY, FREEZE, val) != 1) in gbe_turn_off() 319 if (GET_GBE_FIELD(VT_XY, FREEZE, val) == 0) in gbe_turn_on() 340 SET_GBE_FIELD(VT_XY, FREEZE, val, 0); in gbe_turn_on() 345 if (GET_GBE_FIELD(VT_XY, FREEZE, val)) in gbe_turn_on()
|
| /linux/sound/soc/codecs/ |
| H A D | cs4349.h | 124 #define FREEZE (1 << 5) macro
|
| /linux/Documentation/power/ |
| H A D | swsusp.rst | 234 * FREEZE swap device and parents 240 Which means that you still need that FREEZE state, and you get more 246 distinctions between SUSPEND and FREEZE. 249 Doing SUSPEND when you are asked to do FREEZE is always correct, 254 FREEZE.
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 194 - PAUSE / FREEZE
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | sdma_v5_0.c | 1575 freeze = REG_SET_FIELD(freeze, SDMA0_FREEZE, FREEZE, 1); in sdma_v5_0_stop_queue() 1617 freeze = REG_SET_FIELD(freeze, SDMA0_FREEZE, FREEZE, 0); in sdma_v5_0_restore_queue()
|
| H A D | sdma_v5_2.c | 1483 freeze = REG_SET_FIELD(freeze, SDMA0_FREEZE, FREEZE, 1); in sdma_v5_2_stop_queue() 1527 freeze = REG_SET_FIELD(freeze, SDMA0_FREEZE, FREEZE, 0); in sdma_v5_2_restore_queue()
|