On Wed, Feb 24, 2021 at 7:12 AM DENG Qingfang <dqf...@gmail.com> wrote:

> +/* Port isolation registers */
> +#define RTL8366RB_PORT_ISO_BASE                0x0F08
> +#define RTL8366RB_PORT_ISO(pnum)       (RTL8366RB_PORT_ISO_BASE + (pnum))
> +#define RTL8366RB_PORT_ISO_EN          BIT(0)
> +#define RTL8366RB_PORT_ISO_PORTS_MASK  GENMASK(7, 1)

BTW where did you find this register? It's not in any of my
vendor driver code dumps.

Curious!

Yours,
Linus Walleij

Reply via email to