Home
last modified time | relevance | path

Searched refs:ZPCI_RF_SHIFT (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
H A Dpci_dma.h60 #define ZPCI_RF_SHIFT (ZPCI_RS_SHIFT + ZPCI_TABLE_BITS) macro
/linux/drivers/iommu/
H A Ds390-iommu.c41 return ((unsigned long)ptr >> ZPCI_RF_SHIFT) & ZPCI_INDEX_MASK; in calc_rfx()