Lines Matching refs:value
617 enum get_iov_fw_value_index value)
637 switch (value) {
782 /* init to some ~sane value until calibrate_delay() runs */
897 char *ptr, *key, *value, *end;
918 ptr = rtas_data_buf + 2; /* step over strlen value */
919 key = value = ptr;
922 /* Separate the key and value by replacing '=' with '\0' and
923 * point the value at the string after the '='
927 value = ptr + 1;
929 /* Terminate the string containing the key/value pair */
932 if (key == value) {
933 pr_debug("Malformed key/value pair\n");
939 page_order = simple_strtol(value, NULL, 10);
941 CMO_PrPSP = simple_strtol(value, NULL, 10);
943 CMO_SecPSP = simple_strtol(value, NULL, 10);
944 value = key = ptr + 1;