Lines Matching refs:first_slot
541 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument
549 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num()
556 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num()
594 u8 first_slot = 1; in calculate_first_slot() local
599 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
600 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot()
603 return first_slot + 1; in calculate_first_slot()
616 u8 first_slot = 1; in create_file_name() local
639 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
642 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
647 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
654 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
665 first_slot = calculate_first_slot (slot_num); in create_file_name()
674 number, slot_num - first_slot + 1); in create_file_name()