Searched +full:0 +full:x100600 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | nv41.c | 33 nvkm_wr32(device, 0x100604 + (i * 0x10), tile->limit); in nv41_fb_tile_prog() 34 nvkm_wr32(device, 0x100608 + (i * 0x10), tile->pitch); in nv41_fb_tile_prog() 35 nvkm_wr32(device, 0x100600 + (i * 0x10), tile->addr); in nv41_fb_tile_prog() 36 nvkm_rd32(device, 0x100600 + (i * 0x10)); in nv41_fb_tile_prog() 37 nvkm_wr32(device, 0x100700 + (i * 0x04), tile->zcomp); in nv41_fb_tile_prog() 43 nvkm_wr32(fb->subdev.device, 0x100800, 0x00000001); in nv41_fb_init()
|
| H A D | nv44.c | 33 tile->addr = 0x00000001; /* mode = vram */ in nv44_fb_tile_init() 43 nvkm_wr32(device, 0x100604 + (i * 0x10), tile->limit); in nv44_fb_tile_prog() 44 nvkm_wr32(device, 0x100608 + (i * 0x10), tile->pitch); in nv44_fb_tile_prog() 45 nvkm_wr32(device, 0x100600 + (i * 0x10), tile->addr); in nv44_fb_tile_prog() 46 nvkm_rd32(device, 0x100600 + (i * 0x10)); in nv44_fb_tile_prog() 53 nvkm_wr32(device, 0x100850, 0x80000000); in nv44_fb_init() 54 nvkm_wr32(device, 0x100800, 0x00000001); in nv44_fb_init()
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | elo3-dma-0.dtsi | 2 * QorIQ Elo3 DMA device tree stub [ controller @ offset 0x100000 ] 39 reg = <0x100300 0x4>, 40 <0x100600 0x4>; 41 ranges = <0x0 0x100100 0x500>; 42 dma-channel@0 { 44 reg = <0x0 0x80>; 45 interrupts = <28 2 0 0>; 49 reg = <0x80 0x80>; 50 interrupts = <29 2 0 0>; 54 reg = <0x100 0x80>; [all …]
|
| /linux/drivers/accel/habanalabs/include/goya/asic_reg/ |
| H A D | mme4_rtr_regs.h | 22 #define mmMME4_RTR_HBW_RD_RQ_E_ARB 0x100100 24 #define mmMME4_RTR_HBW_RD_RQ_W_ARB 0x100104 26 #define mmMME4_RTR_HBW_RD_RQ_N_ARB 0x100108 28 #define mmMME4_RTR_HBW_RD_RQ_S_ARB 0x10010C 30 #define mmMME4_RTR_HBW_RD_RQ_L_ARB 0x100110 32 #define mmMME4_RTR_HBW_E_ARB_MAX 0x100120 34 #define mmMME4_RTR_HBW_W_ARB_MAX 0x100124 36 #define mmMME4_RTR_HBW_N_ARB_MAX 0x100128 38 #define mmMME4_RTR_HBW_S_ARB_MAX 0x10012C 40 #define mmMME4_RTR_HBW_L_ARB_MAX 0x100130 [all …]
|