On Thu, 01 Jun 2023 14:32:11 -0700 Dave Jiang <dave.jiang@xxxxxxxxx> wrote: > Add upstream port and any port definition for SSLBIS. > > Links: https://github.com/acpica/acpica/pull/874 > Signed-off-by: Dave Jiang <dave.jiang@xxxxxxxxx> FWIW given may come from acpica route anyway. Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > --- > --- > include/acpi/actbl1.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h > index 8d5572ad48cb..a33375e055ad 100644 > --- a/include/acpi/actbl1.h > +++ b/include/acpi/actbl1.h > @@ -465,6 +465,9 @@ struct acpi_cdat_sslbe { > u16 reserved; > }; > > +#define ACPI_CDAT_SSLBIS_US_PORT 0x0100 > +#define ACPI_CDAT_SSLBIS_ANY_PORT 0xffff > + > /******************************************************************************* > * > * CEDT - CXL Early Discovery Table > >