PORT_INTSTAT
writel_relaxed(BIT(data->hwirq), port->base + PORT_INTSTAT);
stat = readl_relaxed(port->base + PORT_INTSTAT);
writel_relaxed(~0, port->base + PORT_INTSTAT);