Searched refs:nvkm_wr08 (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv40.c | 84 nvkm_wr08(device, 0x0c03c4 + (i * 0x2000), 0x01); in nv40_ram_prog() 111 nvkm_wr08(device, 0x0c03c4 + (i * 0x2000), 0x01); in nv40_ram_prog() 112 nvkm_wr08(device, 0x0c03c5 + (i * 0x2000), sr1[i] | 0x20); in nv40_ram_prog() 171 nvkm_wr08(device, 0x0c03c4 + (i * 0x2000), 0x01); in nv40_ram_prog() 172 nvkm_wr08(device, 0x0c03c5 + (i * 0x2000), sr1[i]); in nv40_ram_prog()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | vga.c | 52 nvkm_wr08(device, 0x601000 + port, data); in nvkm_wrport() 57 nvkm_wr08(device, 0x601000 + (head * 0x2000) + port, data); in nvkm_wrport() 64 nvkm_wr08(device, 0x0c0000 + (head * 0x2000) + port, data); in nvkm_wrport()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
D | nv04.c | 37 nvkm_wr08(device, 0x001800 + addr, data); in nv04_pci_wr08()
|
D | nv40.c | 37 nvkm_wr08(device, 0x088000 + addr, data); in nv40_pci_wr08()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 108 #define nvkm_wr08(d,a,v) iowrite8((v), (d)->pri + (a)) macro
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | user.c | 232 nvkm_wr08(udev->device, addr, data); in nvkm_udevice_wr08()
|