On Wed, Apr 23, 2025 at 06:54:15PM +0800, Hans Zhang wrote: > Link-up detection manually checked PCIE_LINKUP bits across RC/EP modes, > leading to code duplication. Centralize the logic using FIELD_GET. This > removes redundancy and abstracts hardware-specific bit masking, ensuring > consistent link state handling. > > Signed-off-by: Hans Zhang <18255117159@xxxxxxx> > --- Reviewed-by: Niklas Cassel <cassel@xxxxxxxxxx>