Searched refs:last_patch (Results 1 – 3 of 3) sorted by relevance
6964 const struct patch *last_patch; in ahc_check_patch() local6968 last_patch = &patches[num_patches]; in ahc_check_patch()6971 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahc_check_patch()
9516 const struct patch *last_patch; in ahd_check_patch() local9520 last_patch = &patches[num_patches]; in ahd_check_patch()9523 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahd_check_patch()
1562 struct sequencer_patch *last_patch; in aic7xxx_check_patch() local1566 last_patch = &sequencer_patches[num_patches]; in aic7xxx_check_patch()1569 while ((cur_patch < last_patch) && (start_instr == cur_patch->begin)) in aic7xxx_check_patch()