Searched refs:temp_bpw (Results 1 – 2 of 2) sorted by relevance
140 int temp_bpw = bpw; in se_get_packing_config_earlycon() local155 len = (temp_bpw < BITS_PER_BYTE) ? in se_get_packing_config_earlycon()156 (temp_bpw - 1) : BITS_PER_BYTE - 1; in se_get_packing_config_earlycon()158 idx = ((temp_bpw - BITS_PER_BYTE) <= 0) ? in se_get_packing_config_earlycon()161 temp_bpw = ((temp_bpw - BITS_PER_BYTE) <= 0) ? in se_get_packing_config_earlycon()162 bpw : (temp_bpw - BITS_PER_BYTE); in se_get_packing_config_earlycon()
400 int temp_bpw = bpw; in geni_se_config_packing() local412 len = min_t(int, temp_bpw, BITS_PER_BYTE) - 1; in geni_se_config_packing()417 if (temp_bpw <= BITS_PER_BYTE) { in geni_se_config_packing()419 temp_bpw = bpw; in geni_se_config_packing()422 temp_bpw = temp_bpw - BITS_PER_BYTE; in geni_se_config_packing()