Lines Matching defs:port_fbs
194 u32 port_fbs;
202 port_fbs = readl(port_mmio + PORT_FBS);
203 port_fbs &= ~PORT_FBS_DEV_MASK;
204 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET;
205 writel(port_fbs, port_mmio + PORT_FBS);
457 u32 port_fbs;
463 port_fbs = readl(port_mmio + PORT_FBS);
464 port_fbs &= ~PORT_FBS_DEV_MASK;
465 port_fbs |= pmp << PORT_FBS_DEV_OFFSET;
466 writel(port_fbs, port_mmio + PORT_FBS);
502 u32 port_fbs;
513 port_fbs = readl(port_mmio + PORT_FBS);
514 port_fbs &= ~PORT_FBS_DEV_MASK;
515 port_fbs |= pmp << PORT_FBS_DEV_OFFSET;
516 writel(port_fbs, port_mmio + PORT_FBS);