Lines Matching defs:start
766 u32 start, isr;
768 start = advk_readl(pcie, PIO_START);
770 if (!start && isr)
1116 * Trying to start a new PIO transfer when previous has not completed
1187 /* Clear PIO DONE ISR and start the transfer */
1276 /* Clear PIO DONE ISR and start the transfer */
1775 resource_size_t start = entry->res->start;
1801 * So every PCIe window size must be a power of two and every start
1809 (start ? (1ULL << __ffs64(start)) : 0);
1816 pcie->wins_count, (unsigned long long)start,
1817 (unsigned long long)start + win_size, type);
1821 pcie->wins[pcie->wins_count].match = pci_pio_to_address(start);
1824 pcie->wins[pcie->wins_count].match = start;
1826 pcie->wins[pcie->wins_count].remap = start - entry->offset;
1832 start += win_size;
1840 (unsigned long long)entry->res->start,