Lines Matching refs:u64
59 u64 ca_ap_size; /* size of aperature in bytes */
62 u64 ca_ap_bus_base; /* bus address of CA aperature */
63 u64 ca_gart_size; /* gart size in bytes */
64 u64 *ca_gart; /* gart table vaddr */
65 u64 ca_gart_coretalk_addr; /* gart coretalk addr */
69 u64 ca_pciap_base; /* pci aperature bus base address */
70 u64 ca_pciap_size; /* pci aperature size (bytes) */
71 u64 ca_pcigart_base; /* gfx GART bus base address */
72 u64 *ca_pcigart; /* gfx GART vm address */
78 u64 ca_gfxap_base; /* gfx aperature bus base address */
79 u64 ca_gfxap_size; /* gfx aperature size (bytes) */
80 u64 ca_gfxgart_base; /* gfx GART bus base address */
81 u64 *ca_gfxgart; /* gfx GART vm address */
99 u64 ca_prom_private;
100 u64 ca_kernel_private;
124 static inline u64
142 tioca_physpage_to_gart(u64 page_addr) in tioca_physpage_to_gart()
144 u64 coretalk_addr; in tioca_physpage_to_gart()
164 volatile u64 tmp; in tioca_tlbflush()