Searched refs:last_type (Results 1 – 6 of 6) sorted by relevance
259 u16 last_type; in bnge_backing_store_cfg() local266 last_type = BNGE_CTX_MAX - 1; in bnge_backing_store_cfg()268 last_type = BNGE_CTX_L2_MAX - 1; in bnge_backing_store_cfg()269 ctx->ctx_arr[last_type].last = 1; in bnge_backing_store_cfg()
764 int last_type = -1; in get_family_type() local779 last_type = id_to_type_table[x].type; in get_family_type()784 if (last_type == -1) in get_family_type()786 return last_type; in get_family_type()
425 unsigned int last_type = 0; in acpi_processor_power_verify() local450 if (cx->type >= last_type && cx->latency < last_latency) in acpi_processor_power_verify()453 last_type = cx->type; in acpi_processor_power_verify()
1083 static u_short char_type, last_type; in spkup_write() local1103 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write()1116 if ((synth_flags & SF_DEC) && (last_type & PUNC)) in spkup_write()1145 last_type = char_type; in spkup_write()1149 if (last_type & CH_RPT) { in spkup_write()
1871 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local1879 last_type = ivhd->type; in get_highest_supported_ivhd_type()1883 return last_type; in get_highest_supported_ivhd_type()
9145 u16 last_type = BNXT_CTX_INV; in bnxt_backing_store_cfg_v2() local9163 last_type = type; in bnxt_backing_store_cfg_v2()9166 if (last_type == BNXT_CTX_INV) { in bnxt_backing_store_cfg_v2()9170 last_type = BNXT_CTX_MAX - 1; in bnxt_backing_store_cfg_v2()9172 last_type = BNXT_CTX_L2_MAX - 1; in bnxt_backing_store_cfg_v2()9174 ctx->ctx_arr[last_type].last = 1; in bnxt_backing_store_cfg_v2()
Completed in 54 milliseconds