Home
last modified time | relevance | path

Searched refs:max_min (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc.c32 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) argument
44 void get_qp_set(qp_set qps, enum colour_mode cm, enum bits_per_comp bpc, enum max_min max_min, floa… in get_qp_set() argument
47 int sel = table_hash(mode, bpc, max_min); in get_qp_set()
Drc_calc.h69 enum max_min { enum
/drivers/staging/vt6656/
Dcard.c344 u8 max_min = 0; in vnt_update_ifs() local
351 max_min = 4; in vnt_update_ifs()
357 max_min = 4; in vnt_update_ifs()
360 max_min = 5; in vnt_update_ifs()
408 max_min |= 0xa0; in vnt_update_ifs()
411 MESSAGE_REQUEST_MACREG, 1, &max_min); in vnt_update_ifs()
/drivers/hwmon/
Dad7414.c146 static SENSOR_DEVICE_ATTR_RW(temp1_max, max_min, 0);
147 static SENSOR_DEVICE_ATTR_RW(temp1_min, max_min, 1);