Home
last modified time | relevance | path

Searched refs:CCC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_overlay.c293 #define CCC(v) ((v) << 24 | (v) << 16 | (v) << 8) in armada_plane_set_property() macro
294 dplane->prop.colorkey_yr = CCC(K2R(val)); in armada_plane_set_property()
295 dplane->prop.colorkey_ug = CCC(K2G(val)); in armada_plane_set_property()
296 dplane->prop.colorkey_vb = CCC(K2B(val)); in armada_plane_set_property()
297 #undef CCC in armada_plane_set_property()
/linux-4.1.27/drivers/power/
Dbq24190_charger.c353 BQ24190_SYSFS_FIELD_RW(ichg, CCC, ICHG),
354 BQ24190_SYSFS_FIELD_RW(force_20_pct, CCC, FORCE_20PCT),