Lines Matching refs:start
781 u64 pcie_beg = entry->res->start - entry->offset;
783 size += entry->res->end - entry->res->start + 1;
826 * matters, the viewport must start on a pcie-address that is aligned
841 * - If the system memory is 4GB or larger we cannot start the inbound
843 * outbound memory @ 3GB). So instead it will start at the 1x
983 brcm_pcie_set_outbound_win(pcie, num_out_wins, res->start,
984 res->start - entry->offset,
1065 static int brcm_phy_cntl(struct brcm_pcie *pcie, const int start)
1075 const int beg = start ? 0 : PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS - 1;
1076 const int end = start ? PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS : -1;
1082 for (i = beg; i != end; start ? i++ : i--) {
1083 val = start ? BIT_MASK(shifts[i]) : 0;
1092 val = start ? combined_mask : 0;
1096 dev_err(pcie->dev, "failed to %s phy\n", (start ? "start" : "stop"));