u8 halSourcePhy_PhaseLockLoopState(u16 baseAddr) { LOG_TRACE(); return access_CoreRead((baseAddr + PHY_STAT0), 0, 1); }
u8 halSourcePhy_HotPlugState(u16 baseAddr) { LOG_TRACE(); return access_CoreRead((baseAddr + PHY_STAT0), 1, 1); }
u8 halVideoPacketizer_PixelPackingPhase(u16 baseAddr) { LOG_TRACE(); return access_CoreRead((baseAddr + VP_STATUS), 0, 4); }