Searched refs:zone_low (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hwmon/
H A Ddme1737.c237 s8 zone_low[3]; member in struct:dme1737_data
728 for (ix = 0; ix < ARRAY_SIZE(data->zone_low); ix++) {
734 data->zone_low[1] = dme1737_read(data,
739 data->zone_low[ix] = dme1737_read(data,
984 res = TEMP_FROM_REG(data->zone_low[ix], 8) -
988 res = TEMP_FROM_REG(data->zone_low[ix], 8);
992 res = TEMP_FROM_REG(data->zone_low[ix], 8) +
1027 data->zone_low[ix] = dme1737_read(data,
1030 temp = TEMP_FROM_REG(data->zone_low[ix], 8);
1037 data->zone_low[i
[all...]
/linux-master/mm/
H A Dmm_init.c1229 unsigned long zone_low = arch_zone_lowest_possible_pfn[zone_type]; local
1233 *zone_start_pfn = clamp(node_start_pfn, zone_low, zone_high);
1234 *zone_end_pfn = clamp(node_end_pfn, zone_low, zone_high);

Completed in 242 milliseconds