Lines Matching refs:t2
97 la t2, _tx_timer_time_slice ; Pickup address of time slice
98 lw t3, 0(t2) ; Pickup time slice
113 sw t3, 0(t2) ; Store new time slice
139 la t2, _tx_timer_expired ; Pickup address of timer expired flag
147 sw t4, 0(t2) ; Set expired flag in memory
162 la t2, _tx_timer_list_end ; Pickup address of list end pointer
163 lw t3, 0(t2) ; Pickup actual list end
171 la t2, _tx_timer_list_start ; Pickup address of list start pointer
172 lw t4, 0(t2) ; Pickup start of the list
187 and t2, t6, 2 ; Isolate the timer expired bit
196 beqz t2, _tx_timer_dont_activate ; No, timer not expired
211 and t2, t6, 1 ; Is the timer expired bit set?
212 beqz t2, _tx_timer_not_ts_expiration ; If not, skip time slice processing