Home
last modified time | relevance | path

Searched full:__ttl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/
H A Dpci.h115 int __ttl = PCI_FIND_CAP_TTL; \
122 while (__ttl--) { \
161 int __ttl, __ret; \
164 __ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; \
165 while (__ttl-- > 0 && __pos >= PCI_CFG_SPACE_SIZE) { \
/linux/arch/arm64/include/asm/
H A Dtlbflush.h155 unsigned long __ttl = (ttl >= 1 && ttl <= 3) ? ttl : 0; \
157 __ta |= FIELD_PREP(TLBIR_TTL_MASK, __ttl); \