Lines Matching refs:start
761 u32 start, isr;
763 start = advk_readl(pcie, PIO_START);
765 if (!start && isr)
1000 * Trying to start a new PIO transfer when previous has not completed
1073 /* Clear PIO DONE ISR and start the transfer */
1162 /* Clear PIO DONE ISR and start the transfer */
1533 resource_size_t start = entry->res->start;
1561 * So every PCIe window size must be a power of two and every start
1569 (start ? (1ULL << __ffs64(start)) : 0);
1576 pcie->wins_count, (unsigned long long)start,
1577 (unsigned long long)start + win_size, type);
1581 pcie->wins[pcie->wins_count].match = pci_pio_to_address(start);
1584 pcie->wins[pcie->wins_count].match = start;
1586 pcie->wins[pcie->wins_count].remap = start - entry->offset;
1592 start += win_size;
1600 (unsigned long long)entry->res->start,