Go to the documentation of this file.
8 #ifndef _ASM_IA64_SN_PCI_TIOCP_H
9 #define _ASM_IA64_SN_PCI_TIOCP_H
11 #define TIOCP_HOST_INTR_ADDR 0x003FFFFFFFFFFFFFUL
12 #define TIOCP_PCI64_CMDTYPE_MEM (0x1ull << 60)
13 #define TIOCP_PCI64_CMDTYPE_MSI (0x3ull << 60)
29 #define cp_err cp_err_lower
34 #define cp_intr cp_intr_lower
43 #define cp_resp cp_resp_lower
68 #define cp_pci_err cp_pci_err_lower
90 #define cp_even_resp cp_rrb_map[0]
91 #define cp_odd_resp cp_rrb_map[1]
241 #define cp_devio(n) cp_devio_raw[((n)<2)?(n*2):(n+2)]
253 #define cp_devio_flush(n) cp_devio_raw_flush[((n)<2)?(n*2):(n+2)]