FDI_TX_PLL_ENABLED
write32(targetRegister, value | FDI_TX_PLL_ENABLED);
write32(targetRegister, read32(targetRegister) & ~FDI_TX_PLL_ENABLED);
return (read32(FDI_TX_CTL(fPipeIndex)) & FDI_TX_PLL_ENABLED) != 0;
if ((value & FDI_TX_PLL_ENABLED) != 0) {