intel/fs: Don't write to the flag register with a D or UD type
In spite of the HW docs claiming that this is a valid access it appears to not actually initialize the register properly in practice. If we instead initialize with two writes as a W type, it works just fine.