Lines Matching +full:32 +full:mb
39 * tile_mmio_size contains both the tile's 4MB register space, as well as
47 * |----------------------| <- 1 * tile_mmio_size + 4MB
51 * |----------------------| <- 4MB
53 * '----------------------' <- 0MB
120 * '----------------------' <- 0MB
171 * The first 16MB of the BAR, belong to the root tile, and include: in xe_mmio_init()
172 * registers (0-4MB), reserved space (4MB-8MB) and GGTT (8MB-16MB). in xe_mmio_init()
292 * xe_mmio_read64_2x32() - Read a 64-bit register as two 32-bit reads
297 * only supports GTTMMADR register reads of 32 bits or smaller. Even if
300 * performed as two 32-bit reads of the upper and lower dwords.
303 * counters), a rollover of the lower dword between the two 32-bit reads
338 return (u64)udw << 32 | ldw; in xe_mmio_read64_2x32()