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 346 ret = regmap_update_bits(priv->regmap, GLOBAL_CFG, FREEZE, FREEZE); in __cs2000_set_rate() 362 ret = regmap_update_bits(priv->regmap, GLOBAL_CFG, FREEZE, 0); in __cs2000_set_rate()
|
/linux/drivers/video/fbdev/ |
H A D | gbefb.c | 207 if (GET_GBE_FIELD(VT_XY, FREEZE, val) == 1) in gbe_turn_off() 272 SET_GBE_FIELD(VT_XY, FREEZE, val, 1); in gbe_turn_off() 277 if (GET_GBE_FIELD(VT_XY, FREEZE, val) != 1) in gbe_turn_off() 318 if (GET_GBE_FIELD(VT_XY, FREEZE, val) == 0) in gbe_turn_on() 339 SET_GBE_FIELD(VT_XY, FREEZE, val, 0); in gbe_turn_on() 344 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_2.c | 1504 freeze = REG_SET_FIELD(freeze, SDMA0_FREEZE, FREEZE, 1); in sdma_v5_2_reset_queue() 1552 freeze = REG_SET_FIELD(freeze, SDMA0_FREEZE, FREEZE, 0); in sdma_v5_2_reset_queue()
|
H A D | sdma_v5_0.c | 1604 freeze = REG_SET_FIELD(freeze, SDMA0_FREEZE, FREEZE, 1); in sdma_v5_0_reset_queue() 1649 freeze = REG_SET_FIELD(freeze, SDMA0_FREEZE, FREEZE, 0); in sdma_v5_0_reset_queue()
|