Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.h12 #define MAX_REGULATORY 3 macro
84 struct wwan_device_mode_configuration config_data[MAX_REGULATORY];
H A Dintel_sar.c84 if (get_int_value(num, &value) || value < 0 || value >= MAX_REGULATORY) in parse_package()
187 if (value >= MAX_REGULATORY) in intc_reg_store()
265 for (reg = 0; reg < MAX_REGULATORY; reg++) in sar_probe()
303 for (reg = 0; reg < MAX_REGULATORY; reg++) in sar_remove()