Since these instructions are NOT edge triggered, and since you have SP1 driving them, they will turn OFF on the scan IMMEDIATELY AFTER they turned ON (i.e. immediately after they completed), because you have told it to execute immediately (or technically, you have just told it to execute; "immediate" is dependent on the availability of the "token"), because it is power-flow enabled instruction, not an edge-triggered instruction.
TOKEN PASSING is responsible for handling the situations to get everybody to play nice. Just because the first instruction says "I want the token NOW, immediately after the scan I gave up the token", it will NOT get the token if someone below him or above him got the token. So "Enabling" and "Getting the token" are two different states, although those two state transitions CAN occur in the same scan if someone else did NOT already have the token.