Lines Matching refs:start
789 u64 pcie_beg = entry->res->start - entry->offset;
791 size += entry->res->end - entry->res->start + 1;
834 * matters, the viewport must start on a pcie-address that is aligned
849 * - If the system memory is 4GB or larger we cannot start the inbound
851 * outbound memory @ 3GB). So instead it will start at the 1x
1004 u64 start = res->start;
1010 for (j = 0; j < nwins; j++, start += SZ_128M)
1011 brcm_pcie_set_outbound_win(pcie, j, start,
1012 start - entry->offset,
1016 brcm_pcie_set_outbound_win(pcie, num_out_wins, res->start,
1017 res->start - entry->offset,
1193 static int brcm_phy_cntl(struct brcm_pcie *pcie, const int start)
1203 const int beg = start ? 0 : PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS - 1;
1204 const int end = start ? PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS : -1;
1210 for (i = beg; i != end; start ? i++ : i--) {
1211 val = start ? BIT_MASK(shifts[i]) : 0;
1220 val = start ? combined_mask : 0;
1224 dev_err(pcie->dev, "failed to %s phy\n", (start ? "start" : "stop"));